Considerations in Collision Detection with PV3D
February 28, 2008 use left and right arrows.
The collision detection in Papervision3D is not a big deal. Is easy to detect collision between two DisplayObject3D for that task PV3D provide us with two methods
public function hitTestPoint( x:Number, y:Number, z:Number ):Boolean
public function hitTestObject( obj:DisplayObject3D,multiplier:Number=1 ):Boolean
The first method is to test if the current DisplayObject3D is hitting a point [...]