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:
parent
f17ea2d97e
commit
a0557e05fb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue