-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcube_bounce.ass
More file actions
87 lines (78 loc) · 1.35 KB
/
Copy pathcube_bounce.ass
File metadata and controls
87 lines (78 loc) · 1.35 KB
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
options
{
skip_license_check on
ignore_dof on
AA_samples 6
outputs 1 1 STRING
"RGBA RGBA gfilter exr"
xres 640
yres 480
GI_diffuse_depth 1
GI_glossy_depth 1
procedural_force_expand true
}
driver_exr
{
name exr
filename "cube.exr"
half_precision true
tiled false
autocrop true
}
gaussian_filter
{
name gfilter
}
persp_camera
{
name shot_cam
shutter_end 1
fov 45
matrix 1 1 MATRIX
0.8405666034956818 2.7755575615628914e-017 -0.54170821028274363 0.0
-0.25097126601587372 0.88620357923121251 -0.38943117465372179 0.0
0.48006375485150177 0.46329603511986595 0.74491313260009662 0.0
7.7394385013920992 7.2291357733069015 10.339049094182071 1.0
}
image
{
name sky_exr
filename sky.exr
}
skydome_light
{
name sun
resolution 2000
format latlong
color sky_exr
samples 3
exposure 1
}
standard
{
name dirt
Kd_color 0.56 0.49 0.41
}
standard
{
name white
Kd_color 0.7 0.7 0.7
Ks 0.2
Ks_color 0.8 0.8 0.8
}
plane {
name ground
shader dirt
normal 0 1 0
}
box {
name cube
min -1 -1 -1
max 1 1 1
shader white
matrix 1 1 MATRIX
-0.250910905721 -2.11630105305e-005 -0.968010184317 0.0
0.968009836175 -0.000853880364232 -0.250910796814 0.0
-0.00082125486093 -0.99999963522 0.000234733897924 0.0
-1.58338329674 1.01712170051 0.758534792172 1.0
}