View Distance Problems

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
mrweet
Posts: 5
Joined: Fri Jun 17, 2005 3:13 am

View Distance Problems

Post by mrweet »

Ive been using the Irrlicht engine for a while, and got a good deal on how to use it. The only thing I've had problems with, is the view distances. They seem so short, and I havent been able to figure out how to set them to draw farther away. Any ideas?
don_Pedro
Posts: 84
Joined: Fri Jun 10, 2005 1:34 pm
Location: Poland
Contact:

Post by don_Pedro »

scene::ICameraSceneNode::setFarValue(value)
Post Reply