CS 6620 Homework 6
Instancing

Spring 2003
University of Utah
Jenny Simpson



Description:

Instancing is the stagegy of duplicating an object in a scene many times to create the illusion of crowds, grasses, etc. This has the advantage of saving memory, since all polygons are stored once. Each "instance" of the model has a pointer to the BVH for that model. Rather than moving that actual model in the scene, incoming rays are transformed, causing models to appear transformed (moved, sheared, rotated, etc.).


This image consists of 10,000 instances of the dragon model, which has 871,414 polygons. The image is 512x512 with 25 samples/pixel.


This image consists of 121 instances of the dragon model, which has 871,414 polygons. The image is 512x512 with 25 samples/pixel.


This image consists of multiple instances of the buddha model, which has 1,087,716 polygons. The image is 512x512 with 25 samples/pixel. Solid texturing has been added.




Last Updated: Sat Mar 1 21:53:51 MST 2003
simpson@cs.utah.edu