diff options
Diffstat (limited to 'example/live.scene')
| -rw-r--r-- | example/live.scene | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/example/live.scene b/example/live.scene new file mode 100644 index 0000000..aa72c4a --- /dev/null +++ b/example/live.scene @@ -0,0 +1,8 @@ +(var string $texture) +(var number $speed 270) +(size 100 100) (fps 24) +(seq (rep (inf) (/ 360 $speed))) (proj perspective (fov 37)) +(scene + (trans (t 0 3 5) (camera (pos 0 0 0))) + (trans (r y (* $speed (time))) (s 2) (cube (texture $texture))) +) |
