Dad72 Posted September 22, 2017 Share Posted September 22, 2017 Hi, when SPS is disposed, the console gives errors : On PG I have this error : Quote Uncaught TypeError: Cannot set property '0' of null at t.setParticles (babylon.js:25) at eval [as callback] (eval at compileAndRun (index.js:366), <anonymous>:101:17) at e.notifyObservers (babylon.js:3) at i.render (babylon.js:11) at index.js:356 at r._renderLoop (babylon.js:4) On my PC I have this error Quote Uncaught TypeError: Cannot read property 'isFacetDataEnabled' of undefined at t.setParticles (babylon.js?1506067662:25) at e.scene.registerBeforeRender [as callback] (particlesSolide.js?1506067662:237) at e.notifyObservers (babylon.js?1506067662:3) at i.render (babylon.js?1506067662:11) at engine.runRenderLoop (particlesSolide.js?1506067662:86) at r._renderLoop (babylon.js?1506067662:4) PG: https://www.babylonjs-playground.com/#WCDZS#59 Quote Link to comment Share on other sites More sharing options...
jerome Posted September 22, 2017 Share Posted September 22, 2017 I don't have any error in FF nor Chrome here with your PG. Since the PG is served with https, all the embedded resources (images, etc) are now required to be also served with https, instead of http. I just changed the image URL to https in your PG : https://www.babylonjs-playground.com/#WCDZS#60 Quote Link to comment Share on other sites More sharing options...
Arte Posted September 22, 2017 Share Posted September 22, 2017 @Dad72 no error either. @jerome Why not just //www.............??? Quote Link to comment Share on other sites More sharing options...
Dad72 Posted September 22, 2017 Author Share Posted September 22, 2017 indeed, there is more error. I do not know why I had this mistake this morning. 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.