-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-world.yaml
66 lines (55 loc) · 1.27 KB
/
example-world.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Example Document, under construction ;@
- # GlobalAmbientLight
ambient: [a,b,c,d]
- # SpotLigh
typeObject: spotlight
position: [xValue, yValue, zValue]
- # PointLight
typeObject: pointlight
position: [xValue, yValue, zValue]
- # Cylinder
typeObject: cylinder
position: [xValue, yValue, zValue]
texture: some|reflective|refractive
transparency: value
radius: value
height: value
- # Sphere
typeObject: sphere
position: [xValue, yValue, zValue]
texture: some|reflective|refractive
transparency: value
radius: value
- # Prism
typeObject: prism
position: [xValue, yValue, zValue]
texture: some|reflective|refractive
transparency: value
sides: value
radius: value
height: value
- # OBJ Model
typeObject: objModel
position: [xValue, yValue, zValue]
texture: some|reflective|refractive
transparency: value
scale: value
- # Plane
typeObject: plane
position: [xValue, yValue, zValue]
texture: some|reflective|refractive
transparency: value
width: value
height: value
- # Camera1
typeObject: camera
position: [xValue, yValue, zValue]
lookAt: [xValue, yValue, zValue]
- # Camera2
typeObject: camera
position: [xValue, yValue, zValue]
lookAt: [xValue, yValue, zValue]
- # RayTrace Order
typeObject: raytrace
order: indexOrder
method: fordward|backward