summaryrefslogtreecommitdiff
path: root/src/tesseract/menuitems
AgeCommit message (Collapse)Author
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-19added surfBoardSteve
2011-02-18Air Drag merged.Jesse Morgan
2011-02-17updated planar to adjust mass, it was brokenSteve
2011-02-17Attempted menu fix, needs redesignSteve
Toroid now works (donut)
2011-02-17moment of inertia tensor for egg implementedSteve
2011-02-16menu param fixSteve
2011-02-16Changed parameters menu to grid and auto fill to defaultsSteve
2011-02-14Change ChainlinK1 to a DonutMenuItem, but the class name is still the sameSteve
I though Jesse's ChainLink was more of a chainlink
2011-02-14Added Circluar force and menu item in UISteve
Added menu for Jesse Chain2, hope you don't mind
2011-02-12Added HalfSpaces to the bounds. Fixed collisions and particle emitters. ↵Jesse Morgan
Corrected typo in PlanarPolygonMenuItem. Added removeForce() to world and cleaned up the force adding/removing.
2011-02-12Added parameter box for adding objects. The chainlink is not implemented ↵Steve
yet as its params are very different.
2011-02-12ChainLink added but not collidible because it looks like it uses a ↵Steve
IndexedQuadArray and Alden's code only supports the triangles. Also added normals to planar poly
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-11place constant in superclass TesseractMenuItem for position and radiusSteve
egg now has default
2011-02-11Changed from Radio to checkbox Steve
2011-02-11Ellipsoid to "setShape", created default radio button in TesseractMenuItems ↵Steve
& applied to planar Comment out some added objects in UI
2011-02-11Added gravity menuItem and change planarPolygon mass to 1Steve
2011-02-11Fixed index for split, the were all zero'sSteve
2011-02-11added iso to menuSteve
2011-02-11Added menu for ellipsoid and planpolygonSteve
changed ui slightly to display the new menu items added lava jpeg for planar texture
2011-02-09Added particle emitter menu item.Jesse Morgan
2011-02-09Added some menu code.Jesse Morgan