Adds a pyramid
<vizshape>.addPyramid( | |
base = [1.0,1.0] | |
height = 1.0 | |
axis = vizshape.AXIS_Y | |
splitFaces = False | |
) |
Flag | Description |
vizshape.AXIS_X | Shape will point toward the X axis when added |
vizshape.AXIS_Y | Shape will point toward the Y axis when added |
vizshape.AXIS_Z | Shape will point toward the Z axis when added |