summaryrefslogtreecommitdiffstats
path: root/src/classes
Commit message (Collapse)AuthorAgeFilesLines
* Allow user to specify a URL on the command linekcr2007-04-031-1/+9
|
* Ported some earlier version of Sound examples, in the j3d-incubator project,jada2007-02-096-0/+804
| | | | contributed by David Grace ([email protected]).
* Update copyright to 2007kcr2007-02-09170-170/+173
|
* Remove print statementkcr2006-12-141-1/+1
|
* Show error dialog if NPOT textures are not supportedkcr2006-12-141-12/+25
|
* Update example programs to use the new optimize path in ImageComponent2D.jada2006-12-095-9/+9
|
* bug id 383: JCanvas3D's offscreen Canvas3D is inverted.pepe2006-11-281-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.kcr2006-11-093-12/+11
|
* Issue 131: updated demo for JCanvas3D. Removed tabs, table and added options.pepe2006-11-093-271/+184
|
* Updated example to use new no-argument JCanvas3D constructorkcr2006-11-061-5/+1
|
* Issue number: 131kcr2006-11-013-0/+618
| | | | | | | | Obtained from: pepe Submitted by: kcr Reviewed by: kcr Preliminary JCanvas3D example program
* Merged dev-1_5 branch back to MAIN trunkkcr2006-09-298-65/+276
|
* Fixed a bug and disable write to scores file in FourByFour example.jada2006-03-071-63/+36
|
* Sound cleanupjada2006-03-065-597/+45
|
* Display output in a JTextArea component, rather than printing to System.out.kcr2006-03-064-54/+238
|
* 1) Modified programs to use the new Resources.java to load resources.jada2006-03-062-33/+40
| | | | 2) PrintCanvas3D : Load a default geometry in no argument case.
* Partial fix to soundjada2006-03-062-53/+33
|
* Modified programs to use the new Resources.java to load resources.jada2006-03-066-137/+85
|
* 1. Copy *.txt files to jar filekcr2006-03-031-1/+1
| | | | 2. Fix typo in AppearanceTest.java
* 1) Updated README-build.htmljada2006-03-035-66/+120
| | | | | | 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.
* Added a ShaderErrorListenerkcr2006-03-034-11/+57
|
* Added ShaderErrorListenerskcr2006-03-037-34/+104
|
* 1. Recompressed some images for greater compressionkcr2006-03-031-4/+17
| | | | 2. Added ShaderErrorListener to phong shading test program
* 1) Added VertexAttrTestCg and converted more programs to use JFrame instead ↵jada2006-03-0317-321/+1403
| | | | | | of MainFrame 2) Cleanup and rename.
* 1) Added a new examples : dot3/Dot3Demo and glsl_shader/VertexAttrTestjada2006-03-0112-108/+2005
| | | | 2) Converted SphereMotion, PureImmediate and PureImeediateStereo to use JFrame instead of MainFrame.
* Added a couple of Java 3D Programmable Shader examples.jada2006-02-2410-0/+1019
|
* Converted DistorGlyphtest form MainFrame to JFrame.jada2006-02-232-53/+111
|
* Make applet programs work in the new directory structure and cleanup.jada2006-02-229-94/+7
|
* 1. Converted example programs, under appearance, background and collision, ↵jada2006-02-1721-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,jada2006-02-1610-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 ↵jada2006-02-141-10/+7
| | | | | | "compile". 2) Removed default lws file arguement option in commandline execution.
* Modified programs to access data files via Resources classjada2006-02-149-98/+126
|
* Modified program to access texture files via the Resources class.jada2006-02-142-100/+93
|
* Modified a couple of the examples programs to access data files in the ↵jada2006-02-116-44/+107
| | | | resources directory.
* Issue 206 : Example program cleanupkcr2006-02-01183-0/+38037
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