About Store Forum Documentation Contact



Post Reply 
[solved] Problem Skybox
Author Message
Grabonito Offline
Member

Post: #1
[solved] Problem Skybox
I do not know why, but I can not load skybox, I have a black image. Tutorial also gives black screen.
(This post was last modified: 12-12-2011 11:51 PM by Grabonito.)
12-07-2011 06:19 PM
Find all posts by this user Quote this message in a reply
Grabonito Offline
Member

Post: #2
RE: Problem Skybox
What's the problem before the update was all ok.
Anyone know ?

Only:
PHP Code:
Sky.atmospheric(); 

[Image: ok2n.jpg]
Used skybox:
PHP Code:
Image skyboxskybox2;

Bool InitGame()
{
          
skybox.Import("skybox/3.jpg"IMAGE_B8G8R8A8IMAGE_CUBE); 
          
skybox2.Import("skybox/4.jpg"IMAGE_B8G8R8A8IMAGE_CUBE);
          
Sky.skyboxBlend(0.500);
          
Sky.skybox     (skyboxskybox2);
....
}
Bool UpdateGame()
{
...
            
Sky.skyboxBlend (1-Sun.pos.y/1);
...


[Image: zle.jpg]
(This post was last modified: 12-08-2011 12:47 AM by Grabonito.)
12-08-2011 12:17 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Problem Skybox
Thanks! I am checking this

Sorry for the issue and late reply, this will be fixed in next SDK!

BTW: cool screen smile
12-10-2011 01:13 PM
Find all posts by this user Quote this message in a reply
kulesz Offline
Member

Post: #4
RE: Problem Skybox
And there's a dinosaur on the right side :-P
12-12-2011 07:42 AM
Find all posts by this user Quote this message in a reply
Grabonito Offline
Member

Post: #5
RE: Problem Skybox
(12-10-2011 01:13 PM)Esenthel Wrote:  Sorry for the issue and late reply, this will be fixed in next SDK!

BTW: cool screen smile
I'll wait.
Thanks smile

Dinosaur, where ? ;-)
12-12-2011 10:48 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Problem Skybox
the fix was uploaded few minutes ago.
the dinosaur is visible in screen with blue sky
12-12-2011 11:02 PM
Find all posts by this user Quote this message in a reply
Grabonito Offline
Member

Post: #7
RE: Problem Skybox
About everything works, thanks.
12-12-2011 11:09 PM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #8
RE: Problem Skybox
The grass on the right of the second screenshot almost looks like a goat pfft
12-12-2011 11:29 PM
Find all posts by this user Quote this message in a reply
Grabonito Offline
Member

Post: #9
RE: Problem Skybox
(12-12-2011 11:29 PM)Driklyn Wrote:  The grass on the right of the second screenshot almost looks like a goat pfft
That horse ? wink
Thanks for the comments smile
Problem solved
12-12-2011 11:51 PM
Find all posts by this user Quote this message in a reply
Post Reply