Working on the collision classes.
This commit is contained in:
parent
63bb31e728
commit
54e8a27709
9 changed files with 330 additions and 1 deletions
|
@ -35,6 +35,7 @@ namespace cloonel {
|
|||
for (auto itMover : m_movers) {
|
||||
itMover->Update(parDelta);
|
||||
}
|
||||
m_collider.RunCollisionTests();
|
||||
}
|
||||
|
||||
///--------------------------------------------------------------------------
|
||||
|
@ -44,4 +45,14 @@ namespace cloonel {
|
|||
itDrawable->Draw();
|
||||
}
|
||||
}
|
||||
|
||||
///--------------------------------------------------------------------------
|
||||
///--------------------------------------------------------------------------
|
||||
void GameplayScene::Destroy() noexcept {
|
||||
}
|
||||
|
||||
///--------------------------------------------------------------------------
|
||||
///--------------------------------------------------------------------------
|
||||
void GameplayScene::OnPrepareDone() {
|
||||
}
|
||||
} //namespace cloonel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue