obj2gltf
obj2gltf copied to clipboard
Convert OBJ assets to glTF
Error: UV index 20365 is out of bounds can anyone help me with this
when i convert obj to gltf , it happened : UV index 278144 is out of bounds [model.zip](https://github.com/CesiumGS/obj2gltf/files/7070370/model.zip)
Please review this and answer me https://stackoverflow.com/questions/73078707/convert-obj-to-glb-using-npmlaravel I already tried to install it via npm in LARAVEL but i can not able to install i have already tried npm select2...
Hi, i have a problem in conversion into gltf and glb. i have put all the material (.obj , .mtl , .jpg) into one folder then i convert it with...
Hello, I have completed the conversion of obj to gltf using the draco compression model. But when I converted obj to a 3dtiles b3dm file and used the draco compression...
I have an OBJ file which is placed at a specific position on the earth, which means that the coordinates in the file are large numbers. As far as I...
Just wanted to leave a not that the library does not check whether the file exists, and throws a difficult to interpret error. Dropping it here for so that is...
Allows passing a `materialOverrides` option to the `loadMtl` function. When generating a new material parsed from the `.mtl` file the overrides that are specific to this material are applied first...
Hello, According to the glTF 2.0 specification, `extras` is one of the properties of the root object for a glTF asset. Its purpose is for storing application-specific data. See: https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#reference-gltf...