[ Maverik Level 3 functions ]
mav_texEnvDefault
Summary
Set texture environment (callback function).
Syntax
void mav_texEnvDefault(MAV_texture *tex);
- MAV_texture *tex
Texture to set environment for.
Description
This is the default texture environment function that handles
all common cases.
See also
mav_paletteTextureEnvSet.html>mav_paletteTextureEnvSet.
Back to the index page.