Commit graph

4 commits

Author SHA1 Message Date
marauder2k7
c03cedec6f use simplified jolt character controller
CharacterVirtual controller from jolt has issues that makes it unusable for example if our character is touching the ground it will vibrate violently. Simplified character controller seems to be a bit better for the time being.
2026-06-07 20:28:46 +01:00
marauder2k7
174e4d3329 Update joltPlayer.cpp
player should output sensors in overlapobjects so triggers can fire
return jumping...
2026-06-07 20:28:45 +01:00
marauder2k7
51f5d507ed multiple fixes,
JoltPlayer was getting physics from triggers
JoltWorld ray was colliding with triggers which made triggers collidable
few other fixes around making joltCollision shapes
2026-06-07 20:28:45 +01:00
marauder2k7
8acf7da95b initial commit jolt 2026-06-06 16:07:23 +01:00