How to make a camera to operate like google earth camera

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
jhr1021
Posts: 8
Joined: Fri Apr 10, 2009 11:48 pm

How to make a camera to operate like google earth camera

Post by jhr1021 »

Hi everyone,

I want to make a camera to operate like google earth camera using irrlicht. Are there any source codes which can help me to implement the camera?

Thank you.
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Re: How to make a camera to operate like google earth camera

Post by randomMesh »

The recommended way to make a custom camera is to create a new camera animator.
Just have a look at CSceneNodeAnimatorCameraFPS.h and CSceneNodeAnimatorCameraFPS.cpp, to see how it's done.
"Whoops..."
Post Reply