PV3d: Star Sky

[ 2009-08-16 09:55:47 | Author: liuhuan ]
Font Size: Large | Medium | Small


star disperse algorithm:
star.x = Math.sin(radian) * radius;
star.y = Math.floor(Math.random() * diameter);
star.z = Math.cos(radian) * radius;
Comments Feed Comments Feed: http://www.liuhuan.com/blog/feed.asp?q=comment&id=1008

There is no comment on this article.

You can't post comment on this article.