From 3e1744fb8d8f904b573486ecaf3c547338cfbe54 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 10 May 2014 05:46:30 +1000 Subject: Fixed up evas_3D camera. Should adjust the Irrlicht one to suit. --- src/extantz/scenri.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extantz/scenri.h') diff --git a/src/extantz/scenri.h b/src/extantz/scenri.h index 1913755..7889d22 100644 --- a/src/extantz/scenri.h +++ b/src/extantz/scenri.h @@ -4,7 +4,7 @@ typedef struct _cameraMove { float x, y, z; - float r, s, t; + float r, s, p; // Roll, spin (not yaw coz y is used already), and pitch. float jump; float JumpSpeed, RotateSpeed, MoveSpeed; } cameraMove; -- cgit v1.1