Canvas 中带有纹理的 3D 球体 (HTML5)
我们可以用 Canvas (HTML5) 3D Sphere 绑定纹理吗?
我指的是这个例子 - http://www .bitstorm.it/blog/en/2011/05/3d-sphere-html5-canvas/
谢谢,
编辑:
备用链接 -
Can we bind texture with Canvas (HTML5) 3D Sphere ?
I am referring to this example - http://www.bitstorm.it/blog/en/2011/05/3d-sphere-html5-canvas/
Thanks,
EDIT :
alternate link -
http://sebleedelisle.com/2011/02/html5-canvas-3d-particles-uniform-distribution/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有可能就像 http://www.nihilogic.dk/labs/canvas3dtexture_0.2/ 。但如果您确实在寻找 3D 纹理,则必须使用 WEBGL 纹理
可以在以下位置找到一个很好的介绍: 学习 WebGL
Yes it is possible just like http://www.nihilogic.dk/labs/canvas3dtexture_0.2/ . But if you actually looking for 3d texture you must use WEBGL texture
A nice introduction can be found in Learning WebGL