What I have thus far

Camera panning still needs work.
This commit is contained in:
MusicalProgrammer
2018-04-29 23:47:40 -04:00
parent 9868937c08
commit 59510383e6
9 changed files with 536 additions and 55 deletions

View File

@@ -16,6 +16,8 @@ public:
void setPosition(Vector3);
CoordinateFrame getCFrame();
void setCFrame(CoordinateFrame);
Box getBox();
CoordinateFrame getCFrameRenderBased();
private:
Vector3 position;
};