Hi, I tried to build this example and got a few errors, that where easily fixed, with including GLM and updating the CMakeLists for the preload files (I can sudmit a pull request if you like); and even thought the build process is successfull, it seems that there is runtime error.
The error is Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getContextSafariWebGL2Fixed'), it seems that the canvas is invalid.
Have you experienced something similar?
Hi, I tried to build this example and got a few errors, that where easily fixed, with including GLM and updating the CMakeLists for the preload files (I can sudmit a pull request if you like); and even thought the build process is successfull, it seems that there is runtime error.
The error is
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getContextSafariWebGL2Fixed'), it seems that the canvas is invalid.Have you experienced something similar?