-
Notifications
You must be signed in to change notification settings - Fork 62
5.1 does not open scenes #63
Comments
Is that only an issue with scenes? I can't seem to reproduce that on Windows, so could be a Linux only issue. Also, in the mean time you can use the previous version 4.0. The new version only add a new piece of API that isn't used by the game system yet. |
here is error from F12 console SupEngine.js:43427 Uncaught TypeError: Cannot read property 'domElement' of undefined btw is there any way to manipulate vertex of 3d model?:) sorry for out of topic |
to my surprise going with chrome last to http://127.0.0.1:4237 actually works.. so it may do something with build in chrome |
running an app says my device does not support webGL renderer .. definetly some flag compile chrom issue |
Yeah I updated the version of electron we use, which is basically the wrapper we use for chrome. This specific version probably trigger the bug on your end for some reasons.
And for this question, sadly not easily. Our 3d support is quite limited. |
unfortunetly changing package.json line to "types/electron": "1.4.38" and 1.6.10,1.3.22 does not fix problem |
updated to superpowers 5.2 same issue exist. |
Tab opens and im stuck with LOADING black screen.
scene consist of 3d models with shaders,lights and cam created in 4.0.
new scene created in 5.1 also stuck
build is superpowers-v5.1.0-linux-x64.zip version file v1.7.9
The text was updated successfully, but these errors were encountered: