summaryrefslogtreecommitdiff
path: root/src/tesseract/TesseractUI.java
AgeCommit message (Collapse)Author
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-09Fixed UI.Jesse Morgan
2011-02-09Added particle emitter menu item.Jesse Morgan
2011-02-09Added some menu code.Jesse Morgan
2011-01-31Steve: Added fix for view menu on my windows machines line 116Steve
2011-01-28Added a shiny new particle emitter.Jesse Morgan
2011-01-28And we now have a basic 3d world :DJesse Morgan
2011-01-27Here's what I've got so far with adapting Dr. Alden's code. A UI class that ↵Jesse Morgan
handles displaying the canvas and a World class that handles the objects in the world. Neither are complete. I'll pick this up tomorrow. I have a feeling we're going to have class path issues with the j3d libaries between our computers. I'll test between my desktop and Mac. If so, I'll drop the JARs for the java3d in the project and import them that way.