-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaterial-examples.lxs
56 lines (43 loc) · 1.27 KB
/
material-examples.lxs
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
47
48
49
50
51
52
53
54
55
56
Sampler "metropolis"
VolumeIntegrator "multi"
"float stepsize" [1.000000000000000]
PixelFilter "mitchell" "float xwidth" [2] "float ywidth" [2]
LookAt 0 0 3 0 0 0 0 1 0
Camera "orthographic"
"float screenwindow" [0 16 0 13]
Film "fleximage"
"integer xresolution" [3200]
"integer yresolution" [2600]
"string filename" ["material-examples"]
"bool premultiplyalpha" ["true"]
"bool write_png" ["true"]
"string write_png_channels" ["RGB"]
"integer displayinterval" [10]
"integer writeinterval" [600]
WorldBegin
Include "light+base.lxo"
Include "materials-geometry.lxo"
MakeNamedVolume "volume" "homogeneous"
"color sigma_s" [1.0 1.0 1.0]
"color sigma_a" [1.0 0.0 0.0]
AttributeBegin
Translate 11.0 11.0 0.0
Scale 20 20 20
Interior "volume"
Material "null"
Shape "plymesh" "string filename" ["luxball3-outer.ply"]
Shape "plymesh" "string filename" ["luxball3-inner.ply"]
AttributeEnd
AttributeBegin
Translate 14.0 11.0 0.0
Scale 20 20 20
AreaLightSource "area" "float gain" [0.3] "color L" [1.0 1.0 1.0]
Shape "plymesh" "string filename" ["luxball3-inner.ply"]
AttributeEnd
AttributeBegin
Translate 14.0 11.0 0.0
Scale 20 20 20
Material "matte"
Shape "plymesh" "string filename" ["luxball3-outer.ply"]
AttributeEnd
WorldEnd