DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
lightmapvertex_t Struct Reference
+ Collaboration diagram for lightmapvertex_t:

Data Fields

int index
 
float lightcolor [4]
 
float normal [3]
 
float pos [3]
 
float texcoordbase [2]
 
float texcoordlightmap [2]
 

Detailed Description

Definition at line 3529 of file model_shared.c.

Field Documentation

◆ index

int lightmapvertex_t::index

Definition at line 3531 of file model_shared.c.

◆ lightcolor

float lightmapvertex_t::lightcolor[4]

Definition at line 3536 of file model_shared.c.

◆ normal

float lightmapvertex_t::normal[3]

Definition at line 3533 of file model_shared.c.

◆ pos

float lightmapvertex_t::pos[3]

Definition at line 3532 of file model_shared.c.

◆ texcoordbase

float lightmapvertex_t::texcoordbase[2]

Definition at line 3534 of file model_shared.c.

◆ texcoordlightmap

float lightmapvertex_t::texcoordlightmap[2]

Definition at line 3535 of file model_shared.c.


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