Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced the overlay2D example | Philip Jordan | 2020-01-28 | 3 | -283/+277 |
| | | | With code provided by etsinko | ||||
* | Minor fixes to gl2es2 example versions | Philip Jordan | 2020-01-27 | 2 | -5/+7 |
| | |||||
* | Sound examples now work directly from repo1.7.0-pre2 | phil | 2016-12-11 | 4 | -233/+2460 |
| | | | This project now has a maven dependency on joal | ||||
* | Enumeration swapped to typed Iterator | phil | 2016-12-07 | 21 | -76/+125 |
| | | | | | All Enumerations swapped and generic types added | ||||
* | Made Configured_universe example run and hard coded file loading | phil | 2016-12-07 | 2 | -2/+3 |
| | |||||
* | SimpleShaderAppearnce constructor wrong for TickTockCollision | phil | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | Changed examples to use SimpleShaderAppearance auto shader building | phil | 2016-12-05 | 13 | -42/+46 |
| | |||||
* | ObjLoadGLSL for gl2es2pipelien uses the ShaderAppearance constructor | phil | 2016-12-04 | 1 | -57/+32 |
| | |||||
* | update licenses and added myself as maintainer | phil | 2016-12-04 | 30 | -589/+801 |
| | | | Altered new examples to use a JogAmp Community Simplified BSD License | ||||
* | First cut offscreen canvas examples | phil | 2016-11-17 | 5 | -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 draw | phil | 2016-11-16 | 2 | -5/+244 |
| | |||||
* | ReadRaster implemented in pipeline and example built | phil | 2016-11-16 | 3 | -236/+450 |
| | | | Note not read depth, that requires shader work | ||||
* | background Texture and raster examples added | phil | 2016-11-16 | 4 | -0/+904 |
| | | | | Now that textureFillBackground and textureFillRaster are supported in the gl2es2pipeline | ||||
* | GL2ES2 pipeline util Cube moved to java3d-utils | phil | 2016-11-13 | 4 | -316/+4 |
| | |||||
* | SimpleShaderAppearance moved to java3d-utils | phil | 2016-11-13 | 13 | -732/+10 |
| | |||||
* | struct lightSource was always receiving all lights as enabled | phil | 2016-11-06 | 7 | -99/+89 |
| | | | | Now it only receiving enabled lights and the variable enabled has been removed | ||||
* | resource loading now includes the main/ prefix | phil | 2016-11-06 | 36 | -116/+116 |
| | | | | and incidentally SphereMotionGL2ES3_Texture renamed SphereMotionGL2ES2_Texture | ||||
* | resource loading fall back updated to new resource package location | phil | 2016-11-06 | 13 | -32/+31 |
| | | | src/main/java/resources | ||||
* | move java into maven standard src/main/java and resources into | phil | 2016-11-06 | 330 | -0/+0 |
| | | | src/main/resources | ||||
* | example ffp shader tidied up | phil | 2016-11-05 | 2 | -58/+44 |
| | |||||
* | fog example in default shader corrected | phil | 2016-11-05 | 1 | -14/+14 |
| | |||||
* | Added a lot more GL2ES2 examples | phil | 2016-11-04 | 35 | -513/+5285 |
| | | | And converted to struct based lights and material in shaders | ||||
* | envmap vert shader bug fix | phil | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | added the fixed_function_shader vert and frag so there is at least one | phil | 2016-10-27 | 2 | -0/+239 |
| | | | publish location for the examples | ||||
* | more tidy of StencilOutline | phil | 2016-10-26 | 1 | -16/+1 |
| | |||||
* | StencilOutline gl2es2 pipeline support comments made clearer | phil | 2016-10-26 | 1 | -1/+13 |
| | |||||
* | Added a stencil outline example | phil | 2016-10-26 | 2 | -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 Canvas3D | phil | 2016-10-26 | 4 | -31/+290 |
| | |||||
* | Texture Coordinate generation examples corrected in the SamplerGLSL | phil | 2016-10-16 | 2 | -3/+5 |
| | | | example | ||||
* | GL2ES2 examples improved, the halfVector calculations and the sceneColor | phil | 2016-10-16 | 10 | -41/+132 |
| | | | | are now closer to correctly reproducing the fixed pipeline values (though they are still not exactly identical) | ||||
* | New gl2es2 pipeline examples showing usage | phil | 2016-10-11 | 184 | -2472/+7132 |
| | | | | | | | | Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back | ||||
* | Removed debug print statements | kcr | 2007-08-01 | 1 | -3/+0 |
| | |||||
* | Use top-level container (JFrame or JApplet) to determine the graphics device | kcr | 2007-08-01 | 1 | -8/+22 |
| | |||||
* | 1. New Java 3D applet template that avoids MainFrame, but can still run as | kcr | 2007-07-31 | 3 | -67/+280 |
| | | | | | an applet or as an application. 2. Change applet .html file to use JNLPAppletLauncher | ||||
* | Use By_REFERENCE and Y_UP options for Texture. | jada | 2007-04-24 | 6 | -10/+13 |
| | |||||
* | Use Y_UP and BY_REF options for Texture | jada | 2007-04-24 | 5 | -22/+36 |
| | |||||
* | Allow user to specify a URL on the command line | kcr | 2007-04-03 | 1 | -1/+9 |
| | |||||
* | Ported some earlier version of Sound examples, in the j3d-incubator project, | jada | 2007-02-09 | 7 | -0/+804 |
| | | | | contributed by David Grace ([email protected]). | ||||
* | Update copyright to 2007 | kcr | 2007-02-09 | 170 | -170/+173 |
| | |||||
* | 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 | 8 | -65/+276 |
| | |||||
* | Fixed a bug and disable write to scores file in FourByFour example. | jada | 2006-03-07 | 1 | -63/+36 |
| | |||||
* | Sound cleanup | jada | 2006-03-06 | 5 | -597/+45 |
| |