ProfessorF Posted November 7, 2015 Share Posted November 7, 2015 I get a weird red/checkered background (see attached). Thanks! - Nick Quote Link to comment Share on other sites More sharing options...
ProfessorF Posted November 7, 2015 Author Share Posted November 7, 2015 I hate when I do that. My skybox files were in the folder assets/skybox. I tried to load them as: skyboxMaterial.reflectionTexture = new BABYLON.CubeTexture("assets/skybox", scene); The correct code is: skyboxMaterial.reflectionTexture = new BABYLON.CubeTexture("assets/skybox/skybox", scene); Sorry for wasting your time. webGLmmk 1 Quote Link to comment Share on other sites More sharing options...
ProfessorF Posted November 7, 2015 Author Share Posted November 7, 2015 Those skyboxes I posted are wrong, btw. Here are the correct ones, in case anyone needs skybox test files. (I release to the public domain) Quote Link to comment Share on other sites More sharing options...
davrous Posted November 7, 2015 Share Posted November 7, 2015 Great you've managed to make it work.The weird red/checkered background is something I've added recently to tell to the user something is wrong on the texture and to avoid not loading the scene in certain cases.Seems to work Quote Link to comment Share on other sites More sharing options...
Dad72 Posted November 7, 2015 Share Posted November 7, 2015 I regularly have this red checkered when I updates the stage with F5 and refresh it disappears. it's very random and happens 1/5. 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.