RenderWare V2.1

Previous Page Index Next Page

RwMaterial *

RwRemoveTextureModeFromMaterial(RwMaterial *material,
RwTextureModes mode);

Description

Removes a texture mode (or modes) from the material. Texture modes permit fine grain control over the rendering of textures.

Arguments

material Pointer to the material.

mode A bitfield representing a texture mode (or "bitwise or" of modes).

Return Value

The argument material if successful, and NULL otherwise.

Comments

The texture modes are:

• rwLIT The texture will be lit according to the current light sampling type of the material (rwFACET or rwVERTEX).

• rwFORESHORTEN The texture will be foreshortened in a perspectively correct manner.

• rwFILTER A filter will be applied to the texture to reduce the effect of pixelation due to aliasing.

For further information see the Texture Modes section in Chapter 2: Data Types.

See Also

RwAddTextureModeToMaterial()

RwGetMaterialTextureModes()

RwRemoveTextureModeFromPolygon()

RwRemoveTextureModeFromSurface()

RwSetMaterialLightSampling()

RwSetMaterialTexture()

RwSetMaterialTextureModes()