What I have thus far
Camera panning still needs work.
This commit is contained in:
@@ -16,6 +16,8 @@ public:
|
||||
void setPosition(Vector3);
|
||||
CoordinateFrame getCFrame();
|
||||
void setCFrame(CoordinateFrame);
|
||||
Box getBox();
|
||||
CoordinateFrame getCFrameRenderBased();
|
||||
private:
|
||||
Vector3 position;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user