gltfjsx icon indicating copy to clipboard operation
gltfjsx copied to clipboard

🎮 Turns GLTFs into JSX components

Results 106 gltfjsx issues
Sort by recently updated
recently updated
newest added

Hello! I have an error then using the parser standalone - `ReferenceError: Blob is not defined`. I'm using NextJS's API to do the parsing. I've tried importing Blob to the...

It looks like currently gltfjsx doesn't support webp even though [@gltf-transform/extensions](https://github.com/donmccurdy/glTF-Transform/blob/main/packages/extensions/src/ext-texture-webp/texture-webp.ts) does support it. Any plan to add webp support? Here is the global usage of webp according to [caniuse](https://caniuse.com/webp)

I have this process inside my models directory to convert my fbx to glb and then to jsx: ```javascript const convert = require('fbx2gltf'); const path = require('path'); const gltfjsx =...

When I try to install Gtlfjsx I have the following error: npm ERR! code ETARGET No matching version found for [email protected].

I run this and get this error: you can see the code and find the .gltf file here: [link](https://replit.com/join/ozpgisrmra-paullockett) I want to be able to export my new 3d design...

I am trying to parse a gltf object using the stand alone parse example, but am receiving a `ReferenceError: Request is not defined` I have attached photos of the code...

Hello! I've started to use gltfjsx to import custom models into my r3f app, and have some suggestions that would be useful for myself. The context here is there is...

when running `npx gltfjsx scene.gltf -t -T` I'm getting this error ``` Error: maxMemoryUsageInMB limit exceeded by at least 256MB at requestMemoryAllocation (/node_modules/gltfjsx/node_modules/jpeg-js/lib/decoder.js:1064:13) at prepareComponents (/node_modules/gltfjsx/node_modules/jpeg-js/lib/decoder.js:601:13) at constructor.parse (/node_modules/gltfjsx/node_modules/jpeg-js/lib/decoder.js:756:13) at...

Hello there, I'm facing this error as showen in image while rendering this [floating-shoe](https://github.com/drcmda/floating-shoe) example and i don't know the real source of bug, any solution or even a hint....

I get the following error on `npm run start` when trying to import the generated jsx file into my project. Also when using the generated component I get the following...