To model the license plate, Bennett and Faisal wrote a simple program to generate a curved rectangular mesh, which approximated the bend in the original plate. They used a scanned image of the original plate to generate texture, bump, transparency, and specularity maps for the plate. Finally, they applied environment mapping to get more interesting reflections, and area light sources to generate the soft shadows. Note the patterns in the specular term of the two stickers, the crosshatch scratches in the right sticker, and the bump map for the raised white lettering, which extends slightly beyond the paint. Both Bennett and Faisal have lived in Fort Collins.
Eng-Shien, Jeremy, and Li-Wei captured second place with their modeling of natural scenes. The tree model was generated by a program they wrote that was based on Eric Haines' SPD code, with some additional randomization. The trunk and branches were modeled as cone segments, while the leaves were modeled as spheres, with texture and trim mapping. The single leaf used texture, bump, transparency, and trim maps to define its appearance. The scenes were initially inspired by the M.C. Escher engravings "Three Worlds" and "Dewdrop".
The lake was bump-mapped. The first picture has a fractal mountain in the background, and two pictures demonstrate depth of field effects. All of the pictures use environment mapping, which can especially be seen in the reflections off the dewdrop.
This rendering is a simulation of a growing Amethyst crystal. The crystal was modeled as a set of approximately 450 transparent, intersecting polyhedra. Each of these is generated from one of two "blueprints", then scaled, rotated, sheared, and translated randomly. Mechanisms were added to the code to make the distribution of locations and sizes somewhat more aesthetically pleasing than if they were purely random. The color and opacity of the crystal were varied using a 3D Perlin turbulence function. Impurities in the crystal were simulated using random walks through the volume. The scene was then rendered using a combination of conventional ray tracing and volume rendering. The last technique was used to accumulate color and opacity only when a ray intersected the crystal geometry.
Here is a movie of a growing crystal. Here's another one of a completed crystal.
The dollar bill and coins use scanned textures to modulate both color and shading. The geometry of the dollar is a rectangular height grid, tesselated with triangles. The height field was modeled as a fractal and smoothed to make it look a little more continuous. Notice that shadows due to the dollar bill are soft; the effect was achieved using a distribution ray tracer that modeled area light sources and penumbrae. Bump maps were used for all the coins. These were created using an interesting artifact of our graphics lab scanner. In the winners' words:
"Our program took advantage of the fact that this scanner has three separate light sources for the three colors, so that there would be a red or green shift in the scanned color of bumps, depending on the tilt of the surface. We started by scanning a coin, rotating it 90 degrees, and scanning it again. Then we used xv to rotate/crop the images so that they were aligned. The first image gave us the information for the horizontal tilt of the normal, and the second image gave us the vertical tilt. Our program would take the difference between red and green in each image, and normalize it so that the average value was 127. It would output a single bumpmap image, where the red component controlled horizontal rotation, and the green component controlled vertical rotation of the normal."
This image was created using a number of scanned textures, as well as a bump map for the puzzle surface. The bump map was created using a separate program. The cuts in the puzzle were modeled as closely as possible to the real thing instead of being scanned in. The cuts themselves started out as Bezier curves, which were then thinned and modeled to simulate the curvature of the pieces. The image was then inverted to arrive at the bump map used to generate the image. There was some randomness involved, so each piece created was unique.
The cabinet was modelled after a cabinet located in the dining room of Kekoa's apartment - where his puzzle sits at home.
For his final images Tor modeled the thin film interference on the surface of a Compact Disc and modeled its radial reflectance properties as well. In the artists own words:
"For each ray, I consider the path from the eye, through the thin film on the CD, the wavelength shift as the wave reflects off the aluminum and the path to the light source. For the particular path length through the thin film, I consider ALL wavelengths that have an integral number of wavelengths corresponding to this distance. For each such wavelength, I look up its RGB color, and I add these colors together. Note that the number of orders I have to consider depends on the viewing angles, since at grazing angles the distance through the film is much larger and therefore a larger number of wavelengths have multiples corresponding to that distance. Anyway, these color sums give the thin film interference pattern as it would appear on a flat aluminum surface with the thin film on it.
The second thing I have to model is the reflectance of the CD, because the aluminum is NOT a flat surface; it has tracks deflecting the light. I found empirically that the angles at which you see the thin film interference colors are those where the halfway vector is close to the radial vector (a vector going outward radially from the center of the compact disk)."
Tor's images also use texture maps to modulate a variety of effects such as scratches and thumbprints to create a more realistic image. Here is a movie that show how the interference patterns change as the viewer changes position.
Jeff's photo-realistic tylenol bottle was created using a number of texture maps. The only texture scanned was the label of the tylenol bottle. All other textures/bumpmaps were created using xpaint and xv and some signal processing.
The rim and top of the cap of the bottle are bumpmaps wrapped around a set of polygons. The bottle contains the tylenol label texture mapped to its surface. The pills were bump mapped using a custom made bumpmap. The parameterization of the surface of each pill was calculated by Jeff's ray tracer.