Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright to 2007 | kcr | 2007-02-09 | 174 | -175/+178 |
| | |||||
* | Bumped version to 1.5.1 | kcr | 2006-12-14 | 3 | -4/+4 |
| | |||||
* | Remove print statement | kcr | 2006-12-14 | 1 | -1/+1 |
| | |||||
* | Show error dialog if NPOT textures are not supported | kcr | 2006-12-14 | 1 | -12/+25 |
| | |||||
* | Update example programs to use the new optimize path in ImageComponent2D. | jada | 2006-12-09 | 5 | -9/+9 |
| | |||||
* | bug id 383: JCanvas3D's offscreen Canvas3D is inverted. | pepe | 2006-11-28 | 1 | -5/+50 |
| | | | | Updated the demo to show a Text3D instead of a ColorCube so that inversion was visible. | ||||
* | Minor correction in use of "delay" and "random" flags. | kcr | 2006-11-09 | 3 | -12/+11 |
| | |||||
* | Issue 131: updated demo for JCanvas3D. Removed tabs, table and added options. | pepe | 2006-11-09 | 3 | -271/+184 |
| | |||||
* | Updated example to use new no-argument JCanvas3D constructor | kcr | 2006-11-06 | 1 | -5/+1 |
| | |||||
* | Issue number: 131 | kcr | 2006-11-01 | 3 | -0/+618 |
| | | | | | | | | Obtained from: pepe Submitted by: kcr Reviewed by: kcr Preliminary JCanvas3D example program | ||||
* | Merged dev-1_5 branch back to MAIN trunk | kcr | 2006-09-29 | 14 | -82/+365 |
| | |||||
* | Updated build instructions | kcr | 2006-06-21 | 1 | -1/+1 |
| | |||||
* | Added project toolbar | kcr | 2006-03-07 | 1 | -0/+12 |
| | |||||
* | Backed out unintentional putback of project.xml file | kcr | 2006-03-07 | 1 | -1/+0 |
| | |||||
* | Change zip target to zip up directories relative to parent of j3d-examples ↵ | kcr | 2006-03-07 | 2 | -8/+9 |
| | | | | (so that all files are in j3d-examples/ when unzipped) | ||||
* | Fixed a bug and disable write to scores file in FourByFour example. | jada | 2006-03-07 | 1 | -63/+36 |
| | |||||
* | Cleanup examples | kcr | 2006-03-06 | 1 | -26/+12 |
| | |||||
* | Sound cleanup | jada | 2006-03-06 | 6 | -647/+104 |
| | |||||
* | Display output in a JTextArea component, rather than printing to System.out. | kcr | 2006-03-06 | 4 | -54/+238 |
| | |||||
* | 1) Modified programs to use the new Resources.java to load resources. | jada | 2006-03-06 | 3 | -33/+54 |
| | | | | 2) PrintCanvas3D : Load a default geometry in no argument case. | ||||
* | Partial fix to sound | jada | 2006-03-06 | 3 | -53/+41 |
| | |||||
* | Modified programs to use the new Resources.java to load resources. | jada | 2006-03-06 | 7 | -137/+113 |
| | |||||
* | 1. Copy *.txt files to jar file | kcr | 2006-03-03 | 2 | -2/+3 |
| | | | | 2. Fix typo in AppearanceTest.java | ||||
* | Changed a link and added a space to README-build.html | jada | 2006-03-03 | 1 | -2/+2 |
| | |||||
* | 1) Updated README-build.html | jada | 2006-03-03 | 9 | -87/+138 |
| | | | | | | 2) Updated TickTockPicking to use JFrame instead of MainFrame. 3) Removed apimage.jpg and updated programs to stone.jpg instead of apimage.jpg. 4) Modified Dot3Demo to use a compressed image. | ||||
* | Recompressed duke-gears.jpg for higher compression | kcr | 2006-03-03 | 1 | -0/+0 |
| | |||||
* | Added a ShaderErrorListener | kcr | 2006-03-03 | 4 | -11/+57 |
| | |||||
* | Added ShaderErrorListeners | kcr | 2006-03-03 | 7 | -34/+104 |
| | |||||
* | 1. Recompressed some images for greater compression | kcr | 2006-03-03 | 7 | -4/+17 |
| | | | | 2. Added ShaderErrorListener to phong shading test program | ||||
* | Compress jar file | kcr | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | 1) Added VertexAttrTestCg and converted more programs to use JFrame instead ↵ | jada | 2006-03-03 | 18 | -325/+1458 |
| | | | | | | of MainFrame 2) Cleanup and rename. | ||||
* | 1) Added a new examples : dot3/Dot3Demo and glsl_shader/VertexAttrTest | jada | 2006-03-01 | 16 | -108/+2032 |
| | | | | 2) Converted SphereMotion, PureImmediate and PureImeediateStereo to use JFrame instead of MainFrame. | ||||
* | Added a couple of Java 3D Programmable Shader examples. | jada | 2006-02-24 | 12 | -1/+1034 |
| | |||||
* | Converted DistorGlyphtest form MainFrame to JFrame. | jada | 2006-02-23 | 3 | -53/+118 |
| | |||||
* | Make applet programs work in the new directory structure and cleanup. | jada | 2006-02-22 | 10 | -101/+46 |
| | |||||
* | Add build target to create a zip-file of the sources | kcr | 2006-02-17 | 3 | -3/+39 |
| | | | | | Added missing THIRDPARTY-LICENSE-VIEWPOINT.txt file Updated file locations for THIRDPARTY-LICENSE-3DLABS.txt | ||||
* | 1. Converted example programs, under appearance, background and collision, ↵ | jada | 2006-02-17 | 21 | -223/+479 |
| | | | | | | | to use JFrame instead of MainFrame. 2. Created a GUI .form file for each example program. 3. Rename universe configuration file, ie. add .cfg as file extension. | ||||
* | 1. Converted all example programs, under objload, glsl_shader and cg_shader, | jada | 2006-02-16 | 10 | -513/+769 |
| | | | | | to use JFrame instead of MainFrame. 2. Created a GUI .form file for each example program. | ||||
* | 1) Moved the copying of resources and shader files from the target "jar" to ↵ | jada | 2006-02-14 | 2 | -15/+19 |
| | | | | | | "compile". 2) Removed default lws file arguement option in commandline execution. | ||||
* | 1) Copy shader related files to respective classes directory instead of ↵ | jada | 2006-02-14 | 1 | -7/+77 |
| | | | | | | under resources directory. 2) Added more examples to run with ant command. | ||||
* | Modified programs to access data files via Resources class | jada | 2006-02-14 | 9 | -98/+126 |
| | |||||
* | Modified program to access texture files via the Resources class. | jada | 2006-02-14 | 2 | -100/+93 |
| | |||||
* | Modified a couple of the examples programs to access data files in the ↵ | jada | 2006-02-11 | 6 | -44/+107 |
| | | | | resources directory. | ||||
* | 1) Fixed an error in CLASSPATH setup for running example program in ant. | jada | 2006-02-11 | 1 | -6/+33 |
| | | | | 2) Copy resources to build in preparation for jarring | ||||
* | Minor update to ant script | kcr | 2006-02-01 | 1 | -3/+6 |
| | |||||
* | Issue 206 : Example program cleanup | kcr | 2006-02-01 | 369 | -15912/+454 |
| | | | | | | | | | | | | 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 ↵ | jada | 2006-01-28 | 11 | -572/+807 |
| | | | | to request a single-buffered graphics Configuration | ||||
* | Fixed typo | kcr | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | Updated Copyright date to 2006 | kcr | 2006-01-05 | 212 | -439/+526 |
| | |||||
* | More changes for Issue 206 : Example program cleanup | kcr | 2005-12-21 | 9 | -271/+336 |
| |