123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- #Scale -1 1 1
- #LookAt 4.5 12 15.5
- # 0 0 0
- # 0 1 0
- LookAt 0 0 0
- 1 0 1
- 0 1 0
- Camera "perspective"
- "float fov" [ 60 ]
- Film "image"
- "integer xresolution" 1920
- "integer yresolution" 1080
- "string filename" "p3d_eponge-fractal-6-view1.rawls"
- Sampler "random"
- "integer pixelsamples" [ 8 ]
- Integrator "path"
- "integer maxdepth" [64]
- #############################################
- WorldBegin
- AttributeBegin
- LightSource "infinite"
- "rgb L" [ 0.94509798 0.98431402 1 ]
- "rgb scale" [ 1.1 1.1 1.1 ]
- AttributeEnd
- # Materials
- MakeNamedMaterial "Eponge"
- "string type" [ "matte" ]
- "rgb Kd" [ 0.61176502 0.61176502 0.81176502 ]
- MakeNamedMaterial "Floor"
- "string type" [ "matte" ]
- "rgb Kd" [ 0.70196098 0.68627501 0.662745 ]
- AttributeBegin
- NamedMaterial "Floor"
- Shape "trianglemesh" "integer indices"
- [
- 0 1 2
- 0 2 3
- ]
- "point P"
- [
- -15.0 -6.0 15.0
- -15.0 -6.0 -15.0
- 15.0 -6.0 -15.0
- 15.0 -6.0 15.0
- ]
- "float uv"
- [
- 0.0 1.0
- 0.0 0.0
- 1.0 0.0
- 1.0 1.0
- ]
- "normal N"
- [
- 0.0 1.0 0.0
- 0.0 1.0 0.0
- 0.0 1.0 0.0
- 0.0 1.0 0.0
- ]
- AttributeEnd
- AttributeBegin
- NamedMaterial "Eponge"
- Shape "plymesh" "string filename" ["eponge_6.ply"]
- AttributeEnd
- WorldEnd
|