doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions
tr_deform.cpp File Reference
#include "../idlib/precompiled.h"
#include "tr_local.h"

Go to the source code of this file.

Classes

struct  eyeIsland_t
 

Macros

#define MAX_TRI_WINDING_INDEXES   16
 
#define MAX_EYEBALL_TRIS   10
 
#define MAX_EYEBALL_ISLANDS   6
 

Functions

int R_WindingFromTriangles (const srfTriangles_t *tri, glIndex_t indexes[MAX_TRI_WINDING_INDEXES])
 
void R_DeformDrawSurf (drawSurf_t *drawSurf)
 

Macro Definition Documentation

#define MAX_EYEBALL_ISLANDS   6

Definition at line 813 of file tr_deform.cpp.

#define MAX_EYEBALL_TRIS   10

Definition at line 812 of file tr_deform.cpp.

#define MAX_TRI_WINDING_INDEXES   16

Definition at line 285 of file tr_deform.cpp.

Function Documentation

void R_DeformDrawSurf ( drawSurf_t drawSurf)

Definition at line 1228 of file tr_deform.cpp.

int R_WindingFromTriangles ( const srfTriangles_t tri,
glIndex_t  indexes[MAX_TRI_WINDING_INDEXES] 
)

Definition at line 286 of file tr_deform.cpp.