Add simple mesh viewer

This commit is contained in:
James Grogan 2022-11-18 17:05:33 +00:00
parent fcd90b5db4
commit 8a41337e2d
19 changed files with 275 additions and 2 deletions

View file

@ -16,6 +16,7 @@
CanvasView::CanvasView()
: mController(CanvasController::Create())
{
std::cout << "Creatin canvas" << std::endl;
initialize();
}