1
0
Fork 0
forked from fte/fteqw

client ents work on the basis of axis instead of angles, for GL rotations (eular angles end up failing too easily)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@460 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-17 18:06:58 +00:00
parent f17ea2d97e
commit a0557e05fb

View file

@ -41,6 +41,7 @@ typedef struct entity_s
int keynum; // for matching entities in different frames
vec3_t origin;
vec3_t angles;
vec3_t axis[3];
vec3_t oldorigin;
vec3_t oldangles;