forked from pyrite-dev/milsko
fix
This commit is contained in:
parent
c945ebb9ca
commit
a7828a44d8
3 changed files with 5 additions and 1 deletions
|
|
@ -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" />
|
||||||
|
|
|
||||||
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue