IGame/IGameRenderedSurface.h File Reference
 
 
 
IGame/IGameRenderedSurface.h File Reference
#include "../maxheap.h"
#include <WTypes.h>
#include "IGameExport.h"

File Description

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.

Classes

class   IGameRenderedSurface
  class IGameRenderedSurface More...

Namespaces

namespace   LightingModel

Defines

#define  EVAL_MAPS   (1<<0)
  Flag indicates if texture maps should be applied.
#define  EVAL_SHADOWS   (1<<1)
  Flag indicates if shadows should be applied.

Enumerations

enum   LightingModel_Game { SHADED, LIGHTING_ONLY, SHADED_ONLY }
  The possible lighting models. More...

Functions

IGAMEEXPORT IGameRenderedSurface GetIGameRenderedSurfaceInterface ()
  Get the main interface pointer.

Define Documentation

#define EVAL_MAPS   (1<<0)

Flag indicates if texture maps should be applied.

#define EVAL_SHADOWS   (1<<1)

Flag indicates if shadows should be applied.


Function Documentation

IGAMEEXPORT IGameRenderedSurface* GetIGameRenderedSurfaceInterface ( )

Get the main interface pointer.