File importer now supports shapes, camera pan is now locked to 45 degree increments
this was a massive pain in the ass :)
This commit is contained in:
@@ -19,6 +19,7 @@ class CameraController {
|
||||
void lookAt(const Vector3& position);
|
||||
void refreshZoom(const CoordinateFrame& frame);
|
||||
void pan(CoordinateFrame* frame,float spdX,float spdY);
|
||||
void panLock(CoordinateFrame* frame,float spdX,float spdY);
|
||||
void update(Application* app);
|
||||
void centerCamera(Instance* selection);
|
||||
void panLeft();
|
||||
|
||||
Reference in New Issue
Block a user