2020-03-19 13:11:06 +01:00
|
|
|
# Optional field
|
|
|
|
aliasing_limit: 10
|
|
|
|
# Optional field
|
2020-03-18 17:51:38 +01:00
|
|
|
reflection_limit: 5
|
|
|
|
|
|
|
|
camera:
|
|
|
|
origin: [0.0, 0.0, 0.0]
|
|
|
|
forward: [ 1.0, 0.0, 0.0]
|
|
|
|
up: [0.0, 1.0, 0.0]
|
|
|
|
fov: 90.0
|
|
|
|
distance_to_image: 1.0
|
|
|
|
x: 1920
|
|
|
|
y: 1080
|
|
|
|
|
2020-03-19 13:11:06 +01:00
|
|
|
# Optional field, each key itself being optional
|
2020-03-18 17:51:38 +01:00
|
|
|
lights:
|
|
|
|
ambients:
|
|
|
|
- color: {r: 0.05, g: 0.05, b: 0.05}
|
|
|
|
directionals:
|
|
|
|
- direction: [0.5, 0.5, 0.5]
|
|
|
|
color: {r: 0.0, g: 0.5, b: 0.0}
|
|
|
|
- direction: [0.5, 0.5, -0.5]
|
|
|
|
color: {r: 0.0, g: 0.0, b: 0.5}
|
|
|
|
- direction: [0.7, -0.5, 0.0]
|
|
|
|
color: {r: 0.5, g: 0.0, b: 0.0}
|
|
|
|
points:
|
|
|
|
- position: [0.0, 0.0, 0.0]
|
|
|
|
color: {r: 0.2, g: 0.2, b: 0.2}
|
|
|
|
spots:
|
|
|
|
- position: [0.0, 0.0, 0.0]
|
|
|
|
direction: [1.0, 0.0, 0.0]
|
|
|
|
fov: 5.0
|
|
|
|
color: {r: 1.0, g: 1.0, b: 0.0}
|
|
|
|
|
|
|
|
objects:
|
|
|
|
- shape:
|
|
|
|
type: sphere
|
|
|
|
center: [4.5, 0.0, 0.0]
|
|
|
|
radius: 0.4
|
|
|
|
material:
|
|
|
|
type: uniform
|
|
|
|
diffuse:
|
|
|
|
r: 0.0
|
|
|
|
g: 0.0
|
|
|
|
b: 0.0
|
|
|
|
specular:
|
|
|
|
r: 1.0
|
|
|
|
g: 1.0
|
|
|
|
b: 1.0
|
2020-03-19 16:42:54 +01:00
|
|
|
# Optional fields (go together)
|
|
|
|
#transparency: 0.5
|
|
|
|
#index: 1.5
|
2020-03-18 17:51:38 +01:00
|
|
|
texture:
|
|
|
|
type: uniform
|
|
|
|
color:
|
|
|
|
r: 1.0
|
|
|
|
g: 1.0
|
|
|
|
b: 1.0
|
|
|
|
|
|
|
|
- shape:
|
|
|
|
type: sphere
|
2020-03-19 13:11:06 +01:00
|
|
|
# Optional field
|
|
|
|
# inverted: false
|
2020-03-18 17:51:38 +01:00
|
|
|
center: [10.0, 0.0, 0.0]
|
|
|
|
radius: 5.0
|
|
|
|
material:
|
|
|
|
type: uniform
|
|
|
|
diffuse:
|
|
|
|
r: 1.0
|
|
|
|
g: 1.0
|
|
|
|
b: 1.0
|
|
|
|
specular:
|
|
|
|
r: 1.0
|
|
|
|
g: 1.0
|
|
|
|
b: 1.0
|
2020-03-19 13:11:06 +01:00
|
|
|
# Optional field
|
2020-03-19 16:42:54 +01:00
|
|
|
#reflectivity: 0.0
|
2020-03-18 17:51:38 +01:00
|
|
|
texture:
|
|
|
|
type: uniform
|
|
|
|
color:
|
|
|
|
r: 1.0
|
|
|
|
g: 1.0
|
|
|
|
b: 1.0
|