2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:07:42 +00:00

Add space switching

This commit is contained in:
2016-07-08 18:23:34 -07:00
parent 8b1f70c5cd
commit 4f401acdca
5 changed files with 22 additions and 13 deletions

View File

@@ -36,7 +36,6 @@ class ModelViewer : public ViewerSpace
: specter::View(res, mv.m_vm.rootView()), m_mv(mv) {}
void resized(const boo::SWindowRect& root, const boo::SWindowRect& sub);
void draw(boo::IGraphicsCommandQueue *gfxQ);
};
Camera m_camera;