mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +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 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
+-------------------------+ +--------------------------------+
|
||||||
|
| | | |
|
||||||
|
| 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) |
|
||||||
|
+--------------------+ +-----------------------+
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue