doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
guiModelSurface_t Struct Reference

#include <GuiModel.h>

Public Attributes

const idMaterialmaterial
 
float color [4]
 
int firstVert
 
int numVerts
 
int firstIndex
 
int numIndexes
 

Detailed Description

Definition at line 30 of file GuiModel.h.

Member Data Documentation

float guiModelSurface_t::color[4]

Definition at line 32 of file GuiModel.h.

int guiModelSurface_t::firstIndex

Definition at line 35 of file GuiModel.h.

int guiModelSurface_t::firstVert

Definition at line 33 of file GuiModel.h.

const idMaterial* guiModelSurface_t::material

Definition at line 31 of file GuiModel.h.

int guiModelSurface_t::numIndexes

Definition at line 36 of file GuiModel.h.

int guiModelSurface_t::numVerts

Definition at line 34 of file GuiModel.h.


The documentation for this struct was generated from the following file: