feat: update demo

This commit is contained in:
2026-04-01 00:56:36 +02:00
parent aa0ba6ed7a
commit 6e6a3e8a27
2 changed files with 9 additions and 9 deletions

View File

@@ -9,8 +9,8 @@
(set 'mirror-dome (set 'mirror-dome
(sphere (sphere
(point 0 -30 0) (point 0 -17 0)
100 dark-mirror)) 30 dark-mirror))
(defun spiral-sphere (i n t) (defun spiral-sphere (i n t)
(sphere (sphere
@@ -64,4 +64,4 @@
) )
)) ))
(render-animation cam "demo-animation.mp4" scene-fn cam-fn 400 30 4 2) (render-animation cam "demo-animation.mp4" scene-fn cam-fn 400 30 7 2)

View File

@@ -21,17 +21,17 @@
(color 1 1 1) (color 1 1 1)
(color 1 1 1) (color 1 1 1)
(color 0.6 0.6 0.6) (color 0.6 0.6 0.6)
100 0.5)) 100 0.4))
(set 'black (set 'black
(material (material
(color 0 0 0) (color 0 0 0)
(color 0 0 0) (color 0 0 0)
(color 0.6 0.6 0.6) (color 0.6 0.6 0.6)
100 0.5)) 100 0.4))
(set 'dark-mirror (set 'dark-mirror
(material (material
(color 0 0 0) (color 0.01 0.05 0.15)
(color 0 0 0) (color 0.01 0.05 0.15)
(color 0.2 0.2 0.2) (color 0.01 0.05 0.15)
20 0.6)) 20 0.7))