7 Aug 2012 10:01
SF.net SVN: cel:[4951] cel/trunk
Revision: 4951
http://cel.svn.sourceforge.net/cel/?rev=4951&view=rev
Author: jorrit
Date: 2012-08-07 08:01:44 +0000 (Tue, 07 Aug 2012)
Log Message:
-----------
- Added support for disabling physics in the dynworld plugin. In this mode
no bodies will be created. It is assumed that in this mode the CS collision
detection system will be used instead (OPCODE).
- Added a 'physics' property to enable/disable physics.
- Added support for attaching an OPCODE collider (csColliderWrapper) to
a dynamic object (in addition or instead of) the physics bodies.
Modified Paths:
--------------
cel/trunk/include/propclass/dynworld.h
cel/trunk/plugins/addons/dynworldload/dynworldload.cpp
cel/trunk/plugins/propclass/dynworld/dynworld.cpp
cel/trunk/plugins/propclass/dynworld/dynworld.h
Modified: cel/trunk/include/propclass/dynworld.h
===================================================================
--- cel/trunk/include/propclass/dynworld.h 2012-08-06 16:55:07 UTC (rev 4950)
+++ cel/trunk/include/propclass/dynworld.h 2012-08-07 08:01:44 UTC (rev 4951)
<at> <at> -358,6 +358,14 <at> <at>
*/
virtual void DeleteBodies () = 0;
+ /**
+ * Create a collider for the CS collision detection system (not physics).
(Continue reading)
RSS Feed