I implemented the character controller inside the sample environment given by bullet. Now I noticed the
Code: Select all
virtual void updateCamera();
If I rotate my character to the left and press forward I want the character to move straight in the rotated direction but it is moving in the opposite direction. Can anyone tell me what change should I make in the
Code: Select all
virtual void clientMoveAndDisplay();
Many Thanks,
Saneesh