Venerated1 Posted February 15, 2018 Share Posted February 15, 2018 Hey guys, I was trying to finally update to the newest stable version but it makes my spheres glow (wrongly emissive from a distance and also from the dark side of the spheres. But, I'm pretty sure it's not due to lack of light). Anyhow, the bug only happens in Firefox 58.0.2 (that I know of) . But, the preview version and stable version both have it. I figure it's related to something you were already aware of... but just in case this is a new version of the bug... Mostly working old version of babylon.custom.js: www.skypodstudios.com/solar Buggy version on stable 3.1: http://skypodstudios.com/solar/index31.html (you probably won't see the problem if you're not on Firefox) You guys are nothing but amazing, I have no complaints. Just trying to help/learn. Quote Link to comment Share on other sites More sharing options...
Guest Posted February 15, 2018 Share Posted February 15, 2018 Hello! did you try with latest 3.2? This is something we should have work arounded Quote Link to comment Share on other sites More sharing options...
Venerated1 Posted February 16, 2018 Author Share Posted February 16, 2018 Lol at "work arounded" This is what happens with 3.2: http://skypodstudios.com/solar/index32.html hmmmm... 3.2 was doing the emissive thing too... But, now it just hates Saturn's rings... on every browser. I did just download a new babylon.custom about 30 minutes ago. all 3 of the posted examples are the same .js and .html files.... Whatever, I'll just attach all of the files. I'm just doing this to teach myself how to make games anyway. RobsDynamicSolarSystem.zip Quote Link to comment Share on other sites More sharing options...
Guest Posted February 16, 2018 Share Posted February 16, 2018 Do you mind trying to isolate the issue in the Playground? It is tough to debug with your code around Quote Link to comment Share on other sites More sharing options...
Venerated1 Posted February 17, 2018 Author Share Posted February 17, 2018 http://playground.babylonjs.com/#6INWWD#1 Now that I have it here, it appears to be a problem with ringsBackside.setEnabled(0); I just changed it to ringsBackside.setEnabled(false); and that seems to have fixed it. http://playground.babylonjs.com/#6INWWD#2 Yep... just needed to use true/false rather than 1/0. I'm excited that I can update now. All fixed. Quote Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2018 Share Posted February 20, 2018 Sounds good then! 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.