@Book{watt:3dcg,
    author =    "Alan Watt",
    title =     "3{D} Computer Graphics",
    publisher = "Addison-Wesley",
    edition =   "Third"
    year =      "2000",
    note =      "ISBN 0-201-39855-9",
}

@Book{foley:cg,
    author =    "J. Foley and A. van Dam and S. Feiner and J. Hughes",
    title =     "Computer graphics: {P}rinciples and practice in {C}",
    publisher = "Addison-Wesley",
    year =      "1996",
    edition =   "2nd",
}

@Book{glassner:rt,
    editor =    "Andrew S. Glassner",
    title =     "An Introduction to Ray Tracing",
    pages =     "327",
    publisher = "Academic Press",
    year =      "1989"
}

@Book{parent:anim,
    author =    "Richard Parent",
    title =     "Computer Animation, Algorithms and Techniques",
    publisher = "Morgan Kaufmann",
    year =      "2002"
}

@Book{jensen:pm,
    author =    "Henrik Wann Jensen",
    title =     "Realistic Image Synthesis Using Photon Mapping",
    publisher = "A. K. Peters",
    year =      "2001"
}

@inproceedings{mcubes,
    author =        "William E. Lorensen and Harvey E. Cline",
    title =         "Marching Cubes: A High Resolution 3D Surface Reconstruction Algorithm",
    booktitle =     "Proceedings of SIGGRAPH 1987",
    publisher =     "ACM Press / ACM SIGGRAPH",
    pages =         "167--169",
    year =          "1987",
    organization =  "ACM",
    series =        "Computer Graphics Proceedings, Annual Conference Series"
}

@inproceedings{perlin:noise,
    author =        "Ken Perlin",
    title =         "An Image Synthesizer",
    booktitle =     "Proceedings of SIGGRAPH 1985",
    publisher =     "ACM Press / ACM SIGGRAPH",
    pages =         "287--296",
    year =          "1985",
    organization =  "ACM",
    series =        "Computer Graphics Proceedings, Annual Conference Series"
}

@inproceedings{oren-nayar,
    author =        "Michael Oren and Shree K. Nayar",
    title =         "Generalization of Lambert's Reflectance Model",
    booktitle =     "Proceedings of SIGGRAPH 1994",
    publisher =     "ACM Press / ACM SIGGRAPH",
    year =          "1994",
    organization =  "ACM",
    series =        "Computer Graphics Proceedings, Annual Conference Series"
}

@inproceedings{psys,
    author =        "William T. Reeves",
    title =         "Particle Systems: A Technique for Modeling a Class of Fuzzy Objects",
    booktitle =     "Proceedings of SIGGRAPH 1983",
    publisher =     "ACM Press / ACM SIGGRAPH",
    year =          "1983",
    organization =  "ACM",
    series =        "Computer Graphics Proceedings, Annual Conference Series"
}

@inproceedings{torrance-cook,
    author =        "Robert L. Cook and Kenneth E. Torrance",
    title =         "A Reflectance Model for Computer Graphics",
    booktitle =     "Proceedings of SIGGRAPH 1981",
    publisher =     "ACM Press / ACM SIGGRAPH",
    year =          "1981",
    organization =  "ACM",
    series =        "Computer Graphics Proceedings, Annual Conference Series"
}

@inproceedings{blinn-newell,
    author =        "James F. Blinn and Martin E. Newell",
    title =         "Texture and Reflection in Computer Generated Images",
    booktitle =     "Proceedings of SIGGRAPH 1976",
    publisher =     "ACM Press / ACM SIGGRAPH",
    year =          "1976",
    organization =  "ACM",
    series =        "Computer Graphics Proceedings, Annual Conference Series"
}