#include <picomodel.h>
Data Fields | |
void * | data |
picoModel_t * | model |
picoSurfaceType_t | type |
char * | name |
picoShader_t * | shader |
int | numVertexes |
int | maxVertexes |
picoVec3_t * | xyz |
picoVec3_t * | normal |
picoIndex_t * | smoothingGroup |
int | numSTArrays |
int | maxSTArrays |
picoVec2_t ** | st |
int | numColorArrays |
int | maxColorArrays |
picoColor_t ** | color |
int | numIndexes |
int | maxIndexes |
picoIndex_t * | index |
int | numFaceNormals |
int | maxFaceNormals |
picoVec3_t * | faceNormal |
int | special [PICO_MAX_SPECIAL] |
Definition at line 83 of file picomodel.h.
Definition at line 102 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFindSurfaceVertexNum(), PicoFreeSurface(), PicoGetSurfaceColor(), and PicoSetSurfaceColor().
void* picoSurface_s::data |
Definition at line 85 of file picomodel.h.
Referenced by PicoGetSurfaceData(), and PicoSetSurfaceData().
Definition at line 108 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFreeSurface(), PicoGetFaceNormal(), and PicoSetFaceNormal().
Definition at line 105 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFixSurfaceNormals(), PicoFreeSurface(), PicoGetSurfaceIndex(), PicoGetSurfaceIndexes(), PicoSetSurfaceIndex(), and PicoSetSurfaceIndexes().
Definition at line 101 of file picomodel.h.
Referenced by PicoAdjustSurface().
Definition at line 107 of file picomodel.h.
Referenced by PicoAdjustSurface().
Definition at line 104 of file picomodel.h.
Referenced by PicoAdjustSurface().
Definition at line 98 of file picomodel.h.
Referenced by PicoAdjustSurface().
Definition at line 93 of file picomodel.h.
Referenced by PicoAdjustSurface().
Definition at line 87 of file picomodel.h.
Referenced by PicoNewSurface(), and PicoSetSurfaceXYZ().
char* picoSurface_s::name |
Definition at line 90 of file picomodel.h.
Referenced by PicoFindSurface(), PicoFreeSurface(), PicoGetSurfaceName(), and PicoSetSurfaceName().
Definition at line 95 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFindSurfaceVertexNum(), PicoFixSurfaceNormals(), PicoFreeSurface(), PicoGetSurfaceNormal(), and PicoSetSurfaceNormal().
Definition at line 101 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFreeSurface(), and PicoGetSurfaceColor().
Definition at line 107 of file picomodel.h.
Referenced by PicoAdjustSurface(), and PicoGetFaceNormal().
Definition at line 104 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFixSurfaceNormals(), PicoGetSurfaceIndex(), PicoGetSurfaceIndexes(), and PicoGetSurfaceNumIndexes().
Definition at line 98 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFreeSurface(), and PicoGetSurfaceST().
Definition at line 93 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFindSurfaceVertexNum(), PicoFixSurfaceNormals(), PicoGetSurfaceColor(), PicoGetSurfaceNormal(), PicoGetSurfaceNumVertexes(), PicoGetSurfaceST(), and PicoGetSurfaceXYZ().
Definition at line 91 of file picomodel.h.
Referenced by PicoAddTriangleToModel(), PicoGetSurfaceShader(), and PicoSetSurfaceShader().
Definition at line 96 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFindSurfaceVertexNum(), PicoFixSurfaceNormals(), PicoFreeSurface(), and PicoSetSurfaceSmoothingGroup().
int picoSurface_s::special[PICO_MAX_SPECIAL] |
Definition at line 110 of file picomodel.h.
Referenced by PicoGetSurfaceSpecial(), and PicoSetSurfaceSpecial().
Definition at line 99 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFindSurfaceVertexNum(), PicoFreeSurface(), PicoGetSurfaceST(), and PicoSetSurfaceST().
Definition at line 89 of file picomodel.h.
Referenced by PicoGetSurfaceType(), and PicoSetSurfaceType().
Definition at line 94 of file picomodel.h.
Referenced by PicoAdjustSurface(), PicoFindSurfaceVertexNum(), PicoFixSurfaceNormals(), PicoFreeSurface(), PicoGetSurfaceXYZ(), and PicoSetSurfaceXYZ().