mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
update comment
This commit is contained in:
parent
9f252f04e7
commit
507f658a5f
1 changed files with 33 additions and 25 deletions
|
@ -13,31 +13,39 @@
|
|||
|
||||
/*
|
||||
|
||||
|
||||
|
||||
|
||||
+-----------------------+ +-------------------+ +---------------------------------+
|
||||
| | | | | |
|
||||
| EntityDynamicInterface | | btDynamicInterface | | EntityDynamicFactoryInterface |
|
||||
| (entities) | | (bullet) | | (entities) |
|
||||
+-----------------------+ +-------------------+ +---------------------------------+
|
||||
| | | | |
|
||||
+----+ +--+ +----------+ | |
|
||||
| | | | |
|
||||
+-------------------+ +--------------+ +---------------------------+ +--------------------------+
|
||||
| | | | | | | |
|
||||
| AssignmentDynamic | | ObjectDynamic | | InterfaceDynamicFactory | | AssignmentDynamicFactory |
|
||||
|(assignment client)| | (physics) | | (interface) | | (assignment client) |
|
||||
+-------------------+ +--------------+ +---------------------------+ +--------------------------+
|
||||
|
|
||||
|
|
||||
|
|
||||
+--------------------+
|
||||
| |
|
||||
| ObjectDynamicSpring |
|
||||
| (physics) |
|
||||
+--------------------+
|
||||
|
||||
+-------------------------+ +--------------------------------+
|
||||
| | | |
|
||||
| EntityDynamicsInterface | | EntityDynamicsFactoryInterface |
|
||||
| (entities) | | (entities) |
|
||||
+-------------------------+ +--------------------------------+
|
||||
| | | |
|
||||
+----+ +--+ | |
|
||||
| | | |
|
||||
+---------------------+ +----------------+ +--------------------------+ +---------------------------+
|
||||
| | | | | | | |
|
||||
| AssignmentDynamics | | ObjectDynamics | | InterfaceDynamicsFactory | | AssignmentDynamicsFactory |
|
||||
|(assignment client) | | (physics) | | (interface) | | (assignment client) |
|
||||
+---------------------+ +----------------+ +--------------------------+ +---------------------------+
|
||||
| |
|
||||
| |
|
||||
+---------------------+ | |
|
||||
| | | |
|
||||
| btActionInterface | | |
|
||||
| (bullet) | | |
|
||||
+---------------------+ | |
|
||||
| | |
|
||||
+--------------+ +------------------+ +-------------------+
|
||||
| | | | | |
|
||||
| ObjectAction | | ObjectConstraint | | btTypedConstraint |
|
||||
| (physics) | | (physics) --|--->| (bullet) |
|
||||
+--------------+ +------------------+ +-------------------+
|
||||
| |
|
||||
| |
|
||||
+--------------------+ +-----------------------+
|
||||
| | | |
|
||||
| ObjectActionSpring | | ObjectConstraintHinge |
|
||||
| (physics) | | (physics) |
|
||||
+--------------------+ +-----------------------+
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue