This website requires JavaScript.
Explore
Help
Register
Sign In
GoaLitiuM
/
FlaxEngine
Watch
1
Star
0
Fork
0
You've already forked FlaxEngine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
23c251ea80d91eecbc7adc7fd048b1635e53ad1f
FlaxEngine
/
Source
/
Engine
/
Physics
/
Colliders
History
Chandler Cox
2521ed4ad5
Change DrawTube to DrawCapsule. Depricate old Tube code.
2025-02-08 21:15:49 -06:00
..
BoxCollider.cpp
…
BoxCollider.h
…
CapsuleCollider.cpp
Change DrawTube to DrawCapsule. Depricate old Tube code.
2025-02-08 21:15:49 -06:00
CapsuleCollider.h
…
CharacterController.cpp
Change DrawTube to DrawCapsule. Depricate old Tube code.
2025-02-08 21:15:49 -06:00
CharacterController.h
Fix
CharacterController::SimpleMove
gravity displacement handling
2024-07-13 16:39:22 +03:00
Collider.cpp
Use
CHECK_DEBUG
over
ASSERT
in normalized direction checks
2024-08-07 21:18:09 +03:00
Collider.h
Add physics and lights debug drawing in prefabs when enabled.
2024-08-06 17:06:23 -05:00
MeshCollider.cpp
Fix mesh collider not rotating correctly due to negative scale.
2024-07-11 18:44:55 -05:00
MeshCollider.h
…
SphereCollider.cpp
…
SphereCollider.h
…
SplineCollider.cpp
Refactor Bezier splines drawing and editing to property evaluate value and match curve evaluation
2024-12-02 19:10:28 +01:00
SplineCollider.h
…