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:
@@ -43,7 +43,7 @@
|
||||
|
||||
float heading;
|
||||
|
||||
Vector3 camera_position;
|
||||
KRVector3 camera_position;
|
||||
double camera_pitch;
|
||||
double camera_yaw;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user