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

#include <model_zymotic.h>

+ Collaboration diagram for zymtype1header_t:

Data Fields

int filesize
 
char id [12]
 
zymlump_t lump_bones
 
zymlump_t lump_poses
 
zymlump_t lump_render
 
zymlump_t lump_scenes
 
zymlump_t lump_shaders
 
zymlump_t lump_texcoords
 
zymlump_t lump_trizone
 
zymlump_t lump_vertbonecounts
 
zymlump_t lump_verts
 
float maxs [3]
 
float mins [3]
 
int numbones
 
int numscenes
 
int numshaders
 
int numtris
 
int numverts
 
float radius
 
int type
 

Detailed Description

Definition at line 11 of file model_zymotic.h.

Field Documentation

◆ filesize

int zymtype1header_t::filesize

Definition at line 15 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ id

char zymtype1header_t::id[12]

Definition at line 13 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_bones

zymlump_t zymtype1header_t::lump_bones

Definition at line 27 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_poses

zymlump_t zymtype1header_t::lump_poses

Definition at line 26 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_render

zymlump_t zymtype1header_t::lump_render

Definition at line 31 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_scenes

zymlump_t zymtype1header_t::lump_scenes

Definition at line 25 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_shaders

zymlump_t zymtype1header_t::lump_shaders

Definition at line 32 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_texcoords

zymlump_t zymtype1header_t::lump_texcoords

Definition at line 30 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_trizone

zymlump_t zymtype1header_t::lump_trizone

Definition at line 33 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_vertbonecounts

zymlump_t zymtype1header_t::lump_vertbonecounts

Definition at line 28 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ lump_verts

zymlump_t zymtype1header_t::lump_verts

Definition at line 29 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ maxs

float zymtype1header_t::maxs[3]

Definition at line 16 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ mins

float zymtype1header_t::mins[3]

Definition at line 16 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ numbones

int zymtype1header_t::numbones

Definition at line 20 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ numscenes

int zymtype1header_t::numscenes

Definition at line 21 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ numshaders

int zymtype1header_t::numshaders

Definition at line 19 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ numtris

int zymtype1header_t::numtris

Definition at line 18 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ numverts

int zymtype1header_t::numverts

Definition at line 17 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ radius

float zymtype1header_t::radius

Definition at line 16 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().

◆ type

int zymtype1header_t::type

Definition at line 14 of file model_zymotic.h.

Referenced by Mod_ZYMOTICMODEL_Load().


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