Added activatable items for Heretic, along with a full inventory bar.
Support new versions of Kinsie's test map. Switch to new GetAxes implementation across the board. Minor fixes here and there.
This commit is contained in:
parent
1ed7083113
commit
76df49e62b
42 changed files with 663 additions and 111 deletions
|
|
@ -106,7 +106,8 @@ Class dt_Matrix4
|
|||
return r;
|
||||
}
|
||||
|
||||
// UE-like axes from rotation
|
||||
// [deprecated] UE-like axes from rotation
|
||||
// proper implementation moved to CoordUtil
|
||||
static Vector3, Vector3, Vector3 getaxes( double pitch, double yaw, double roll )
|
||||
{
|
||||
Vector3 x = (1,0,0), y = (0,-1,0), z = (0,0,1); // y inverted for left-handed result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue