Results in id-Software/Quake

C
QW/client/spritegn.h
Showing the top match Last indexed Sep 14, 2016
73 int type;
74 float boundingradius;
75 int width;
76 int height;
77 int numframes;
78 float beamlength;
C
WinQuake/spritegn.h
Showing the top match Last indexed Sep 14, 2016
73 int type;
74 float boundingradius;
75 int width;
76 int height;
77 int numframes;
78 float beamlength;
C
QW/client/modelgen.h
Showing the top match Last indexed Sep 14, 2016
62 vec3_t scale;
63 vec3_t scale_origin;
64 float boundingradius;
65 vec3_t eyeposition;
66 int numskins;
67 int skinwidth;
C
WinQuake/modelgen.h
Showing the top match Last indexed Sep 14, 2016
62 vec3_t scale;
63 vec3_t scale_origin;
64 float boundingradius;
65 vec3_t eyeposition;
66 int numskins;
67 int skinwidth;
C
QW/client/gl_model.h
Showing the top match Last indexed Sep 14, 2016
297 int version;
298 vec3_t scale;
299 vec3_t scale_origin;
300 float boundingradius;
301 vec3_t eyeposition;
302 int numskins;
C
WinQuake/gl_model.h
Showing the top match Last indexed Sep 14, 2016
295 vec3_t scale_origin;
296 float boundingradius;
297 vec3_t eyeposition;
298 int numskins;
299 int skinwidth;
300 int skinheight;
C
QW/client/gl_model.c
Showing the top match Last indexed Sep 14, 2016
1568 // endian-adjust and copy the data, starting with the alias model header
1569 //
1570 pheader->boundingradius = LittleFloat (pinmodel->boundingradius);
1571 pheader->numskins = LittleLong (pinmodel->numskins);
1572 pheader->skinwidth = LittleLong (pinmodel->skinwidth);
C
QW/client/model.c
Showing the top two matches Last indexed Sep 14, 2016
1508 // endian-adjust and copy the data, starting with the alias model header
1509 //
1510 pmodel->boundingradius = LittleFloat (pinmodel->boundingradius);
1511 pmodel->numskins = LittleLong (pinmodel->numskins);
C
WinQuake/gl_model.c
Showing the top two matches Last indexed Sep 14, 2016
1524 pheader->boundingradius = LittleFloat (pinmodel->boundingradius);
1525 pheader->numskins = LittleLong (pinmodel->numskins);
C
WinQuake/model.c
Showing the top two matches Last indexed Sep 14, 2016
1486 // endian-adjust and copy the data, starting with the alias model header
1487 //
1488 pmodel->boundingradius = LittleFloat (pinmodel->boundingradius);
1489 pmodel->numskins = LittleLong (pinmodel->numskins);

Languages