10 lines
243 B
YAML
10 lines
243 B
YAML
--- !Scene
|
|
dimensions: [800, 600]
|
|
camera: !Camera.Perspective
|
|
origin: [3, 2, -3]
|
|
direction: [-0.6396, -0.4264, 0.6396]
|
|
objects:
|
|
- !Object.Box
|
|
near: [-0.5, -0.5, -0.5]
|
|
far: [0.5, 0.5, 0.5]
|
|
color: [0.2, 0.328, 1.0]
|