14 lines
427 B
Lua
14 lines
427 B
Lua
-- node box {x=0, y=0, z=0}
|
|
node_box = {
|
|
type = "fixed",
|
|
fixed = {
|
|
{-0.1875,0.4375,-0.4375,0.25,0.5,-0.375},
|
|
{-0.125,0.375,-0.375,0.1875,0.5,-0.3125},
|
|
{-0.0625,0.3125,-0.3125,0.125,0.5,-0.25},
|
|
{-0.125,0.4375,-0.3125,-0.0625,0.5,-0.25},
|
|
{0.125,0.4375,-0.3125,0.1875,0.5,-0.25},
|
|
{-0.0625,0.375,-0.25,0.125,0.5,-0.1875},
|
|
{-0.0625,0.4375,-0.1875,0.125,0.5,-0.125},
|
|
},
|
|
},
|