Erwin Coumans
|
c54a61b97a
|
More example code is memory-leak free now, in particular PhysicsServerExample.
/PhysicsServerCommandProcessor
also fixed some memory issue in InverseDynamicsExample (the base class is supposed to delete collision shape memory)
|
2016-07-16 21:29:31 -07:00 |
|
erwin coumans
|
60d2b99151
|
Physics runs in a separate thread from rendering in PhysicsServerExample (preliminary)
Improve rendering performance. OpenVR experience is smooth now.
commit needs a bit more testing before pushing in main repo.
|
2016-07-07 19:24:44 -07:00 |
|
Erwin Coumans
|
59b32b7af1
|
re-enable command log and playback in physics server
report applied motor torque in physics server
|
2016-04-08 18:17:17 -07:00 |
|
erwincoumans
|
efbb1edecc
|
Allow InProcessExampleBrowser to use a malloc allocated memory block, instead of system shared memory.
Make shared memory client/server a bit more robust, in case the server is terminated early.
|
2016-03-10 14:36:46 -08:00 |
|
Erwin Coumans
|
b4701613c8
|
consistent *API.* in examples/SharedMemory
|
2015-11-23 08:00:42 -08:00 |
|
erwincoumans
|
03bf78ef49
|
add physics server loopback (both client and server in the same process, using shared memory)
add physics server direct (client and server in the same process, directly processing commands without shared memory transport mechanism)
|
2015-11-22 20:50:32 -08:00 |
|