S3DR_SetCullMode()
Syntax
S3DR_SetCullMode(Cullmode.l)
Description
Changes the cull mode.
The parameter Cullmode must be one of these values:
#S3DR_NONE
#S3DR_CW
#S3DR_CCW (default)
This command must be inside of a S3DR_BeginReal3D()...S3DR_EndReal3D() block.
If the function fails, it returns nonzero.
Supported OS
Windows