-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.rib
46 lines (33 loc) · 882 Bytes
/
test.rib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Hider "raytrace" "int incremental" [0] "int minsamples" [16] "int maxsamples" [1024]
Integrator "PxrPathTracer" "myIntegrator"
PixelVariance 0.005
Option "limits" "bucketsize" [32 32]
FrameBegin 1
Display "render.TEST.exr" "gSheets" "rgba"
Format 256 144 1
Projection "perspective" "float fov" [20]
ScreenWindow [-1.778 1.778 -1 1]
Translate 0 -1 15
Rotate -20 1 0 0
WorldBegin
AttributeBegin
Scale 10 10 10
Bxdf "PxrDisney" "myBxdf"
"float specular" [0.1]
"float roughness" [0.2]
"color baseColor" [0.5 0.5 0.5]
"float metallic" [0.1]
Bxdf "PxrDiffuse" "diff"
Polygon "P" [-1 0 -1 1 0 -1 1 0 1 -1 0 1]
AttributeEnd
AttributeBegin
Light "PxrDomeLight" "myLight2" "float exposure" [-0.25]
AttributeEnd
AttributeBegin
Rotate 30 0 1 0
Rotate -90 1 0 0
Bxdf "PxrDisney" "dis"
Geometry "teapot"
AttributeEnd
WorldEnd
FrameEnd