IGame/IGameRenderedSurface.h File Reference
#include "../maxheap.h"
#include <WTypes.h>
#include "IGameExport.h"
Access to the main render routines to calculate surface data such as Lighting and color.
Lighting and color can be calculated on a per face/vertex level. This data is the same technique that the Apply Vertex color utility uses. The difference here is that you are provided the color independently of the vertex color channel. This leaves that channel for other data and provides more options at export time.
Flag indicates if texture maps should be applied.
#define EVAL_SHADOWS (1<<1) |
Flag indicates if shadows should be applied.
Get the main interface pointer.