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-can开发者_开发问答vas-3d-particles-uniform-distribution/
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
精彩评论