How to switch view between first person and thrid person ? Need a thread?
NOO, no thread. What do you want with a thread in that case? Third person is just another way to look at the scene, i.e. all you have to do is to change the camera's position and angle. I'm not sure if i got your actual problem!?
Actually, I want to merge the car example and fps example,and dynamicly switch from the different two view.
Just change the camera position and maybe disable the car itself for first person view for performance, you shouldn't need anything more ;-)