Aaron

Results 6 comments of Aaron

I'd contribute to a bounty to get this library working for solidjs. Built out a tech stack for preact using it, but have recently migrated to solidjs

Failing in the `detectSupport` method in [GLTFLoader ](https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/GLTFLoader.js) I Also believe its broken for GLTFTextureAVIFExtension but I don't use that.

``` if (p != null) body.setTranslation(new Vector3(p[0], p[1], p[2])) if (q != null) body.setRotation(new Quaternion(q[0] || 0, q[1] || 0, q[2] || 0, q[3] || 1)) if (v != null)...

Tried downgrading to 0.11.1, but still got the issue. Edit: After a lot of attempts to diagonse this, I still get the issue, but I can't recreate a state where...

Got this reply on the discord, but not sure it works since I've switched off the library ``` Hello. I encountered this problem once. It was caused by some references...