Animation

This commit is contained in:
2021-03-07 14:06:55 +01:00
parent c7ec12584c
commit bb502b37f4
6 changed files with 74 additions and 16 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public:
std::vector< std::shared_ptr< RenderObject > > getObjects();
std::vector< std::shared_ptr< RenderObject > >
getObjects( const std::unordered_set< int > &objectIDs );
void movement();
void updateScene();
std::vector< std::shared_ptr< RenderObject > >
getCollisions( RenderObject &r );
std::vector< std::shared_ptr< RenderObject > >