-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene1.yaml
51 lines (49 loc) · 1.03 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
---
specs:
viewport_width: 1.0
viewport_height: 1.0
canvas_width: 1.0
canvas_height: 1.0
viewport_distance: 1.0
pixel_ar: 1.0
camera_pos: [0.0, 0.0, 0.0]
camera_orientation: [1.0, 0.0, 0.0, 0.0]
background_color: [0, 0, 0]
lights:
- ambient:
intensity: 0.2
- point:
intensity: 0.6
position: [2.0, 1.0, 0.0]
- directional:
intensity: 0.2
direction: [1.0, 4.0, 4.0]
objects:
- sphere:
center: [0.0, 0.0, 3.0]
radius: 1.0
color: [255, 0, 0]
specular: 500.0
reflective: 0.2
transparency: 0.0
- sphere:
center: [2.0, 0.0, 4.0]
radius: 1.0
color: [0, 0, 255]
specular: 500.0
reflective: 0.3
transparency: 0.0
- sphere:
center: [-2.0, 0.0, 4.0]
radius: 1.0
color: [0, 255, 0]
specular: 10.0
reflective: 0.4
transparency: 0.0
- sphere:
center: [-1.0, -5001.0, 3.0]
radius: 5000.0
color: [255, 255, 0]
specular: 1000.0
reflective: 0.5
transparency: 0.0