Computer Science Canada 3D particles |
Author: | iker [ Thu Jul 27, 2006 11:02 am ] |
Post subject: | 3D particles |
Its a 3d particle engine, thats it, thats all. Chose however many particles you wish. Started off by translating the code on http://freespace.virgin.net/hugo.elias/graphics/x_stars.htm , then made it into something different. Its not using the WU pixels, firstly because it would be slow, and secondly because it seems fine already. |
Author: | DIIST [ Thu Jul 27, 2006 12:22 pm ] |
Post subject: | |
Not Bad. Preety cool, but i personally hate using that algorithm from that site to transfer 3d points to a 2d plane. Cause the points' z values cant be less than zero. So you cant make it look to real, with the particles showering towards you. |