Adds a quad
<vizshape>.addQuad( | |
size = [1,1] | |
axis = -vizshape.AXIS_Z | |
cullFace = 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 |