Results 88 issues of 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) ![image](https://user-images.githubusercontent.com/1833979/72217513-4944a200-3572-11ea-9e7b-be1496c98239.png) [Three.js...

bug

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: ![image](https://user-images.githubusercontent.com/1833979/108509779-06bad080-7301-11eb-8e7c-3e93a524f679.png) [Current result:](https://cx20.github.io/gltf-test/examples/ashes3d/index.html?category=tutorialModels&model=TextureEncodingTest&scale=0.2&type=glTF) ![image](https://user-images.githubusercontent.com/1833979/108589143-5e5c4900-73a0-11eb-9028-aeb276c5a50a.png)

bug
enhancement

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. ![image](https://user-images.githubusercontent.com/1833979/68021026-a22acb00-fce3-11e9-87d0-68c36e123bc0.png)

enhancement

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....

bug

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 ![image](https://user-images.githubusercontent.com/1833979/53693724-c0a09580-3de7-11e9-90ba-5fd481307fa6.png) The following is the expected display result....

bug

**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...

bug
web

**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...

gltf

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...