$Date: 2005/10/23 10:49:44 $
$Revision: 1.3 $
-- Center of the bounding sphere
-- Radius of the bounding sphere
-- Does current collide with other?
-- (From EM_COLLIDABLE_3D)
-- Do we collide with the axis aligned skybox?
-- (From EM_COLLIDE_3D_SKYBOX)
-- do we collide with another sphere?
-- (From EM_COLLIDE_3D_SPHERE)
-- The id given to all instances of current generating class
-- (From EM_COLLIDABLE_3D)
-- current collided with other
-- (From EM_COLLIDABLE_3D)
Objects of type EM_3D_SPHERE_COLLIDABLE implement a collision detection based on bounding spheres.
This objects can collide with other objects of the same type and also objects of type EM_3D_SKYBOX_COLLIDABLE