Fish eye lens effect.

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
sirshane

Fish eye lens effect.

Post by sirshane »

Has anyone else noticed a 'Fish eye lens' effect with graphics rendered using Irrlicht? Take, for example, the image at http://irrlicht.sourceforge.net/images/shots/055.jpg. This shot clearly shows an unusual bending or warping of the graphics around the edges of the view. Any ideas why this happens with Irrlicht? I've used several other engines which don't have this effect. Is this a bug, or was Irrlicht designed that way?

Thanks!

-Shane
hearsedriver
Posts: 81
Joined: Fri Aug 22, 2003 12:06 pm
Location: Germany
Contact:

Post by hearsedriver »

This has been discussed several times before, e.g.
http://irrlicht.sourceforge.net/phpBB2/ ... .php?p=415
http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=218
Please search the forums before posting.

Cheers.
matthias gall, lead programmer at sechsta sinn - email matthias@sechsta-sinn.de
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

On top of that, it's not a bug and all of those engines that you used before can do it if set "improperly" for the distances being rendered.

OGRE gets nasty if your nearplane and farplane are not within a certain ratio of each other.

By adjusting the FOV, Aspect Ratio, NearPlane and FarPlane, you can adjust the lens to get the perspective that you want.
Crud, how do I do this again?
Post Reply