-
Notifications
You must be signed in to change notification settings - Fork 7
Dragon
The Dragon recipe contains a detailed mesh model of a dragon, which was produced at Stanford University and made available at MrBlueSummers.com.
Above, PBRT rendered the scene.
Above, Mitsuba rendered the scene.
The parent scene contains the dragon model placed in a cube-shaped box with a floor, ceiling, and 2 walls. Two area lights illuminate the dragon from the left and right of the camera.
The dragon is manipulated to use a beige-looking reflectance. The floor, ceiling, and walls are manipulated to use gray-looking reflectances. The area lights are manipulated to use the CIE D65 "daylight" spectrum.
Use the script rtbMakeDragon.m
to produce the images above.
DragonColorChecker is a variant of the Dragon recipe. It produces a family of 24 renderer-native scene files and renderings, one with each of the Color Checker colors applied to dragon's diffuse reflectance.
Use the script rtbMakeDragonColorChecker.m
to produce the variant images below.
Above, PBRT rendered the scene.
Above, Mitsuba rendered the scene.
DragonMaterials is a variant of the Dragon recipe. It produces a family of four renderer-native scene files and renderings, each with a different material for the dragon. The materials are beige matte, blue plastic, silver metal, and clear glass. Note that PBRT and Mitsuba materials are not all equivalent. For example, "plastic" materials can have different specular highlights, and "glass" materials behave so differently that they must be rendered with different integrators, producing very different outputs.
Use the script rtbMakeDragonMaterials.m
to produce the variant images below.
Above, PBRT rendered the scene.
Above, Mitsuba rendered the scene.
- Home
- Conceptual overview
- How it works
- Installation
- Scene construction and translation
- Rendering
- PBRT file
- PBRT batch
- Mitsuba .... something
- Computation
- Local
- Cloud usage
- About Us