Description
Creates a new material with default values for its attributes.
Arguments
None.
Return Value
A pointer to the newly created material if successful, and NULL otherwise.
Comments
By default:
· The materials coefficients of ambient, diffuse, and specular reflection are CREAL(0.0).
· The materials light sampling type is rwFACET.
· The materials geometry sampling type is rwSOLID.
· The material has no texture.
· The materials only texture mode is rwLIT.
· The materials opacity is CREAL(1.0).
See Also