The Cube Node


The Cube node draws a cube with a width, height, and depth of 30 units; the location of the center of the cube is (-45, 30, 0) as specified by the Translation node.

.... DEF Cube1 Separator {
                Translation { translation -45 30 0 } #Translation
                Cube {  width   30
                        height  30
                        depth   30
                } #Cube
          } #Cube1 Separator

}#Separator   

Cube


Next Table of contents