aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pom.xml updated to include joal for soundHEAD1.7.0-finalmasterdev1.7.0Philip Jordan2019-09-301-6/+1
| | | Signed-off-by: Philip Jordan <[email protected]>
* Pom.xml file tidied upPhilip Jordan2019-09-274-523/+48
|
* Sound examples now work directly from repo1.7.0-pre2phil2016-12-115-233/+2465
| | | This project now has a maven dependency on joal
* Enumeration swapped to typed Iteratorphil2016-12-0721-76/+125
| | | | | All Enumerations swapped and generic types added
* Made Configured_universe example run and hard coded file loadingphil2016-12-072-2/+3
|
* SimpleShaderAppearnce constructor wrong for TickTockCollisionphil2016-12-051-1/+1
|
* Changed examples to use SimpleShaderAppearance auto shader buildingphil2016-12-0513-42/+46
|
* ObjLoadGLSL for gl2es2pipelien uses the ShaderAppearance constructorphil2016-12-041-57/+32
|
* update licenses and added myself as maintainerphil2016-12-0431-590/+807
| | | Altered new examples to use a JogAmp Community Simplified BSD License
* First cut offscreen canvas examplesphil2016-11-175-7/+534
| | | | note NOT working, race condition occuring, however offscreen canvases for GL2ES2 and Jogl pipelines provably working elsewhere
* Overlay2D examples updated with gl2es2 and a bufferedimage drawphil2016-11-162-5/+244
|
* ReadRaster implemented in pipeline and example builtphil2016-11-163-236/+450
| | | Note not read depth, that requires shader work
* background Texture and raster examples addedphil2016-11-164-0/+904
| | | | Now that textureFillBackground and textureFillRaster are supported in the gl2es2pipeline
* GL2ES2 pipeline util Cube moved to java3d-utilsphil2016-11-134-316/+4
|
* SimpleShaderAppearance moved to java3d-utilsphil2016-11-1313-732/+10
|
* struct lightSource was always receiving all lights as enabledphil2016-11-067-99/+89
| | | | Now it only receiving enabled lights and the variable enabled has been removed
* resource loading now includes the main/ prefixphil2016-11-0636-116/+116
| | | | and incidentally SphereMotionGL2ES3_Texture renamed SphereMotionGL2ES2_Texture
* resource loading fall back updated to new resource package locationphil2016-11-0613-32/+31
| | | src/main/java/resources
* move java into maven standard src/main/java and resources intophil2016-11-06330-0/+0
| | | src/main/resources
* added javadoc plugin to pom.xml1.7.0-pre1phil2016-11-051-0/+11
|
* example ffp shader tidied upphil2016-11-052-58/+44
|
* fog example in default shader correctedphil2016-11-051-14/+14
|
* Added a lot more GL2ES2 examplesphil2016-11-0435-513/+5285
| | | And converted to struct based lights and material in shaders
* envmap vert shader bug fixphil2016-11-021-1/+1
|
* Version set to 1.7.0phil2016-11-021-1/+1
| | | | Bug 1337 - VersionInfo defaults isDevPhase to true, which outputs onto err
* added the fixed_function_shader vert and frag so there is at least onephil2016-10-272-0/+239
| | | publish location for the examples
* more tidy of StencilOutlinephil2016-10-261-16/+1
|
* StencilOutline gl2es2 pipeline support comments made clearerphil2016-10-261-1/+13
|
* Added a stencil outline examplephil2016-10-262-0/+776
| | | | | This is primarily to test Bug 1325 - JoglPipeline.resetRenderingAttributes does not call gl.glDisable(GL.GL_STENCIL_TEST);
* New Overlay2D example for use of the Graphics2D of Canvas3Dphil2016-10-264-31/+290
|
* Added a basic readme.md filephil2016-10-189-321/+14
| | | | | Removed out of date www folder Removed out of date netbeans project folder Removed out of date README-build.html
* Delete .projectPhilip Jordan2016-10-181-23/+0
|
* Delete .classpathPhilip Jordan2016-10-181-19/+0
|
* Removed classpath and project files as these break a maven buildphil2016-10-181-0/+3
|
* 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
|