You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: BABYLON.PointsCloudSystem is not a constructor
createGalaxy http://barth.paleologue.fr/solaris/simulations/galaxia/galaxy.js:171
<anonymous> http://barth.paleologue.fr/solaris/simulations/galaxia/en.php:137
jQuery 2
[galaxy.js:171:17](http://barth.paleologue.fr/solaris/simulations/galaxia/galaxy.js)
The text was updated successfully, but these errors were encountered:
Sorry I didn't answer earlier, i did not get the notification :/
Is it still broken and what browser are you using ?
It might be related to WebGL2 support, could you run this command in your browser's console ?
constgl=document.createElement('canvas').getContext('webgl2');if(!gl){console.log('your browser/OS/drivers do not support WebGL2');}else{console.log('webgl2 works!');}
Clicking the generate button throws an error.
The text was updated successfully, but these errors were encountered: