aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/scenri.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-10 05:46:30 +1000
committerDavid Walter Seikel2014-05-10 05:46:30 +1000
commit3e1744fb8d8f904b573486ecaf3c547338cfbe54 (patch)
tree810d526b702daf6704b6652ac2c71c1f6eb0bb5f /src/extantz/scenri.h
parentCopied evas_3d_utils.h coz they made it private, dammit. (diff)
downloadSledjHamr-3e1744fb8d8f904b573486ecaf3c547338cfbe54.zip
SledjHamr-3e1744fb8d8f904b573486ecaf3c547338cfbe54.tar.gz
SledjHamr-3e1744fb8d8f904b573486ecaf3c547338cfbe54.tar.bz2
SledjHamr-3e1744fb8d8f904b573486ecaf3c547338cfbe54.tar.xz
Fixed up evas_3D camera. Should adjust the Irrlicht one to suit.
Diffstat (limited to '')
-rw-r--r--src/extantz/scenri.h2
1 files changed, 1 insertions, 1 deletions
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 @@
4typedef struct _cameraMove 4typedef struct _cameraMove
5{ 5{
6 float x, y, z; 6 float x, y, z;
7 float r, s, t; 7 float r, s, p; // Roll, spin (not yaw coz y is used already), and pitch.
8 float jump; 8 float jump;
9 float JumpSpeed, RotateSpeed, MoveSpeed; 9 float JumpSpeed, RotateSpeed, MoveSpeed;
10} cameraMove; 10} cameraMove;