Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: 加载GLTF模型,模型显示错误 #369

Open
ShiRuoXi opened this issue Jan 31, 2024 · 1 comment
Open

[BUG]: 加载GLTF模型,模型显示错误 #369

ShiRuoXi opened this issue Jan 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ShiRuoXi
Copy link

Bug描述

加载模型,模型部分显示错误。

Bug复现流程

通过以下步骤产生bug:
1.正常引入模型,模型显示透明通道带贴图部分。显示不出?

期待的结果

1.正常显示模型。

报错截图

微信图片_20240131225408

测试引擎版本:

本地运行出错的Orillusion引擎版本, e.g. 0.7.2

本机系统 (请填写完整):

  • OS: [e.g. win,]
  • Browser: [e.g. chrome]
  • Version: [e.g. 121]

本机配置

  • CPU: e.g. Intel I5 10400F,
  • Graphics Card: e.g, RTX 2060

代码示例

模型
外立面2.zip

// 加载模型
let dragon = await Engine3D.res.loadGltf(
'模型地址'
)
scene3D.addChild(dragon)

其他信息

@ShiRuoXi ShiRuoXi added the bug Something isn't working label Jan 31, 2024
@JingwenBai
Copy link
Collaborator

目前引擎中关于GLTF模型解析,缺少两个扩展能力: KHR_materials_specular和KHR_materials_ior

我们会尽快补上的哈!感谢反馈!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants