Orillusion / orillusion

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.
https://www.orillusion.com
MIT License
4.98k stars 621 forks source link

部分glb文件无法显示 #7

Closed pwlviolet closed 9 months ago

pwlviolet commented 1 year ago

使用 Engine3D.res.loadGltf 来加载 glb 模型,无法加载某些glb文件,问题如下图 image 无法加载的模型文件为https://github.com/mrdoob/three.js/tree/dev/examples/models/gltf 下的Horse.glb 部分模型可以加载 image 2 可以加载的模型为https://github.com/mrdoob/three.js/tree/dev/examples/models/gltf 下的Flower.glb和BoomBox.glb,暂时只尝试了这三个模型,希望能够优化或者在文档中提示一下。

Chrome

版本 113.0.5657.0(正式版本)canary (64 位)

Vite +Vue3

Codeboy-cn commented 1 year ago

Horse.glb 中包含一个 morph实现的马匹奔跑动画,该文件在 Engine 0.5.0 中能正常加载,但morph动画的播放似乎有点问题,该 #7 issues 涉及的问题正在排期,我们将尽快修复。

sunvangh commented 1 year ago

加载 BoomBox.glb 模型,刚开始看不到,后来发现 放大几倍就 好了