Smooth mouse-controlled camera
Blitz3D Forums/Blitz3D Programming/Smooth mouse-controlled camera
| ||
I was curious on how to make a smooth mouse-controlled camera system. Can someone help me out? As always, any sort of help is appreciated. |
| ||
What type of movement do you need? A camera system in a top down rts game will be different from a third person shooter, for example. |
| ||
I was thinking something for a 3rd person shooter. |
| ||
Here my try at it : http://blitzbasic.com/codearcs/codearcs.php?code=2933 Also a nice example by Jfk : http://blitzbasic.com/codearcs/codearcs.php?code=2724 |
| ||
Not sure what you mean by smooth, but theres 3 different methods generally used for fps freelook: Average last 2-3 coords Raw Input "head" smiulation If by smooth you mean head simulation then just don't... its horrid makes the game feel laggy, induces motion sickness for people susceptible to that and is something that you automatically compensate for in real life... I'm still at a complete loss as to why people do it. Last edited 2012 |