aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Texture Coordinate generation examples corrected in the SamplerGLSLphil2016-10-162-3/+5
| | | example
* GL2ES2 examples improved, the halfVector calculations and the sceneColorphil2016-10-1610-41/+132
| | | | are now closer to correctly reproducing the fixed pipeline values (though they are still not exactly identical)
* New gl2es2 pipeline examples showing usagephil2016-10-11191-2472/+7273
| | | | | | | | Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back
* update docs for svnkcr2010-08-103-21/+18
|
* Committed through web interface.root2010-08-091-0/+2
|
* Added notice about third-party code being under a different license.kcr2008-07-072-0/+11
|
* Bump version number to 1.5.3kcr2008-06-303-4/+4
|
* Minor web page updatekcr2008-02-202-12/+11
|
* Removed debug print statementskcr2007-08-011-3/+0
|
* Use top-level container (JFrame or JApplet) to determine the graphics devicekcr2007-08-011-8/+22
|
* 1. New Java 3D applet template that avoids MainFrame, but can still run askcr2007-07-313-67/+280
| | | | | an applet or as an application. 2. Change applet .html file to use JNLPAppletLauncher
* Bump version number to 1.5.2kcr2007-07-173-4/+4
|
* Use By_REFERENCE and Y_UP options for Texture.jada2007-04-246-10/+13
|
* Use Y_UP and BY_REF options for Texturejada2007-04-245-22/+36
|
* Don't compress executable jar filekcr2007-04-061-1/+1
|
* Allow user to specify a URL on the command linekcr2007-04-031-1/+9
|
* 1) Rename target name from zip to srcjada2007-04-031-2/+12
| | | | 2) Add new run target to query properties on jogl pipe.
* Ported some earlier version of Sound examples, in the j3d-incubator project,jada2007-02-097-0/+804
| | | | contributed by David Grace ([email protected]).
* Update copyright to 2007kcr2007-02-09174-175/+178
|
* Bumped version to 1.5.1kcr2006-12-143-4/+4
|
* 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-2914-82/+365
|
* Updated build instructionskcr2006-06-211-1/+1
|
* Added project toolbarkcr2006-03-071-0/+12
|
* Backed out unintentional putback of project.xml filekcr2006-03-071-1/+0
|
* Change zip target to zip up directories relative to parent of j3d-examples ↵kcr2006-03-072-8/+9
| | | | (so that all files are in j3d-examples/ when unzipped)
* Fixed a bug and disable write to scores file in FourByFour example.jada2006-03-071-63/+36
|
* Cleanup exampleskcr2006-03-061-26/+12
|
* Sound cleanupjada2006-03-066-647/+104
|
* 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-063-33/+54
| | | | 2) PrintCanvas3D : Load a default geometry in no argument case.
* Partial fix to soundjada2006-03-063-53/+41
|
* Modified programs to use the new Resources.java to load resources.jada2006-03-067-137/+113
|
* 1. Copy *.txt files to jar filekcr2006-03-032-2/+3
| | | | 2. Fix typo in AppearanceTest.java
* Changed a link and added a space to README-build.htmljada2006-03-031-2/+2
|
* 1) Updated README-build.htmljada2006-03-039-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 compressionkcr2006-03-031-0/+0
|
* Added a ShaderErrorListenerkcr2006-03-034-11/+57
|
* Added ShaderErrorListenerskcr2006-03-037-34/+104
|
* 1. Recompressed some images for greater compressionkcr2006-03-037-4/+17
| | | | 2. Added ShaderErrorListener to phong shading test program
* Compress jar filekcr2006-03-031-1/+1
|
* 1) Added VertexAttrTestCg and converted more programs to use JFrame instead ↵jada2006-03-0318-325/+1458
| | | | | | of MainFrame 2) Cleanup and rename.
* 1) Added a new examples : dot3/Dot3Demo and glsl_shader/VertexAttrTestjada2006-03-0116-108/+2032
| | | | 2) Converted SphereMotion, PureImmediate and PureImeediateStereo to use JFrame instead of MainFrame.