DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
patchinfo_t Struct Reference

#include <curves.h>

+ Collaboration diagram for patchinfo_t:

Data Fields

struct { 
 
   int   xtess 
 
   int   ytess 
 
lods [PATCH_LODS_NUM
 
int xsize
 
int ysize
 

Detailed Description

Definition at line 8 of file curves.h.

Field Documentation

◆ [struct]

struct { ... } patchinfo_t::lods[PATCH_LODS_NUM]

◆ xsize

int patchinfo_t::xsize

Definition at line 10 of file curves.h.

Referenced by Mod_Q3BSP_LoadFaces(), and Q3PatchAdjustTesselation().

◆ xtess

int patchinfo_t::xtess

Definition at line 12 of file curves.h.

Referenced by Mod_Q3BSP_LoadFaces(), and Q3PatchAdjustTesselation().

◆ ysize

int patchinfo_t::ysize

Definition at line 10 of file curves.h.

Referenced by Mod_Q3BSP_LoadFaces(), and Q3PatchAdjustTesselation().

◆ ytess

int patchinfo_t::ytess

Definition at line 12 of file curves.h.

Referenced by Mod_Q3BSP_LoadFaces(), and Q3PatchAdjustTesselation().


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