summaryrefslogtreecommitdiff
path: root/src/tesseract/objects/Particle.java
AgeCommit message (Collapse)Author
2011-03-08(no commit message)Phillip
2011-02-21Fixed checkstyle warnings. All add object menu items are now NewMenu items, ↵Phillip
deprecated the rest of the menuitems package.
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-16Added alden's code, moved his objects into the object class and made them ↵Jesse Morgan
extend physical object. Fixed a node selection problem in TesseractUI.
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-11Some of the grabbing code.Jesse Morgan
2011-01-28And we now have a basic 3d world :DJesse Morgan