MCPcopy Create free account
hub / github.com/cinder/Cinder / handleWallCollision

Method handleWallCollision

samples/FallingGears/src/SceneController.cpp:386–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void SceneController::handleWallCollision( Wall *wall, SceneObject *object, const vec2 &contactPoint )
387{
388 Gear *gear = dynamic_cast<Gear *>( object );
389
390 CI_ASSERT( wall );
391 CI_ASSERT( gear );
392
393 wall->handleCollision( gear, contactPoint );
394}

Callers

nothing calls this directly

Calls 1

handleCollisionMethod · 0.45

Tested by

no test coverage detected