12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- #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-view0.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
|