MaterialCullingMode()
Syntax
MaterialCullingMode(#Material, Mode)Description
Set the culling mode for the material.
Parameters
#Material The material to use. Mode It can be one of the following value: #PB_Material_NoCulling : no culling. #PB_Material_ClockWiseCull : clockwise culling. #PB_Material_AntiClockWiseCull: anticlockwise culling.
Return value
None.
Remarks
To get the current material cullling mode, use GetMaterialAttribute().
See Also
GetMaterialAttribute()
Supported OS
All