summaryrefslogtreecommitdiff
path: root/src/tesseract/objects/Ellipsoid.java
AgeCommit message (Collapse)Author
2011-02-23Added color constructor.Phillip
2011-02-21Comment cleanupSteve
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-20Fixed a checkstyle error on line 1Phillip
2011-02-19added surfBoardSteve
2011-02-18Fixed picking of ellipsoidSteve
Particle had same problem fixed They were both returning a TG instead of a Node so added pick coded to both Added InertiaTensor to Planar polygon
2011-02-17updated planar to adjust mass, it was brokenSteve
2011-02-17moment of inertia tensor for egg implementedSteve
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-11Broke the grabbing code but added Alden's collision code. Not sure if its ↵Jesse Morgan
working yet since my Mac doesn't like it.
2011-02-11added iso to menuSteve
2011-02-11Enabled geometry picking on shapes.Jesse Morgan
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-04Fixed transformgroup.Jesse Morgan
2011-02-03Updated Ellipsoid to extend ForceableObject.Steve
2011-02-02Added package tesseract.testsSteve
Added Ellipsoid class to tesseract.objects Added EggTest to tesseract.tests