minimal-gltf-loader icon indicating copy to clipboard operation
minimal-gltf-loader copied to clipboard

A minimal, engine-agnostic JavaScript glTF Loader.

Results 6 minimal-gltf-loader issues
Sort by recently updated
recently updated
newest added

If I remembered correctly, current implementation use mipmaps (not filtered) of environment map directly.

I tried to display a new test model [AlphaBlendModeTest.gltf](https://github.com/KhronosGroup/glTF-Sample-Models/blob/7bd9711d96286925da5400ae257428e950453777/2.0/AlphaBlendModeTest/README.md) with the latest version of Minimal glTF Loader. However, it seems that it is not displayed correctly except the leftmost. [Minimal...

I tried to display a new sample model [FlightHelmet.gltf](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/FlightHelmet) with the library of the latest version of minimal-glTF-Loader. However, in minimal-glTF-Loader, the appearance of goggles seems to be different from...

I tried to display [NormalTangentMirrorTest.gltf](https://github.com/emackey/glTF-Sample-Models/tree/551d7ab2fc02631ee06f88d8aef6d503b24bbc68/2.0/NormalTangentMirrorTest) using Minimal glTF Loader. However, it seems to be different from the expected result. [Minimal glTF Loader + NormalTangentMirrorTest.gltf result:](https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?category=tutorialModels&model=NormalTangentMirrorTest&scale=1&type=glTF) ![image](https://user-images.githubusercontent.com/1833979/36942998-470669b2-1fc4-11e8-86aa-07b2f4ab8bbf.png) [Expected result:](https://github.com/emackey/glTF-Sample-Models/tree/551d7ab2fc02631ee06f88d8aef6d503b24bbc68/2.0/NormalTangentMirrorTest) ![image](https://user-images.githubusercontent.com/1833979/36933584-f9a5b8d0-1f1e-11e8-868b-9f03cf20e91b.png)

Hello, I am working a project the need to preload some glTF models. However, the vanilla method (asynchronous way) seem to a little bit not suitable for preloading. Maybe it's...

I tried to display BoxVertexColors.gltf. https://github.com/cx20/gltf-test/tree/master/sampleModels/BoxVertexColors ![image](https://user-images.githubusercontent.com/1833979/33802162-f5ff01c0-ddb3-11e7-8080-7749998ea1a9.png) However, the color was not displayed in the box. https://cx20.github.io/gltf-test/examples/minimal-gltf-loader/index.html?model=BoxVertexColors&scale=1 ![image](https://user-images.githubusercontent.com/1833979/33802176-3e9ba190-ddb4-11e7-919e-bf87271d5943.png) Is vertex color still not supported?