#include <perceptorhandler.h>
Inheritance diagram for PerceptorHandler:
Public Member Functions | |
PerceptorHandler () | |
virtual | ~PerceptorHandler () |
virtual void | HandleCollision (boost::shared_ptr< oxygen::Collider > collidee, dContact &contact) |
searches for a CollisionPerceptor below the closest Transform node on the way up the hierarchy and notifies it that a collision has occured. |
Definition at line 30 of file perceptorhandler.h.
|
Definition at line 33 of file perceptorhandler.h. |
|
Definition at line 34 of file perceptorhandler.h. |
|
searches for a CollisionPerceptor below the closest Transform node on the way up the hierarchy and notifies it that a collision has occured.
Implements oxygen::CollisionHandler. Definition at line 32 of file perceptorhandler.cpp. |