sgold
bf41bae18a
fix GImpact scaling in jme3-bullet (native Bullet)
6 years ago
Stephen Gold
db89c64e4b
jme3-bullet fix for issue #1125 (physics shapes don't match TerrainQuad)
6 years ago
Stephen Gold
ca33035941
complete the fix for issue #1027
6 years ago
Stephen Gold
acd056584d
fix for issue #1027 - result of rayTest()
6 years ago
Ali-RS
db1b8f9eb4
Removed unused imports. ( #1020 )
6 years ago
Stephen Gold
e63a6255cd
fix for JME issue #887 (debug mesh ignores scaling)
6 years ago
Stephen Gold
39c1c6ee0a
fix issue #923 for native Bullet
6 years ago
Stephen Gold
1c5373876e
resolve issue #916
6 years ago
Stephen Gold
d57434be7a
jme3-bullet: add and improve comments, mostly JavaDoc
6 years ago
Stephen Gold
7e17cdc498
jme3-bullet: add and improve comments, mostly JavaDoc
6 years ago
Stephen Gold
0553e9d9a2
fix for issue #898
6 years ago
Riccardo Balbo
45e7b4c6ed
Fix bullet skipping enqueued tasks - #867
6 years ago
Stephen Gold
66e602c825
correct more typographical errors in comments
6 years ago
Stephen Gold
5dc585f5c4
correct more typographical errors in comments
6 years ago
Stephen Gold
e38d70e7be
correct typographical errors in comments
6 years ago
Stephen Gold
e11c5da483
correct typographic errors in comments
6 years ago
Stephen Gold
8b70b64505
comment corrections: mostly spelling and grammar
6 years ago
Domenic
d72e5ea39f
Fixed typo in assert described in issue #538
7 years ago
Stephen Gold
00ce009925
fix for issue #772 : populate bullet debug mesh using unscaled shape
7 years ago
Kai Boernert
96b355e38c
added inertia manipulating methods
8 years ago
Riccardo Balbo
af60797efd
Update to bullet 2.86.1 ( #698 )
8 years ago
NemesisMate
31933ff365
Removed the override that avoided a CompoundCollisionShape to be scaled
8 years ago
Riccardo Balbo
e452ec8f0c
Fix MeshCollisionShape crash when loaded from j3o: always create BVH before scaling.
8 years ago
Riccardo Balbo
56558841e7
CylinderCollisionShape: don't print warning if scale = 1,1,1
9 years ago
William Linna
c85fd3fe26
Add/remove all PhysicsControls even when a RigidBodyControl is present
9 years ago
NemesisMate
8a058c61f1
Changed LinkedList for ArrayList in rayTests
9 years ago
NemesisMate
3b0e0766c5
Oops!
9 years ago
NemesisMate
4cd424ad03
Ordering physics rayTest returned list instead of reversing it.
...
Added raw results ray tests too.
9 years ago
iwgeric
3ae3b0064e
Remove static from method
...
Having the method static was causing javah to change the signature of the native method which caused compiling errors
9 years ago
NemesisMate
513eedaea1
Fixed a little bug I left on reversing the list :S:
9 years ago
NemesisMate
2a44aa4aec
Reversed raytest results when needed
...
In some cases, native-bullet returns the ray results on a reversed order so it leads to unexpected bugs.
9 years ago
Fadorico
83b26be45a
Combine result of both listeners to determine if the collision should occur
9 years ago
Fadorico
ef626b0959
Fixed group collision check in native broadphase
9 years ago
NemesisMate
5c1d442b00
Missing getHeight present on jbullet
...
Well, I found that I'm using this on my code with jbullet but is not present on bullet version so here it is.
9 years ago
Fadorico
7628b0f9e3
Fixed collision group listeners not being notified
9 years ago
MeFisto94
e776967c23
Reverted Changes and fixed it the way it was done in CapsuleCollissionShape (See Commit f836b26
)
...
"SphereCollisionShape: warn about scaling only if its not identity"
9 years ago
MeFisto94
5064552905
Fixes #373 - Faulty Loggings of a SphereCollissionShape when using native bullet
9 years ago
Dokthar
00c687b4d8
fix #383 : in PhysicsRigidBody the old statement in read() (l.741) was always false
9 years ago
Kirill Vainer
f836b26f2e
CapsuleCollisionShape: warn about scaling only if its not identity
10 years ago
Dokthar
abbdefdcef
Bullet RigidBody : revert IDE autoformatting noise
10 years ago
Dokthar
b1473c302c
Bullet RigidBody : modification of the serializer to support the old & new angular factor
10 years ago
Dokthar
7f2c7c5d35
Bullet RigidBody : prevent from breaking the API & reverted
10 years ago
Maselbas
3780061863
Bullet PhysicsRididBody : compile time error fix
10 years ago
Maselbas
878f2cbbbc
Bullet PhysicsRigigBody : added set/getAngularFactor(Vector3f) and set/getLinearFactor(Vector3f), these methods are usefull for locking axis translations or rotation
10 years ago
Kirill Vainer
cd1d145005
PhysicsSpace: add method to set solver iterations
...
Thanks to Seppes (see thread: http://hub.jmonkeyengine.org/t/how-to-access-native-bullets-constraintsolver-numiterations )
10 years ago
iwgeric
70b03ea28a
Bullet (and jBullet): Remove deprecated PhysicsSpace.enableDebug method in favor of BulletAppState.setDebugEnabled.
10 years ago
rainmantsr
5c8b1fe585
Corrected JavaDoc comment
10 years ago
rainmantsr
31835366b2
Add: sweepTest to jme3-bullet-native
10 years ago
Kai Börnert
409f5ab766
A very small change that creates two getters in VehicleWheel,,
...
these are necessary if jme's bullet wrapper is used in a non Scenegraph enviroment,
for example a ES based server.
Signed-off-by: Kai Börnert <kai-boernert@visiongamestudios.de>
10 years ago
Normen Hansen
3aa8aed142
- add/remove multiple physics controls via PhysicsSpace.add / .remove
10 years ago