Conversation
- emmake.sh in template - CMakeList.txt for emscripten
|
Problems: 3D Face Winding issues.
Also occurring on Font Faces
Isolated issue to: So where WebGL version == 2. ES3 is supported so we are missing critical ES3 commands for Faces With WebGL == 1 Now exposes the missing ES3 commands being used in engine without guards. Proper solution merge and support ES3 and use DEFINES for ES3 support I'll look at patching this in now 10 years later XD |
|
Yeah looking more into the ES3 support and looking at the TARGET_EMSCRIPTEN defines I can see how this was broken for meshes. Shall apply fix. Also https://www.pongasoft.com/blog/yan/webassembly/2024/09/12/Introducing-emscripten-glfw |


Emscripten 5
Problems