你能推荐一个支持 SIMPLE 3d 的画布库吗
我需要做的是创建一个应用了正确纹理的 Minecraft“花花公子”的简单预览。
我不关心复杂的动画(还)或详细的光照(还),但我想使用画布来制作它,而不是依赖 WebGL(还没有得到广泛支持)。
对于这组限制,您会推荐哪些技术?
啊,还有,我不需要编辑或者保存皮肤什么的,只是简单的展示一下。
What I need to do is create a simple preview of a minecraft "dude" with the correct texture applied.
I'm not concerned with complex animations (yet) or detailed lighting (yet) but I'd like to make it using canvas and not rely on WebGL(not really that widely supported yet).
What technologies would you recommend for this set of limitations?
Ah, also, I don't need to edit or save the skin or whatever, just a simple display.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
THREE.js是一个流行的javascript 3D库,它支持canvas和WebGL
THREE.js is a popular javascript 3D library, it supports both canvas and WebGL