-
```
btKinematicCharacterController uses a btPairCachingGhostObject.
This is fine to use in the "RecoverFromPenetration" step but causes
problems for sweeps.
For sweeps (stepUp,strafeForward,etc) hits…
-
```
btKinematicCharacterController uses a btPairCachingGhostObject.
This is fine to use in the "RecoverFromPenetration" step but causes
problems for sweeps.
For sweeps (stepUp,strafeForward,etc) hits…
-
```
1) in function stepForwardAndStrafe there is an iteration for moving, but when
we hit nothing the iteration should stop.
https://github.com/VirusFree/Bullet/commit/3b58e32647b3d26a939811ab7ec31a8…
-
```
1) in function stepForwardAndStrafe there is an iteration for moving, but when
we hit nothing the iteration should stop.
https://github.com/VirusFree/Bullet/commit/3b58e32647b3d26a939811ab7ec31a8…
-
```
1) in function stepForwardAndStrafe there is an iteration for moving, but when
we hit nothing the iteration should stop.
https://github.com/VirusFree/Bullet/commit/3b58e32647b3d26a939811ab7ec31a8…
-
```
1) in function stepForwardAndStrafe there is an iteration for moving, but when
we hit nothing the iteration should stop.
https://github.com/VirusFree/Bullet/commit/3b58e32647b3d26a939811ab7ec31a8…
-
```
1) in function stepForwardAndStrafe there is an iteration for moving, but when
we hit nothing the iteration should stop.
https://github.com/VirusFree/Bullet/commit/3b58e32647b3d26a939811ab7ec31a8…
-
```
1) in function stepForwardAndStrafe there is an iteration for moving, but when
we hit nothing the iteration should stop.
https://github.com/VirusFree/Bullet/commit/3b58e32647b3d26a939811ab7ec31a8…
-
```
See discussion
```
Original issue reported on code.google.com by `erwin.coumans` on 22 Feb 2009 at 6:45
-
```
btKinematicCharacterController uses a btPairCachingGhostObject.
This is fine to use in the "RecoverFromPenetration" step but causes
problems for sweeps.
For sweeps (stepUp,strafeForward,etc) hits…