Warning: include() [function.include]: Unable to access /var/www/html/rogue-development/blog2/wp-content/advanced-cache.php in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Warning: include(/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Warning: include() [function.include]: Failed opening '/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3468

Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3382

Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3382
New Pulse Particles build « Marc’s Musings

New Pulse Particles build

There’s a new build of Pulse Particles posted.

There’s a new rule implemented, “BoundingBoxRule”. This will cause particles to bounce within a box. there’s an option for specifying the box position/size in the particle explorer, the SimpleParticles interface is updated, and the Object Orientated interface is up to date as well, so everyone can enjoy bouncing particles.

Particle emitters no longer have to be a point source. You can specify a width & height to emit particles along. This has also been added to the particle explorer.

All the internal angles have been transitioned from degrees to radians. A lot less computation is taking place now. The external API’s still take degrees, so there shouldn’t be any code changes for users.

Gravity works completely different now. Before it was applying a y-offset to simulate gravity. Now it actually changes angle/speed. This gives a more realistic gravity and allows the rotateToAngle option to work with gravity effects.

The jitter when using PointSwarm or MousePointSwarm is gone.

1 Response to “New Pulse Particles build”


Comments are currently closed.