d3x0r
08eb947bac
Format fix.
2015-11-08 10:24:16 -08:00
d3x0r
99acea9594
btVoronoiSimplexSolver::inSimplex can return when first 'found=true' is set instead of going through all points, since found is never set to false in any other condition.
...
PersistentManifold replaceContactPoint set the same values for m_appliedImpluse; remove redunant set.
2015-11-08 10:22:02 -08:00
erwincoumans
6df6df3b26
Merge pull request #517 from erwincoumans/master
...
b3CreateBoxCommandSetColorRGBA: allow to specify color when creating …
2015-11-06 17:41:40 -08:00
erwincoumans
3b9b803683
b3CreateBoxCommandSetColorRGBA: allow to specify color when creating bodies through shared memory API
...
Parse and use colors from URDF file (single rgba color per link, not per visual)
Rename btMultiBody 'stepVelocities' to 'computeAccelerationsArticulatedBodyAlgorithmMultiDof'
btHashMap, add const Value* operator[]
remove a few more obsolete btMultiBody methods (on the non-multi-dof path)
fix spelling typo in fillConstraintJacobianMultiDof (fil -> fill)
Add mention to Jakub Stepien for his work on btMultiBody
2015-11-06 17:11:15 -08:00
erwincoumans
4a4d861721
Merge pull request #516 from erwincoumans/master
...
Only support btMultiBody multi-dof version
2015-11-05 21:32:03 -08:00
erwincoumans
8160354d02
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2015-11-05 21:18:10 -08:00
erwincoumans
2920d7e61f
Only support btMultiBody multi-dof version (remove non-multi-dof path)
...
Use ATTRIBUTE_ALIGNED16 for btMultiBody
Always disable parentCollision for btMultiBody::setupFixed
2015-11-05 21:17:46 -08:00
erwincoumans
d2c49a7a2c
Merge pull request #515 from erwincoumans/master
...
remove debug test
2015-11-05 17:35:46 -08:00
Erwin Coumans
7ef06d532e
remove debug test
2015-11-05 17:35:05 -08:00
erwincoumans
c902cd0180
Update btTransform.h
...
fix comment
2015-11-05 14:08:22 -08:00
erwincoumans
f5c6561365
Merge pull request #514 from erwincoumans/master
...
Add b3GetStatusActualState() to C_API. Change pick-and-move C_API to use handlers
2015-11-04 17:34:45 -08:00
Erwin Coumans
2317307a22
Add b3GetStatusActualState() to C_API.
...
Change pick-and-move C_API to use handlers
2015-11-04 16:08:28 -08:00
erwincoumans
e39afd06b9
Merge pull request #513 from erwincoumans/master
...
workaround for wrong gjk/epa contact normal, add 'replay' command log feature: no mouse interaction during replay etc.
2015-11-01 13:00:19 -08:00
erwincoumans
d6464ce40d
add 'replay' command log feature: no mouse interaction during replay, and use a fixed number of sim steps in stepSimulation.
...
workaround for reversed separating normal in gjk/epa when using very small shapes, detect case and revert normal.
use smaller world size (10 units versus 100) for higher resolution shadow map
use a hard-coded rolling friction of 0.2 for objects in physics server (will make this configurable)
fix loading of command log files, when platform features are different (64bit/32bit)
2015-11-01 12:48:15 -08:00
erwincoumans
8604d05bc9
Merge pull request #511 from erwincoumans/master
...
re-enable wireframe in PhysicsClient
2015-10-30 13:24:56 -07:00
Erwin Coumans
6e042b1901
re-enable wireframe in PhysicsClient
...
inintialize variables in constructor of PhysicsClient
2015-10-30 13:24:02 -07:00
erwincoumans
5cea0d8660
Merge pull request #509 from erwincoumans/master
...
fix case sensitive issue
2015-10-30 11:00:27 -07:00
erwin coumans
c68c215ead
add rudimentary command logging for shared memory physics server
2015-10-30 10:30:48 -07:00
erwin coumans
819c4f1951
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2015-10-29 11:26:01 -07:00
erwin coumans
f7bbbd88e6
preparation for CommandLogging for PhysicsServer.
2015-10-29 11:25:50 -07:00
erwin coumans
9442791cf1
Fix PhysicsServer connection issue, in cases where shared memory was not properly shut down.
2015-10-29 11:18:26 -07:00
erwincoumans
650189d50b
Allow both remote debug drawer and local debug drawer for PhysicsServer (shared memory etc)
2015-10-29 08:28:49 -07:00
Erwin Coumans
8a956318e5
fix case sensitive issue
2015-10-28 16:02:55 -07:00
Erwin Coumans
6a6c0297fe
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2015-10-28 13:44:30 -07:00
erwincoumans
d3796ff814
Merge pull request #508 from erwincoumans/master
...
upload work-in-progress Collision example using C-API.
2015-10-28 12:23:00 -07:00
erwin coumans
dc81e31e74
upload work-in-progress Collision example using C-API.
2015-10-28 11:48:36 -07:00
erwincoumans
187b216750
Merge pull request #507 from erwincoumans/master
...
Physics Shared Memory Client/Server: Allow to request the state of a rigid body
2015-10-27 16:54:57 -07:00
erwin coumans
2d5d89d999
Allow to request the state of a rigid body (position, orientation, lin/ang velocity) through shared memory API
...
PhysicsClientC_API: b3RequestActualStateCommandInit requires a body unique Id as second argument
2015-10-27 15:46:13 -07:00
erwin coumans
9cc2b1ec12
Physics SharedMemory:
...
Add flags BOX_SHAPE_HAS_MASS and BOX_SHAPE_HAS_COLLISION_SHAPE_TYPE to CMD_CREATE_RIGID_BODY
(which maps to CMD_CREATE_BOX_COLLISION_SHAPE for backward compatibility for now)
Need to add way to receive world transform
2015-10-27 14:55:46 -07:00
erwincoumans
5ded2d3ee4
Merge pull request #398 from MakoEnergy/master
...
Constraint Accessibility.
2015-10-27 12:01:11 -07:00
erwincoumans
87cedbd40f
Merge pull request #501 from antarespilot/dbvt_memmove_fix2
...
fix for broken memmove used in btDbvt.h, issue 347.
2015-10-27 11:04:38 -07:00
erwincoumans
bd55f6b058
Merge pull request #503 from ajshort/patch-1
...
Remove usage of deprecated `register` keyword
2015-10-27 11:03:24 -07:00
erwincoumans
3f1940987c
Merge pull request #506 from erwincoumans/master
...
Create a PhysicsLoopBack+test, fix in example Collision: catch case where no collision world is created
2015-10-26 22:01:31 -07:00
erwincoumans
57f50f1778
Create a PhysicsLoopBack that includes both PhysicsClient and PhysicsServer over shared memory.
...
Add a test for PhysicsLoopBack.
2015-10-26 17:56:21 -07:00
erwincoumans
e779bb247b
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2015-10-26 16:16:08 -07:00
erwincoumans
67cb01c0b1
Merge pull request #505 from erwincoumans/master
...
Update to ZLib license for GWEN files with permission from Garry Newman
2015-10-26 14:26:10 -07:00
Erwin Coumans
163b797d8b
Update to ZLib license for GWEN files.
...
Note that our copy of GWEN is modified and GWEN is not under active development anymore.
We plan to integrate and modify GWEN further into the Bullet Example Browser or rewrite the GUI and drop GWEN
fix cube.obj and cube.mtl to enable textures
2015-10-25 11:30:34 -07:00
erwincoumans
9731d82ee8
Merge pull request #504 from erwincoumans/master
...
catch setting of invalid joint angles in PhysicsClientC_Api, Fix issue related to CMD_RESET_SIMULATION, add SIM_PARAM_UPDATE_DELTA_TIME flag
2015-10-25 10:53:54 -07:00
erwincoumans
d6916107dc
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2015-10-24 14:01:01 -07:00
erwincoumans
52edac4ef2
example Collision: catch case where no collision world is created
2015-10-24 14:00:53 -07:00
Erwin Coumans
ec1947bbbd
add SIM_PARAM_UPDATE_DELTA_TIME flag to fix setting the time step
...
in shared memory API
2015-10-24 13:50:11 -07:00
Erwin Coumans
818037c011
Fix issue related to CMD_RESET_SIMULATION
2015-10-24 13:49:25 -07:00
Erwin Coumans
f28150c368
catch setting of invalid joint angles in PhysicsClientC_Api
...
use the proper m_bodyUniqueIndex (todo: fix this field, move to shared command data)
2015-10-24 13:48:53 -07:00
Andrew Short
98bce6e484
Remove usage of deprecated register
keyword
...
C++11 deprecated the register keyword, so don't use it if we're using C++11 or newer.
2015-10-23 15:59:38 +11:00
Ola Røer Thorsen
75207c4839
fix for broken memmove used in btDbvt.h, issue 347.
2015-10-22 21:24:40 +02:00
erwincoumans
7f35aa9f43
Merge pull request #500 from erwincoumans/master
...
fix for Mac OSX El Captain 10.11, OpenGL Window was blue, until first…
2015-10-22 11:11:08 -07:00
Erwin Coumans
25fb92c4c9
fix for Mac OSX El Captain 10.11, OpenGL Window was blue, until first resize.
...
fixes Issue 498
2015-10-21 21:30:44 -07:00
erwincoumans
c737a35693
Merge pull request #497 from erwincoumans/master
...
Add plane shape and profile timing support in examples/Collide
2015-10-21 10:42:04 -07:00
erwin coumans
3d9218e07d
Add plane shape and profile timing support in examples/Collide
...
Use View/Profiler in example browser, in optimized build/Release mode
and look for plCollideWorld
2015-10-20 18:30:43 -07:00
erwincoumans
6caadab87f
Merge pull request #496 from takuyanakaoka/fix-slow-simulation-in-shared-memory-example
...
Fix slow simulation in PhysicsServerExample
2015-10-20 18:14:48 -07:00