| Commit message (Expand) | Author | Age | Files | Lines |
* | move java into maven standard src/main/java and resources into | phil | 2016-11-06 | 330 | -0/+0 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | GL2ES2 examples improved, the halfVector calculations and the sceneColor | phil | 2016-10-16 | 10 | -41/+132 |
* | New gl2es2 pipeline examples showing usage | phil | 2016-10-11 | 184 | -2472/+7132 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 2 | -33/+40 |
* | Partial fix to sound | jada | 2006-03-06 | 2 | -53/+33 |
* | Modified programs to use the new Resources.java to load resources. | jada | 2006-03-06 | 6 | -137/+85 |
* | 1. Copy *.txt files to jar file | kcr | 2006-03-03 | 1 | -1/+1 |
* | 1) Updated README-build.html | jada | 2006-03-03 | 8 | -66/+120 |
* | 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 |
* | 1) Added VertexAttrTestCg and converted more programs to use JFrame instead o... | jada | 2006-03-03 | 17 | -321/+1403 |
* | 1) Added a new examples : dot3/Dot3Demo and glsl_shader/VertexAttrTest | jada | 2006-03-01 | 15 | -108/+2005 |
* | Added a couple of Java 3D Programmable Shader examples. | jada | 2006-02-24 | 11 | -0/+1019 |
* | Converted DistorGlyphtest form MainFrame to JFrame. | jada | 2006-02-23 | 2 | -53/+111 |
* | Make applet programs work in the new directory structure and cleanup. | jada | 2006-02-22 | 9 | -94/+7 |
* | 1. Converted example programs, under appearance, background and collision, to... | jada | 2006-02-17 | 21 | -223/+479 |
* | 1. Converted all example programs, under objload, glsl_shader and cg_shader, | jada | 2006-02-16 | 10 | -513/+769 |
* | 1) Moved the copying of resources and shader files from the target "jar" to "... | jada | 2006-02-14 | 1 | -10/+7 |