Game Development Community

OnlyCloudLayer

by William Todd Scott · in Torque Game Engine Advanced · 09/13/2006 (12:30 pm) · 2 replies

Hi,

Can anyone explain what this variable is for?

It appears that there can only be one cloud layer rendered and this variable stores the number of the cloud layer that will be rendered...perhaps?

If so, why can't multiple cloud layers be rendered?


Thanks
Todd

#1
09/15/2006 (12:01 am)
It's been a while, and I just got back from a short trip, but I believe if you set that to 0 then it will render the clouds in your skys dml file. If it is true then it doesn't.
#2
09/15/2006 (8:39 am)
Thanks J.C.

I'm experimenting with a bunch of these variables now, to understand what is going on. I appreciate the guidance.

Todd