This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
bullet3
Watch
1
Star
0
Fork
0
You've already forked bullet3
mirror of
https://github.com/bulletphysics/bullet3
synced
2024-12-14 13:50:04 +00:00
Code
Issues
Releases
Wiki
Activity
55451b6bfc
bullet3
/
examples
/
SharedMemory
/
PhysicsServer.cpp
5 lines
63 B
C++
Raw
Normal View
History
Unescape
Escape
added preliminary shared memory physics client/server fix a bug in CommonMultiBodyBase: don't use data if it hasn't been allocated
2015-05-28 23:05:24 +00:00
#
include
"PhysicsServer.h"
add Windows version of shared memory, very basic implementation (only allows one single allocation)
2015-06-04 22:37:18 +00:00
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-23 04:50:32 +00:00
PhysicsServer
:
:
~
PhysicsServer
(
)
add rudimentary command logging for shared memory physics server
2015-10-30 17:30:48 +00:00
{
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-23 04:50:32 +00:00
}
Reference in New Issue
Copy Permalink