Home
last modified time | relevance | path

Searched defs:shapeheader (Results 1 – 1 of 1) sorted by relevance

/dports/games/avp/avp-20170505/src/include/
H A Dshape.h317 typedef struct shapeheader { struct
319 int numpoints; /* Total #points in shape */
320 int numitems; /* Total #items in shape */
322 int shapeflags; /* Various Display Options */
324 int **points;
325 int **items;
327 int **sh_normals;
328 int **sh_vnormals;
330 int **sh_textures; /* Polygon u,v definitions */
356 and whose shape is this shapeheader*/ argument
[all …]