-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene1.yaml
39 lines (39 loc) · 882 Bytes
/
scene1.yaml
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
scene:
width: 1024
height: 768
max_depth: 3
camera: [0.0, 0.0, 1.0]
shapes:
- center: [-0.2, 0, -1]
radius: 0.7
ambient: [0.1, 0, 0]
diffuse: [0.7, 0, 0]
specular: [1, 1, 1]
shininess: 100
reflection: 0.01
- center: [-0.1, -0.3, 0]
radius: 0.1
ambient: [0.1, 0, 0.1]
diffuse: [0.7, 0, 0.7]
specular: [1, 1, 1]
shininess: 100
reflection: 0.5
- center: [-0.3, 0, 0]
radius: 0.15
ambient: [0, 0.1, 0]
diffuse: [0, 0.6, 0]
specular: [1, 1, 1]
shininess: 100
reflection: 0.5
- center: [0, -9000, 0]
radius: 8999.3
ambient: [0.1, 0.1, 0.1]
diffuse: [0.6, 0.6, 0.6]
specular: [1, 1, 1]
shininess: 100
reflection: 0.5
light:
position: [5, 5, 5]
ambient: [1, 1, 1]
diffuse: [1, 1, 1]
specular: [1, 1, 1]