-
### Description
When I'm talking with other webgl dev about the WebGPURenderer, I see it's really confusing peoples as they often think it's only WebGPU ( as the name suggest ) when it's actually e…
-
Hi, are this WebSockets-Sharp working in WebGL build ? I am connecting to SSL server and its working fine in the editor but when I build and run this project, browser stops responding and prompts to k…
-
Can't seem to get webgl mode to work when using p5js shaders in Hydra: `Uncaught Error: shader() is only supported in WEBGL mode.` Here is the code:
````
p5 = new P5({width: window.innerWidth, hei…
-
# Precondition
WebGL support has been advanced by external developers in Unity community.
Very thanks @nvanofwegen and @gtk2k
https://github.com/The-Barn-Games/com.unity.webrtc/tree/feature/webgl…
-
发布 WebGL 口型会报 DllNotFoundException: Unable to load DLL 'OVRLipSync'. 插件不支持WebGL ,有什么解决方案吗
-
What?
1. Update CEF library to latest version.
2. Please enable WebGL support (opt-in). [Test page](https://get.webgl.org/).
*cough* Why? *cough*
1. Due to security issue which were addresse…
-
The image fails to load on the OpenSeadragon demo site (https://openseadragon.github.io/) on my mobile device, though it works on others.
Environment:
- Device: [Galaxy M33 G]
- OS: [ Android ver…
-
### Basic info:
- **Node.js version:** 20.2.0
- **jsdom version:** 22.1.0
### Minimal reproduction case
```js
const { JSDOM } = require("jsdom");
const dom = new JSDOM();
const ca…
-
When reloading the Maroon WebGL version, the background of the intro screen remains black instead of the blurred walkthrough video.
1. go to https://maroon.tugraz.at/build/web/ using Chrome or Edge…
-
### Description
To repro, modify `examples/webgl_shadowmap.html` by passing `reverseDepthBuffer: true` into the `WebGLRenderer` constructor.
To get anything to render at all, you will also need to…