SimpleAnimationController, MovingCubeApp
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
|
||||
#include "Host/GraphicsAppManager.hpp"
|
||||
#include "ExampleApps/CubesExampleApp.hpp"
|
||||
#include "ExampleApps/MovingCubeApp.hpp"
|
||||
|
||||
using namespace OpenVulkano;
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
std::unique_ptr<IGraphicsApp> app = CubesExampleApp::CreateUnique();
|
||||
// std::unique_ptr<IGraphicsApp> app = CubesExampleApp::CreateUnique();
|
||||
std::unique_ptr<IGraphicsApp> app = MovingCubeApp::CreateUnique();
|
||||
GraphicsAppManager manager(app.get());
|
||||
manager.Run();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user