Set the cull mask
<node3d:renderNode>.setCullMask( | |
mask | |
mode = viz.MASK_SET | |
) |
Mask modes | |
viz.MASK_SET | Set the mask to the new value. |
viz.MASK_ADD | Add the value to the existing mask. |
viz.MASK_REMOVE | Remove the value from the existing mask. |
viz.MASK_TOGGLE | Toggle the value with the existing mask. |