custom camera

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Gordon

custom camera

Post by Gordon »

If I have a custom camera class derived from ICameraSceneNode, how do I apply it to the scene manager. It has functions like addCameraSceneNode..., would I have to modify the scenemgr src code as well to actully use my camera?
Endar
Posts: 145
Joined: Mon Jun 14, 2004 7:59 am

Post by Endar »

Just find out about the addCamera functions and write your own and then include the source file.
"The reputation of a thousand years may be determined by the conduct of one hour."
-Japanese Proverb
Gordon

Post by Gordon »

Is there an example anywhere how to do this?
Post Reply