在 flutter 中实现 3d 模型
我想询问有关使用 HTML 链接在 flutter 中实现 3d 模型的问题。有谁知道如何实施它。我尝试过 Babylonjs_viewer 和 model_viewer_plus 包示例,但它们对我不起作用。如果有人能帮助我,那就太好了,
谢谢
I want to ask regarding implementing 3d model in flutter using HTML link. Does anyone knows how to implement it. I have tried babylonjs_viewer and model_viewer_plus packages examples but they didn’t work for me. If anyone can help me with it, it will be great
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您能提供有关该错误的更多信息,那就太好了。
但这就是在 Flutter Web 浏览器中实现我的 3D 模型的方式。
我在单独的文件中创建了 3D 模型,但是,如果您想直接在应用程序主体中实现,则效果是相同的。
Would be great if you could provide more information regarding the error.
But this is how implemented my 3D model in a Flutter web browser.
I created my 3D model in a separate file, however, it's the same if you wanted to implement directly into the body of the app.