X3llos
Member
|
'Starbox' problem
As you can see :
Why it happend?
|
|
10-13-2010 10:49 AM |
|
Esenthel
Administrator
|
RE: 'Starbox' problem
Try Sky.frac(1.0)
or use atmospheric sky with starLayer (which accepts cube map sky box)
and set atmospheric color alpha values to toggle transparency between atmospheric sky and star layer
|
|
10-13-2010 12:35 PM |
|
Harton
Member
|
RE: 'Starbox' problem
X3llos used atmospheric sky and starLayer.
We prepared cube map with stars and we used function:
Code:
Sky.atmosphericStars(Images("Gfx\Stars.gfx"));
and effect is visible on the screen.
Later, we tested Sky.frac with different options and the effect was the same.
We also changed the options related to the alpha color and nothing has changed.
|
|
10-14-2010 08:16 AM |
|
Esenthel
Administrator
|
RE: 'Starbox' problem
try using atmospheric horizon color alpha 0 or 1
|
|
10-14-2010 09:41 AM |
|