update comment

This commit is contained in:
Seth Alves 2017-04-12 07:37:41 -07:00
parent 9f252f04e7
commit 507f658a5f

View file

@ -13,31 +13,39 @@
/* /*
+-------------------------+ +--------------------------------+
| | | |
| EntityDynamicsInterface | | EntityDynamicsFactoryInterface |
+-----------------------+ +-------------------+ +---------------------------------+ | (entities) | | (entities) |
| | | | | | +-------------------------+ +--------------------------------+
| EntityDynamicInterface | | btDynamicInterface | | EntityDynamicFactoryInterface | | | | |
| (entities) | | (bullet) | | (entities) | +----+ +--+ | |
+-----------------------+ +-------------------+ +---------------------------------+ | | | |
| | | | | +---------------------+ +----------------+ +--------------------------+ +---------------------------+
+----+ +--+ +----------+ | | | | | | | | | |
| | | | | | AssignmentDynamics | | ObjectDynamics | | InterfaceDynamicsFactory | | AssignmentDynamicsFactory |
+-------------------+ +--------------+ +---------------------------+ +--------------------------+ |(assignment client) | | (physics) | | (interface) | | (assignment client) |
| | | | | | | | +---------------------+ +----------------+ +--------------------------+ +---------------------------+
| AssignmentDynamic | | ObjectDynamic | | InterfaceDynamicFactory | | AssignmentDynamicFactory | | |
|(assignment client)| | (physics) | | (interface) | | (assignment client) | | |
+-------------------+ +--------------+ +---------------------------+ +--------------------------+ +---------------------+ | |
| | | | |
| | btActionInterface | | |
| | (bullet) | | |
+--------------------+ +---------------------+ | |
| | | | |
| ObjectDynamicSpring | +--------------+ +------------------+ +-------------------+
| (physics) | | | | | | |
+--------------------+ | ObjectAction | | ObjectConstraint | | btTypedConstraint |
| (physics) | | (physics) --|--->| (bullet) |
+--------------+ +------------------+ +-------------------+
| |
| |
+--------------------+ +-----------------------+
| | | |
| ObjectActionSpring | | ObjectConstraintHinge |
| (physics) | | (physics) |
+--------------------+ +-----------------------+