Renamed Vector3 class to KRVector3

KRObjPacker project updated to use KREngine_osx framework rather than having a copy of the files

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4015
This commit is contained in:
kearwood
2012-03-15 22:57:20 +00:00
parent a9786b80e6
commit bb38ede18e
28 changed files with 136 additions and 130 deletions

View File

@@ -43,7 +43,7 @@
float heading;
Vector3 camera_position;
KRVector3 camera_position;
double camera_pitch;
double camera_yaw;

View File

@@ -160,7 +160,7 @@
bLoadedTestInstances = false;
cParamDisplayFrames = 0;
camera_position = Vector3(-850, -10, -700);
camera_position = KRVector3(-850, -10, -700);
displayLink = [CADisplayLink displayLinkWithTarget:self selector:@selector(drawView:)];
[displayLink setFrameInterval:1]; // Maximum 60fps