JavaScript 和 canvas 3D 模型查看器

发布于 2024-11-04 09:57:23 字数 1486 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

谜兔 2024-11-11 09:57:23

我做了类似的东西,它在我的网站上,它主要是用 Canvas 和 CSS3 制作的。它将加载《我的世界》玩家的用户名并使用他们的皮肤。我添加了在 iPad/iPhone 等设备上查看的基本功能,这样您就可以转动设备,模型就会移动,就像您在移动相机一样。该链接是

mjstk.co.uk/dev/minechar/

或用于加载自定义用户的皮肤(如果您想添加,可以上传/拖放新皮肤)

mjstk.co.uk/dev/minechar /#minecraftusername

mjstk.co.uk/dev/minechar/#hugosslade (是我的)

如果你想完全在画布上完成它,我推荐 Three.js;虽然它确实支持 WebGL,但它也可以利用画布(以及其他东西)

希望有帮助

I've made something like this and it's on my website, it's made with Canvas and CSS3 mainly. It will load in the username of a minecraft player and use their skin. I added basic ability to view on iPad/iPhone etc so you can turn the device and the model will move, as if you are moving the camera. The link is

mjstk.co.uk/dev/minechar/

or for loading in a skin of a custom user (you could upload/drag n drop new skins on if you wanted to add that)

mjstk.co.uk/dev/minechar/#minecraftusername

mjstk.co.uk/dev/minechar/#hugosslade (is mine)

If you are looking to do it completely in canvas though, I'd recommend three.js; While it does have support for WebGL, it also can utilise canvas (as well as other things)

Hope that was helpful

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