aldoz Posted July 20, 2016 Share Posted July 20, 2016 Hi, I am trying to figure where the skybox is in the terrain example. I found where the skybox texture is but I can't find where the skybox is handle by editor! I check the player script but nothing! and I see there isn't a sphere where the sky texture is applied.. then?? Thank you! Quote Link to comment Share on other sites More sharing options...
Undac Posted July 20, 2016 Share Posted July 20, 2016 in editor: click on scene -> root -> skybox in c++: Leadwerks::World::SetSkybox(string path); or something like that, I am not at PC. Quote Link to comment Share on other sites More sharing options...
aldoz Posted July 20, 2016 Author Share Posted July 20, 2016 Ok I find where the skybox is loaded. But when I choose to not to use a skybox so my terrain demo remain in black screen when I run the example. Quote Link to comment Share on other sites More sharing options...
Angelwolf Posted July 20, 2016 Share Posted July 20, 2016 Iin Leadwerks, go to Scene then Root. It is near the bottom: Ok I find where the skybox is loaded. But when I choose to not to use a skybox so my terrain demo remain in black screen when I run the example. No skybox = black 'sky' 1 Quote My Games: Nightmare Prism:::WolfTale:::Dungeon Creeper:::Despair of Ordinary Men:::Piano Simulator 2016:::House (W.I.P) Link to comment Share on other sites More sharing options...
aldoz Posted July 20, 2016 Author Share Posted July 20, 2016 Not just a black sky but the terrain example showing nothing! The debug console tell me it's all ok but I can't see nothing! (the lights are on!) EDIT: I reinstall leadwerks and now it's all working good! Thank you for fast help guys Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.