i liked the fact that there were accumulations of particles. the trajectories of the particles were slightly less interesting than expected, so for my particle system i'll probably need to add turbulence during the flight, and turbulence on the bounces.
my favorite part is at 3:10
mentzerd 1 year ago
did you rendered this particles with hardware renderer or...?
ptrvcptr1 1 year ago
The video was generated by a Java program I wrote. No hardware, just Java code, using Java's Graphics.drawLine method (primarily).
bobkart 1 year ago
nice video
DieselXS 1 year ago
Thanks!
There are better quality versions of my videos at Vimeo by the way (just search for bobkart).
bobkart 1 year ago
i liked the fact that there were accumulations of particles. the trajectories of the particles were slightly less interesting than expected, so for my particle system i'll probably need to add turbulence during the flight, and turbulence on the bounces.
mcasual 2 years ago
Thanks for the comment! Turbulence is a good idea and shouldn't be too hard to implement (if a suitably simple mathematical model can be devised).
bobkart 2 years ago