Game Development Community

canvasClearColor

by fire513 · in Torque 3D Professional · 02/11/2012 (12:46 pm) · 4 replies

Any ideas on how to get rid of the canvas from appearing when at high altitudes? I keep getting a solid line across the screen the same color as the canvas. Ruins the view of the mountains:)

I have tried the following resources but none take care of the problem.

http://www.garagegames.com/community/resources/view/21379

http://www.garagegames.com/community/resources/view/20788


#1
02/18/2012 (7:29 pm)
Attached is an image to make the problem easier to understand.
img651.imageshack.us/img651/4968/clearcanvas.jpg
Complete image can be found here
http://img651.imageshack.us/img651/4968/clearcanvas.jpg
#2
02/26/2012 (1:30 pm)
Finally found a solution if anyone is interested. Changing the visibleDistance will eliminate this. The higher you go from the terrain the higher the distance needs to be set.

Hopefuly this value can be changed dynamically during runtime.(still need to try this) Performance might become a issue however with a fully populated level.

#3
02/26/2012 (2:31 pm)
Hows it showing with the z-offset hack in place ?
#4
02/26/2012 (2:57 pm)
I have not actually tried the two in combination yet. I ran into another rodeblock. It looks like at high altitudes the lighting is way off. Particles also look horrible(gun shots).

It is starting to look like this engine was not ment for any type of flight simulator.