Add a scene file with some vector expressions
Something for yamldumper to munch on. No actual vectors variables defined yet, though.
This commit is contained in:
parent
291d4a6831
commit
7d4acc28e4
1 changed files with 14 additions and 0 deletions
14
scenes/oneBoxVectorExpression.yml
Normal file
14
scenes/oneBoxVectorExpression.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- !Scene
|
||||
dimensions: [800, 600]
|
||||
camera: !Camera.Perspective
|
||||
origin: [7.48, 6.5, 5.34]
|
||||
lookAt: [0, 0, 0]
|
||||
objects:
|
||||
- !Object.Box
|
||||
near: 3 * y + 2
|
||||
far: [1, 1, 1]
|
||||
color: [1, 0, 0]
|
||||
- !Object.Plane
|
||||
normal: [0, 1, 0]
|
||||
distance: 1
|
||||
color: [0, 0, 1]
|
Loading…
Add table
Add a link
Reference in a new issue