About Store Forum Documentation Contact



Post Reply 
'Starbox' problem
Author Message
X3llos Offline
Member

Post: #1
'Starbox' problem
As you can see :
[Image: wtfae.jpg]
Why it happend?
10-13-2010 10:49 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
Harton Offline
Member

Post: #3
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: 'Starbox' problem
try using atmospheric horizon color alpha 0 or 1
10-14-2010 09:41 AM
Find all posts by this user Quote this message in a reply
Harton Offline
Member

Post: #5
RE: 'Starbox' problem
Does not work. Can you create tutorial about 'how use stars'? wink
10-14-2010 10:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply