FTEQW
Documentation of the FTE engine source tree.
msurface_s Struct Reference

#include <gl_model.h>

Public Attributes

mplane_tplane
 
int flags
 
int firstedge
 
unsigned short numedges
 
unsigned short lmshift
 
int texturemins [2]
 
short extents [2]
 
unsigned short light_s [MAXRLIGHTMAPS]
 
unsigned short light_t [MAXRLIGHTMAPS]
 
image_tenvmap
 
mfog_tfog
 
mesh_tmesh
 
batch_tsbatch
 
mtexinfo_ttexinfo
 
int visframe
 
int shadowframe
 
dlightbitmask_t dlightbits
 
int dlightframe
 
qboolean cached_dlight
 
int lightmaptexturenums [MAXRLIGHTMAPS]
 
lightstyleindex_t styles [MAXCPULIGHTMAPS]
 
qbyte vlstyles [MAXRLIGHTMAPS]
 
int cached_light [MAXCPULIGHTMAPS]
 
int cached_colour [MAXCPULIGHTMAPS]
 
qboolean stained
 
qbytesamples
 

Member Data Documentation

◆ cached_colour

int msurface_s::cached_colour[MAXCPULIGHTMAPS]

◆ cached_dlight

qboolean msurface_s::cached_dlight

◆ cached_light

int msurface_s::cached_light[MAXCPULIGHTMAPS]

◆ dlightbits

dlightbitmask_t msurface_s::dlightbits

◆ dlightframe

int msurface_s::dlightframe

◆ envmap

image_t* msurface_s::envmap

◆ extents

short msurface_s::extents[2]

◆ firstedge

int msurface_s::firstedge

◆ flags

int msurface_s::flags

◆ fog

mfog_t* msurface_s::fog

◆ light_s

unsigned short msurface_s::light_s[MAXRLIGHTMAPS]

◆ light_t

unsigned short msurface_s::light_t[MAXRLIGHTMAPS]

◆ lightmaptexturenums

int msurface_s::lightmaptexturenums[MAXRLIGHTMAPS]

◆ lmshift

unsigned short msurface_s::lmshift

◆ mesh

mesh_t* msurface_s::mesh

◆ numedges

unsigned short msurface_s::numedges

◆ plane

mplane_t* msurface_s::plane

◆ samples

qbyte* msurface_s::samples

◆ sbatch

batch_t* msurface_s::sbatch

◆ shadowframe

int msurface_s::shadowframe

◆ stained

qboolean msurface_s::stained

◆ styles

lightstyleindex_t msurface_s::styles[MAXCPULIGHTMAPS]

◆ texinfo

mtexinfo_t* msurface_s::texinfo

◆ texturemins

int msurface_s::texturemins[2]

◆ visframe

int msurface_s::visframe

◆ vlstyles

qbyte msurface_s::vlstyles[MAXRLIGHTMAPS]

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