Adds a 2D plane
<vizshape>.addPlane( | |
size = [50.0,50.0] | |
axis = vizshape.AXIS_Y | |
cullFace = True | |
) |
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 |