Closed GoogleCodeExporter closed 8 years ago
I found another thing that might cause problems.
in line 683 this code :
// quick check...
if (!m_useWalkDirection && m_velocityTimeInterval <= 0.0) {
// printf("\n");
return; // no motion
}
will prevent the rest of the function to do onGround , Gravity and
stepUp/stepDown
Original comment by virusfre...@gmail.com
on 9 Nov 2013 at 10:56
[deleted comment]
[deleted comment]
The new commit with the Move(..) and a fix for the problem i mention above is at
https://github.com/VirusFree/Bullet/commit/e7d214af4b06a8a502e330282efac23c1a780
05b
Original comment by virusfre...@gmail.com
on 9 Nov 2013 at 3:56
moved to https://github.com/bulletphysics/bullet3/issues/78
Original comment by erwin.coumans
on 30 Mar 2014 at 5:41
Original issue reported on code.google.com by
virusfre...@gmail.com
on 9 Nov 2013 at 10:28