-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtexture-examples.lxs
128 lines (104 loc) · 3.17 KB
/
texture-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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Sampler "metropolis"
VolumeIntegrator "multi"
"float stepsize" [1.000000000000000]
PixelFilter "gaussian"
LookAt 0 0 3 0 0 0 0 1 0
Camera "orthographic"
"float screenwindow" [0 4 0 6]
Film "fleximage"
"integer xresolution" [800]
"integer yresolution" [1200]
"string filename" ["texture-examples"]
"bool premultiplyalpha" ["true"]
"bool write_png" ["true"]
"string write_png_channels" ["RGB"]
"integer displayinterval" [10]
"integer writeinterval" [600]
"integer haltspp" [1000]
WorldBegin
Include "light+base.lxo"
Texture "checks3d" "float" "checkerboard"
"integer dimension" [3]
"vector scale" [0.5 0.5 0.5]
"float tex1" [1.0]
"float tex2" [0.0]
Texture "kd:checks3d" "color" "mix"
"texture amount" ["checks3d"]
"color tex1" [1 0.65 0]
"color tex2" [0.19 0.15 0.48]
Texture "checks2d" "float" "checkerboard"
"integer dimension" [2]
"float uscale" [8]
"float vscale" [8]
"float tex1" [1.0]
"float tex2" [0.0]
Texture "kd:checks2d" "color" "mix"
"texture amount" ["checks2d"]
"color tex1" [1 0.65 0]
"color tex2" [0.19 0.15 0.48]
Texture "fractal" "float" "fbm"
"float roughness" [1.0]
Texture "kd:fractal" "color" "mix"
"texture amount" ["fractal"]
"color tex1" [1 0.65 0]
"color tex2" [0.19 0.15 0.48]
Texture "dottexture" "float" "dots"
"float uscale" [8]
"float vscale" [8]
Texture "kd:dottexture" "color" "mix"
"texture amount" ["dottexture"]
"color tex1" [1 0.65 0]
"color tex2" [0.19 0.15 0.48]
Texture "marbletexture" "color" "marble"
"float roughness" [1.0]
"float scale" [0.1]
Texture "harlequintexture" "color" "harlequin"
AttributeBegin
Translate 1.0 1.0 0.0
Scale 12 12 12
Material "matte" "texture Kd" "kd:checks3d"
Shape "plymesh" "string filename" ["luxball3-base.ply"]
Translate 0.0 0.0 0.05
Shape "sphere" "float radius" [0.05]
AttributeEnd
AttributeBegin
Translate 3.0 1.0 0.0
Scale 12 12 12
Material "matte" "texture Kd" "kd:checks2d"
Shape "plymesh" "string filename" ["luxball3-base.ply"]
Translate 0.0 0.0 0.05
Shape "sphere" "float radius" [0.05]
AttributeEnd
AttributeBegin
Translate 1.0 3.0 0.0
Scale 12 12 12
Material "matte" "texture Kd" "kd:fractal"
Shape "plymesh" "string filename" ["luxball3-base.ply"]
Translate 0.0 0.0 0.05
Shape "sphere" "float radius" [0.05]
AttributeEnd
AttributeBegin
Translate 3.0 3.0 0.0
Scale 12 12 12
Material "matte" "texture Kd" "kd:dottexture"
Shape "plymesh" "string filename" ["luxball3-base.ply"]
Translate 0.0 0.0 0.05
Shape "sphere" "float radius" [0.05]
AttributeEnd
AttributeBegin
Translate 1.0 5.0 0.0
Scale 12 12 12
Material "matte" "texture Kd" "marbletexture"
Shape "plymesh" "string filename" ["luxball3-base.ply"]
Translate 0.0 0.0 0.05
Shape "sphere" "float radius" [0.05]
AttributeEnd
AttributeBegin
Translate 3.0 5.0 0.0
Scale 12 12 12
Material "matte" "texture Kd" "harlequintexture"
Shape "plymesh" "string filename" ["luxball3-base.ply"]
Translate 0.0 0.0 0.05
Shape "sphere" "float radius" [0.05]
AttributeEnd
WorldEnd