S3DR_SetFillMode()
Syntax
S3DR_SetFillMode(Fillmode.l)
Description
Changes the fill mode.
The parameter Fillmode must be one of these values:
#S3DR_POINT
#S3DR_WIREFRAME
#S3DR_SOLID (default)
This command must be inside of a S3DR_BeginReal3D()...S3DR_EndReal3D() block.
If the function fails, it returns nonzero.
Supported OS
Windows