Ashes icon indicating copy to clipboard operation
Ashes copied to clipboard

WebGL2.0 3D Engine - Global Illumination - RayTracing

Results 9 Ashes issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

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

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

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