This commit is contained in:
Nishi 2026-04-20 03:45:45 +09:00
commit a7828a44d8
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 5 additions and 1 deletions

View file

@ -664,7 +664,7 @@
<handler name="listBoxActivate" /> <handler name="listBoxActivate" />
</handlers> </handlers>
<functions> <functions>
<function name="Insert"> <function name="Set">
<arguments> <arguments>
<integer name="row" /> <integer name="row" />
<integer name="col" /> <integer name="col" />

View file

@ -17,6 +17,7 @@ sky_sphere {
} }
} }
union {
object { object {
Cube Cube
translate <-1, 0, 1> translate <-1, 0, 1>
@ -57,6 +58,9 @@ object {
} }
} }
rotate <0, clock * 360, 0>
}
plane { plane {
y, -1 y, -1
pigment { pigment {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB