still moving to raphael

This commit is contained in:
Peter Cottle 2012-09-16 12:47:24 -07:00
parent fb2a1325c6
commit d0a4d1956c

View file

@ -10,9 +10,6 @@ var commandCollection = null;
var commandBuffer = null;
$(document).ready(function(){
sys = arbor.ParticleSystem(4000, 200, 0.5, false, 55, 0.005, 'verlet');
sys.renderer = Renderer('#viewport');
// the two major collections that affect everything
var commitCollection = new CommitCollection();
commandCollection = new CommandCollection();