Historique des commits

Auteur SHA1 Message Date
  Jorrit Rouwe 1b21180c67 Fixed character jittering issue when moving down on elevator (#708) il y a 2 ans
  Jorrit Rouwe 60e16e44e8 Attempt to remove jitter in virtual character when moving towards steep slope (#696) il y a 2 ans
  Jorrit Rouwe 39a76bb048 Bugfix: Character reports to be on ground for one more frame after jumping against a wall (#674) il y a 2 ans
  Jorrit Rouwe 8dd93317d6 CharacterVirtual: Added missing delta time term in DetermineConstraints (#532) il y a 2 ans
  Jorrit Rouwe 57190cd0ab Bugfix: It was possible to trigger an assert in CharacterVirtual, changed to early out il y a 2 ans
  Jorrit Rouwe 8e1ea394bd Character was speeding up beyond the requested speed when sliding along a wall (#507) il y a 2 ans
  Jorrit Rouwe 54e3ce602a Created interface to update the ground velocity for less sliding on a moving platform (#466) il y a 2 ans
  Jorrit Rouwe db6d42bed5 Added a link to the main repository to the header of each file (#452) il y a 2 ans
  Jorrit Rouwe 249745c1ad CharacterVirtual should ignore collisions with sensors (#449) il y a 2 ans
  Jorrit Rouwe 1d9641bc94 Bugfix: Fall back to contact velocity when body could not be locked il y a 2 ans
  Jorrit Rouwe 2a989c4d81 Ability to configure back face culling behavior (#425) il y a 2 ans
  Jorrit Rouwe 64fd3927e1 CancelVelocityTowardsSteepSlopes uses contact normal iso surface normal for better sliding (#423) il y a 2 ans
  Jorrit Rouwe 3d99c876fd Created CharacterContactListener::OnAdjustBodyVelocity callback (#408) il y a 2 ans
  Jorrit Rouwe 006c2379f4 Added tolerance to skip velocity check. Sometimes the character was reporting InAir due to floating point accuracy issues. (#398) il y a 2 ans
  Jorrit Rouwe c2dfeb8b04 Don't call OnContactValidate from under a body lock (inconsistent with other call site) (#388) il y a 2 ans
  Jorrit Rouwe 550ef5b4e5 Bugfix: Material should be set to PhysicsMaterial::sDefault instead of null il y a 2 ans
  Jorrit Rouwe 1ed9c765ed Fixed determinism of CharacterVirtual test (#386) il y a 2 ans
  Jorrit Rouwe 7e4d3bdbf4 Fixed character not properly sliding on box mesh (#380) il y a 2 ans
  Jorrit Rouwe 8304a57739 Added contact point reduction for virtual character to avoid getting stuck on complex meshes (#377) il y a 2 ans
  DocAce fc58161ae8 Added ShapeFilter param to various CharacterVirtual functions (#360) il y a 2 ans
  Jorrit Rouwe d874365e85 Improved CharacterVirtual interface (#353) il y a 2 ans
  Jorrit Rouwe a2c1c22059 Supporting double precision positions to enable larger worlds (#344) il y a 2 ans
  Jorrit Rouwe 76e1532228 Bugfix: Code was accidentally conditionalized with if ENABLE_ASSERTS (#326) il y a 2 ans
  Jorrit Rouwe 934fc99335 Fixed contact reservation that could cause a crash if you were hitting mMaxNumHits objects il y a 2 ans
  Jorrit Rouwe f11abf059d Removed using namespace std from namespace JPH (#308) il y a 2 ans
  Jorrit Rouwe 8f82525a41 Character tweaks (#296) il y a 2 ans
  Jorrit Rouwe 42eb736654 Moved part of the example code to CharacterVirtual so it is easier to reuse (#295) il y a 2 ans
  Jorrit Rouwe f7527f3282 Character improvements (#273) il y a 2 ans
  Jorrit Rouwe d2b9094529 Fixed ground normal and velocity when jumping against vertical wall (#266) il y a 2 ans
  Jorrit Rouwe 2eecb1c1fe Improved handling of collisions between virtual character and dynamic objects (#256) il y a 2 ans