summaryrefslogtreecommitdiff
path: root/src/tesseract/menuitems/ParticleEmitterMenuItem.java
AgeCommit message (Collapse)Author
2011-03-08Last Call!Jesse Morgan
2011-02-21Fixed checkstyle warnings. All add object menu items are now NewMenu items, ↵Phillip
deprecated the rest of the menuitems package.
2011-02-21Deprecated most of the older MenuItem classes. Not sure what to do about ↵Phillip
SurfBoard yet.
2011-02-20Fixed some checkstyle errors (added java doc)Phillip
Added new constructor to Ellipsoid.java to feed in a Mass, Radius and Position.
2011-02-17moment of inertia tensor for egg implementedSteve
2011-02-12Added parameter box for adding objects. The chainlink is not implemented ↵Steve
yet as its params are very different.
2011-02-12Added a gravity submenu (doesn't turn off yet)Steve
Added empty ChainLinkMenuItem class set the planar Poly to pos infinte mass for testing Particles fall through but others don't, if particles are big enough they collide though
2011-02-12Added default params checkbox to emmitter and isoSteve
2011-02-09Added particle emitter menu item.Jesse Morgan