but0n / Ashes

WebGL2.0 3D Engine - Global Illumination - RayTracing
https://codepen.io/but0n/pen/jddYoX
MIT License
328 stars 16 forks source link

The version of Ashes used in GitHub Pages index.html seems to be old #47

Closed cx20 closed 4 years ago

cx20 commented 4 years ago

I tried to display the following page.

https://but0n.github.io/Ashes/index.html

However, the model was not displayed due to an error in the console. I think it's probably due to an old version.

<script src="https://cdn.jsdelivr.net/npm/ashes3d@0.1.0/build/ashes.main.js"></script>
but0n commented 4 years ago

Thanks for your feedback! This page has been updated.

cx20 commented 4 years ago

Thanks!