mirror of
https://github.com/overte-org/overte.git
synced 2025-07-14 00:56:38 +02:00
updated TODO notes
This commit is contained in:
parent
b3731e9530
commit
31486a81c1
1 changed files with 2 additions and 1 deletions
|
@ -14,8 +14,9 @@
|
|||
// TODO DONE: give PhysicsEngine instance an _entityPacketSender
|
||||
// TODO DONE: make sure code compiles when BULLET is not found
|
||||
// TODO DONE: make sure incoming and outgoing pipelines are connected
|
||||
// TODO DONE: provide some sort of "reliable" send for "stopped" update
|
||||
// TODO: test entity updates (second viewer sees physics results from first)
|
||||
// TODO: provide some sort of "reliable" send for "stopped" update
|
||||
// TODO: reconcile hifi damping with bullet damping for improved ballistic predictions
|
||||
|
||||
#include "PhysicsEngine.h"
|
||||
#ifdef USE_BULLET_PHYSICS
|
||||
|
|
Loading…
Reference in a new issue