123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- Film "image"
- "integer xresolution" 1920
- "integer yresolution" 1080
- "string filename" "p3d_contemporary-bathroom-view1.rawls"
- "float scale" 3
- "float maxsampleluminance" 50
- # imgtool convert -bloomlevel 3 -bloomscale .1 contemporary-bathroom.{exr,png}
- Scale -1 1 1
- LookAt -1.68263 1.06986 -0.442087 -1.94462 0.975042 -1.40249 0 1 0
- Camera "perspective" "float fov" 75
- Sampler "random" "integer pixelsamples" [ 64 ]
- Integrator "path" "integer maxdepth" [ 65 ]
- WorldBegin
- ###########################################################################
- # lights
- # window
- AttributeBegin
- NamedMaterial "light"
- AreaLightSource "diffuse" "blackbody L" [6500 10]
- Shape "plymesh" "string filename" "geometry/mesh_00023.ply"
- AttributeEnd
- AttributeBegin
- Rotate 125 0 1 0 # 125 -> ~100 is more straight through the window
- Rotate -90 1 0 0
- # imgtool makesky -turbidity 5 -elevation 30 --outfile textures/sky.exr
- #LightSource "infinite" "string mapname" "textures/sky.exr"
- # "rgb L" [270 270 270]
- AttributeEnd
- # filaments in light bulbs
- AttributeBegin
- NamedMaterial "low_light"
- AreaLightSource "diffuse" "blackbody L" [ 4000 7000 ]
- Shape "plymesh" "string filename" "geometry/mesh_00060.ply"
- Shape "plymesh" "string filename" "geometry/mesh_00061.ply"
- Shape "plymesh" "string filename" "geometry/mesh_00066.ply"
- Shape "plymesh" "string filename" "geometry/mesh_00881.ply"
- AttributeEnd
- ###########################################################################
- Include "materials.pbrt"
- Include "geometry.pbrt"
- WorldEnd
|