aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | If j3d.displaylist=false more geometry type are supported by thephil2016-10-272-88/+661
* | | Bug 1006 - Transformation applied to a texture is also applied to postphil2016-10-261-0/+5
* | | Bug 1329 - SceneGraphObject read capability bits set to true by defaultphil2016-10-222-1/+10
* | | VersionInfo comment referring to javax.media.j3d updated tophil2016-10-221-1/+1
* | | Jogl2es2Pipeline classes license notices updatedphil2016-10-225-36/+15
* | | license text added at top of new classesphil2016-10-198-79/+222
* | | pom.xml correctedphil2016-10-181-2/+2
* | | Placed the original tutorial under docs/tutorialphil2016-10-189-7/+836
* | | Slight tidy of readme.mdphil2016-10-181-35/+38
* | | Replaced outdated README-FIRST.txt with first cut of README.mdphil2016-10-182-22/+55
* | | Bug 1325 - JoglPipeline.resetRenderingAttributes does not callphil2016-10-171-0/+2
* | | reversed out the SceneGraphObject package visibility for capabilitiesphil2016-10-173-53/+16
* | | gl2es2pipeline tiny code tidy by moving things around for offscfeenphil2016-10-172-157/+158
* | | gl2es2 pipeline deprecated layer had some non-deprecated methods in itphil2016-10-171-29/+0
* | | normalMatrix calculation was using cached values for VM that may notphil2016-10-161-1/+1
* | | Lighting data calculations improvedphil2016-10-163-19/+80
* | | GL2ES2Pipeline first cutphil2016-10-119-3/+9980
* | | Merge pull request #5 from scijava/templates-dirJulien Gouesse2015-12-022-3/+0
|\ \ \
| * | | Move Java templates to the conventional directoryCurtis Rueden2015-12-012-3/+0
|/ / /
* | | Merge pull request #4 from scijava/directory-structureJulien Gouesse2015-11-30449-0/+0
|\ \ \
| * | | Move javadoc files to standard Maven locationCurtis Rueden2015-11-3045-0/+0
| * | | Move resources into src/main/resourcesCurtis Rueden2015-11-301-0/+0
| * | | Unnest java3d foldersCurtis Rueden2015-11-30449-0/+0
|/ / /
* | | Adopts a more standard directory layout for MavenJulien Gouesse2015-11-28450-16/+3
* | | Documents the current API change (package relocation)Julien Gouesse2015-11-281-0/+6
* | | Relocate package prefix to org.jogamp.java3dJulien Gouesse2015-11-28450-756/+756
* | | Replaces jogl.version by jogamp.versionJulien Gouesse2015-11-281-3/+3
* | | Merge pull request #2 from scijava/mavenJulien Gouesse2015-11-277-1224/+248
|\ \ \
| * | | Build the project using MavenCurtis Rueden2015-11-267-1224/+248
|/ / /
* | | Merge pull request #1 from scijava/circular-depsJulien Gouesse2015-11-263-25/+64
|\ \ \ | | |/ | |/|
| * | Include META-INF directory in j3dutils.jarCurtis Rueden2015-11-251-2/+2
| * | Font3D: use the GeometryService as appropriateCurtis Rueden2015-11-251-28/+15
| * | Add a service interface for external routinesCurtis Rueden2015-11-251-0/+40
| * | Font3D: refactor island triangulation logicCurtis Rueden2015-10-061-17/+27
| * | Font3D: declare local variables when they are usedCurtis Rueden2015-10-061-2/+2
| * | Font3D: tweak whitespaceCurtis Rueden2015-10-061-1/+1
| * | Font3D: count points in a separate loopCurtis Rueden2015-10-061-1/+3
| |/
* | Uses JOGL 2.3.2, updates the Ant build scriptJulien Gouesse2015-11-191-2/+2
* | Gets Harvey's changesJulien Gouesse2015-11-19452-458/+44
|\|
| * j3dcore: flatten the directory structure a bitHarvey Harrison2015-04-19449-3/+3
| * j3dcore: remove an old ant build file in the source treeHarvey Harrison2015-04-191-416/+0
| * build: remove separate generated manifest filesHarvey Harrison2015-04-192-24/+24
| * j3dcore: update version to 1.6.0-pre121.6.0-pre12Harvey Harrison2015-04-191-1/+1
| * README: expand the build instructions to include the jogl jarsHarvey Harrison2015-04-192-5/+8
| * j3dcore: fix up compile to build with JOGL release 2.3.1Julien Gouesse2015-04-195-34/+34
| * Fix the remote repository URLsCurtis Rueden2015-04-192-10/+9
* | j3dcore: fix up compile to build with JOGL release 2.3.1Julien Gouesse2015-03-295-34/+34
|/
* j3dcore: update version to 1.6.0-pre111.6.0-pre11Harvey Harrison2014-08-071-1/+1
* j3dcore: fix up compile to build with JOGL release 2.2.0Harvey Harrison2014-08-072-3/+3
* j3dcore: avoid lazy enum array creation, do it unconditionallyHarvey Harrison2014-08-061-21/+13