JavaScript 增强现实

发布于 2024-11-28 03:16:05 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暖风昔人 2024-12-05 03:16:05

我想这就是您可能正在寻找的。 JSARToolkit 是 Ilmari Heikkinen 的 Flash FLARToolkit 的直接移植版。您可能还想查看很棒的教程以及 Git 存储库的链接。

http://weblog.bocoup.com/javascript-augmented-reality/

https://github.com/kig/JSARToolKit

I think this is what you might be looking for. JSARToolkit is a direct port of Flash FLARToolkit from Ilmari Heikkinen. Great tutorial you may also want to check out and a link to the Git repo.

http://weblog.bocoup.com/javascript-augmented-reality/

https://github.com/kig/JSARToolKit

甜是你 2024-12-05 03:16:05

您可以尝试 skarf.js,这是我在 Three 中创建的用于处理 JavaScript 增强现实库的框架。 js。

它目前集成了 JSARToolKit 和 js-aruco,因此您可以轻松地在这两个库之间切换,以决定使用更合适的一个。

该框架会为您处理许多事情,包括在检测到关联标记时自动加载模型(关联在 JSON 文件中指定)。还有一个 GUI 标记系统,允许用户使用 AR 标记来控制设置。

与 Three.js 集成只需一行代码即可创建 Skarf 实例,另一行代码可更新。

有视频、现场演示、源代码、示例和文档可供使用。请访问 http://cg.skeelogy.com/skarfjs/ 了解更多信息。

You can try skarf.js, a framework that I have created for handling JavaScript augmented reality libraries in Three.js.

It currently integrates JSARToolKit and js-aruco, so you can easily switch between these two libraries to decide on the more suitable one to use.

This framework takes care of a number of things for you, including automatic loading of models when the associated markers are detected (association is specified in a JSON file). There is also a GUI marker system which allows users to control settings using AR markers.

Integration with Three.js is just one line of code to create a Skarf instance and another line of code to update.

There are videos, live demos, source codes, examples and documentation available. Check out http://cg.skeelogy.com/skarfjs/ for more info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文