Skip to content

Commit

Permalink
Update ExampleProject.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed May 1, 2024
1 parent 00e1874 commit 274af92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ExampleProject/ExampleProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ int main() {
/*
* NOTE:
* Key Released and Mouse Released
*
* TODO:
* Extract Vertices and indecies from Objects
* Add Collision Detection for Objects
* Add Collision Detection for Camera
*/
std::shared_ptr<Drizzle3D::App> app = std::make_shared<Drizzle3D::App>(Drizzle3D::RenderingAPI::OpenGL);

Expand Down

0 comments on commit 274af92

Please sign in to comment.