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

Using the model shown [here](https://sketchfab.com/3d-models/choshi-otaki-falls-oirase-valley-aomori-ea1ef9e7f82f418ea0776ceb6894ebd1) results in the following error: Command: `npx gltfjsx choshi-otaki_falls_oirase_valley_aomori.glb --transform` Output: ```prune: No unused properties found. prune: No unused properties found. reorder: No qualifying primitives...

**When i try to transform this error show me.** ![gltf prob](https://github.com/pmndrs/gltfjsx/assets/139548696/92da7ca7-f924-43e3-bec9-8790558d9d0b)

### Motivation: The primary goal of this pull request is to enhance the CLI functionality within a Node environment. This initiative was prompted by challenges encountered due to the current...

Currently gltfjsx relies on matching the exact implementation of GLTFLoader's `createUniqueName` ... https://github.com/pmndrs/gltfjsx/blob/8bf87e1913b941ae16a1c57817d08e865f8568f6/src/bin/GLTFLoader.js#L1911C1-L1924 ... to ensure that names in JSX match names GLTFLoader will output, given the same file. However,...

Hi After the updates of yesterday, suddenly it is not possible anymore to generate a transformed glb. Is this a bug? I tried with several glbs that worked before.

I entered the command "npx gltfjsx [file.glb] --options" but did not produce any output. There were no other error messages. ![Screenshot from 2023-10-24 17-44-11](https://github.com/pmndrs/gltfjsx/assets/142664951/f9ba7caa-d702-42b6-b03f-b9db72060c28) ![Screenshot from 2023-10-24 17-44-27](https://github.com/pmndrs/gltfjsx/assets/142664951/25018863-7d84-4f47-915e-7db2194057ec)

runnin `npx gltfjsx ` throws error below: ```bash gltfjsx is not recognized as an internal or external command, operable program or batch file. ``` seems to be a node18 incompatibility...

I get the following error when running `gltjsx -t ./{model}.gltf` on any model that has an animation: `TypeError: Cannot read properties of undefined (reading 'name') at file:///**/.npm/_npx/16b3f312213fced0/node_modules/gltfjsx/src/utils/parser.js:103:60 at Array.map ()...

I am using "gltfjsx" in React. I have all Position, Rotation and Scale on each mesh. I want to rotate one of the meshes around the x axis, but when...

Hi, I tried to use this tool to convert a gltf, however, it throws this error: `TypeError [ERR_ENCODING_INVALID_ENCODED_DATA]: The encoded data was not valid for encoding utf-8` Any idea why...