hi
1."sky with atmospheric light scattering" features, Be able to do in December to achieve?
I am extremely looking forward to this features
2.I find in "Sun.h" have two things:
/******************************
extern Bool SunRaysSoft;
extern Byte SunRaysRes ;
*******************************/
how can i use they?
i try to use they:
/********************************
Sun mySun =Suns.New();
mySun.SunRaysSoft=true;
mySun.SunRaysRes=2;
********************************/
but compile error
(SunRaysSoft and SunRaysRes are not Sun functions or Property)
so i Changes they to this:
/*******************************
Sun mySun = Suns.New();
SunRaysSoft=true;
SunRaysRes=2;
*******************************/
no compile error but they are looks like not work.
how can i use they?
please give me a little tips!
thanks very much!