aboutsummaryrefslogtreecommitdiffstats
path: root/src/PrintCanvas3D
Commit message (Collapse)AuthorAgeFilesLines
* Issue 206 : Example program cleanupkcr2006-02-016-833/+0
| | | | | | | | | | | | Item 4) Reorganized directory structure to make the examples a single project rather than a collection of independent apps. . All example programs moved under src/classes, and all are now in a subpackage of org.jdesktop.j3d.examples. . All resource files (geometry, images, audio) moved under src/resources . ant script now exists only at top level . Created netbeans project file for NetBeans IDE
* Fixed issue 190 : Need to modify all of Java 3D off-screen example programs ↵jada2006-01-283-285/+372
| | | | to request a single-buffered graphics Configuration
* Updated Copyright date to 2006kcr2006-01-055-5/+5
|
* Bumped Copyright date to 2005kcr2005-02-185-5/+5
|
* 1) Add "Free OffScreen Buffer" menu item to free the off-screen buffer (by ↵kcr2004-11-012-6/+49
| | | | | | | | calling setOffScreenBuffer(null)). 2) Free snapshot image resources when scrollable ImageDisplayer window is closed. 3) Free scene graph and off-screen buffer information when application exits
* Force target=1.4 so that examples built with JDK 1.5 will run on JDK 1.4kcr2004-10-061-1/+4
|
* Initial creation of j3d-examples sources in CVS repositorykcr2004-06-095-0/+700