Search found 1 match
- Tue Feb 26, 2008 1:40 am
- Forum: Beginners Help
- Topic: Shaking screen
- Replies: 4
- Views: 385
ever same prob
the problem is *** camera->setTarget(position); ** "position" is not the last result position until you call smgr->drawall(); (cause you use the collisionrespond with hero right? then the position of hero that camera look at isn't the real position of hero.) What to do? I don't know the be...