cx20
cx20
I noticed that when I displayed [Avocado.gltf](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Avocado) in Ashes, it was glossy. I don't think the display result of PBR material is correct. [Ashes v0.2.6 + Avocado.gltf result:](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?model=Avocado&scale=30.0)  [Three.js...
I tried Khronos' new test model [TextureEncodingTest.gltf](https://github.com/KhronosGroup/glTF-Sample-Models/tree/encoding/2.0/TextureEncodingTest) with Ashes. However, it seems to be different from the expected result. Test model: https://github.com/KhronosGroup/glTF-Sample-Models/tree/encoding/2.0/TextureEncodingTest Expected result:  [Current result:](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=TextureEncodingTest&scale=0.2&type=glTF) 
I tried to display [SpecGlossVsMetalRough.gltf](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/SpecGlossVsMetalRough) using the latest version of Ashes. However, the SpecularGlossiness model does not seem to be displayed correctly. 
I tried to display Duck.gltf in Ashes v0.2.4. However, there seems to be another problem. The console outputs a WebGL warning and the duck appears and disappears every few seconds....
I tried to display the model of the horse. However, it seems that animation is not displayed. Ashes + Horse.glb result: http://jsdo.it/cx20/KExg  The following is the expected display result....
**Describe the bug** The following `glTF-Embedded` format model cannot be displayed in the [Web Viewer](https://google.github.io/filament/viewer/). https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Box/glTF-Embedded **To Reproduce** 1. Download the model below. https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Box/glTF-Embedded 2. Try to view the above...
**Describe the bug** I tried to display [AlphaBlendModeTest.gltf](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/AlphaBlendModeTest) with filament latest version. However, it did not pass the `Cutoff 0.25` test. **To Reproduce** [filament latest version + AlphaBlendModeTest.gltf result](https://cx20.github.io/gltf-test/examples/filament/index.html?category=tutorialModels&model=AlphaBlendModeTest&scale=0.6&type=glTF) **Expected...
I tried `THREE.WebGPURenderer` with [Firefox Nighty](https://www.mozilla.org/ja/firefox/channel/desktop/). However, currently it seems that the browser crashes when trying to view the sample in Firefox Nightly. Probably I think that the usage of...
I like to look at the `twigl` code on Twitter. However, much of that code is obfuscated to keep it short. How about a formatting feature to make the obfuscated...
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...