Game Development Community

Take off the fog & space environment

by Eran Caspi · in Torque Game Engine · 06/25/2005 (7:26 am) · 2 replies

Hello
I want to know how can I take off the fog, I saw that I can change
the parameters in the *.mis file but I want to take it off completely for a space
simulation. so how do I take off the fog?
I also need to make the space environment which I have no idea how becuase
the skybox is for only 5 parts there is no image for the ground. any ideas?

#1
06/25/2005 (1:45 pm)
For the fog - set all the fog band parameters to 0. Distance fog can't really be turned off, but you can set the fog distance to nearly the same as the visible distance, and the fog color to zero, so that it's less obvious. Turn off the renderBans. There's a flag that controls whether the bottom skybox image is rendered as well; turn that off too.
#2
06/25/2005 (2:53 pm)
I found this thread which explain a lot about space environment
but how can I make my own space environment?
there should be some sort of program becuase to make a seamless cube is extremly hard.