summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simpleshaderappearance main constructor made publicphil2016-11-151-1/+1
* GL2ES2 pipeline util Cube moved to java3d-utilsphil2016-11-131-0/+312
* SimpleShaderAppearance moved to java3d-utilsphil2016-11-133-0/+722
* added javadoc plugin to pom.xml1.7.0-pre1phil2016-11-051-0/+11
* Bug 1339 - Support for Vertex Attributes in GeometryInfophil2016-11-021-8/+19
* Bug 1338 - IndexRow of GeometryInfo returns a terrible constant hash phil2016-11-021-10/+4
* Version set to 1.7.0phil2016-11-021-1/+1
* Final javax.media.j3d package reference updatedphil2016-10-22120-138/+136
* Object file loading uses by ref as teh default to allow thephil2016-10-161-1/+2
* Merge pull request #4 from scijava/javadoc-filesJulien Gouesse2015-11-3041-0/+0
|\
| * Move javadoc files to standard Maven locationCurtis Rueden2015-11-3041-0/+0
|/
* Adopts a more standard directory layout for MavenJulien Gouesse2015-11-28397-13/+0
* Relocate package prefix to org.jogamp.java3dJulien Gouesse2015-11-28397-2346/+2346
* Replaces jogl.version by jogamp.versionJulien Gouesse2015-11-281-1/+1
* Merge pull request #2 from scijava/mavenJulien Gouesse2015-11-275-122/+127
|\
| * Build the project using MavenCurtis Rueden2015-11-265-122/+127
|/
* Merge pull request #1 from scijava/geometry-serviceJulien Gouesse2015-11-262-0/+39
|\
| * Add GeometryService implementationCurtis Rueden2015-11-252-0/+39
|/
* build: remove manifest template file now that it has been moved into ant buildHarvey Harrison2015-04-191-9/+0
* Revert "j3dutils: add workaround for appcontext bug in Java 7 u25"1.6.0-pre111.6.0-pre10Harvey Harrison2014-05-031-54/+2
* j3dutils: pass the facetNormals as an argument to calculationsHarvey Harrison2014-03-071-8/+8
* j3dutils: annotate some ArrayLists with types, use static access for constantsHarvey Harrison2014-03-071-16/+16
* j3dutils: directly pass GeometryInfo objects rather than using local storageHarvey Harrison2014-03-071-11/+9
* j3dutils: remove the TransparencySortGeom interface that has been moved into ...Harvey Harrison2014-03-071-52/+0
* j3dutils: add workaround for appcontext bug in Java 7 u251.6.0-pre9Emmanuel Puybaret2013-12-071-2/+54
* j3dutils: trivial annotations in ObjectFile loaderHarvey Harrison2013-09-201-19/+14
* j3dutils: use core mapping for transparent geometryHarvey Harrison2013-09-143-49/+13
* j3dutils: fix javadoc parameter ordering for GeometryInfo::getIndexedGeometry...Harvey Harrison2013-08-061-3/+3
* j3dutils: comment out leftover System.out.printlnHarvey Harrison2013-08-061-1/+1
* j3dutils: add all missing @Override annotationsHarvey Harrison2013-08-01217-0/+931
* j3dutils: preserve public API by inheriting from newly added AutoOffScreenCan...1.6.0-pre8Harvey Harrison2013-07-101-2/+1
* j3dutils: remove www folder, it had nothing useful leftHarvey Harrison2013-04-083-114/+0
* j3dutils: fix some file permissions that have the executable bit setHarvey Harrison2013-04-0813-0/+0
* j3dutils: remove unneeded cast to String1.6.0-pre7Harvey Harrison2013-03-031-1/+1
* j3dutils: stop suppressing the DoubleBeuffering flag in JCanvas3DHarvey Harrison2013-02-211-2/+1
* j3dutils: remove a bunch of unneeded casts to SampleHarvey Harrison2013-01-272-16/+16
* j3dutil: remove many wrapper around nio buffers, the tests for J3DBuffer's ty...Harvey Harrison2012-09-225-89/+81
* j3dutils: remove some of the nio wrappers that we only used as temporariesHarvey Harrison2012-09-221-44/+32
* j3dutils: fix length when reading in a serialized DoubleArrayHarvey Harrison2012-09-221-1/+1
* j3dutils: begin removing the wrappers of nio, we can rely on them always nowHarvey Harrison2012-09-184-115/+19
* j3dutils: remove use of deprecated JPEGEncoder/Decoder, use ImageIOHarvey Harrison2012-08-271-10/+3
* j3dutils: remove RCS file markers from source filesHarvey Harrison2012-05-18354-1770/+0
* j3dutils: remove some Java1.3 support code, require Java 6Harvey Harrison2012-02-221-35/+11
* j3dutils: use static access to constants in SimpleUniverse, ViewerHarvey Harrison2012-02-222-4/+4
* j3dutils: add generic annotation to PriviledgedAction in SimpleUniverseHarvey Harrison2012-02-221-8/+6
* j3dutils: remove DVR backdoor in ViewerHarvey Harrison2012-02-223-180/+0
* j3dutils: remove totally unused BoundingBox from CompressedGeometryRetainedHarvey Harrison2012-01-261-14/+0
* j3dutils: update for generics annotation done for getAllLocalesHarvey Harrison2012-01-261-6/+6
* j3dutils: use eclipse organize imports cleanup toolHarvey Harrison2011-12-31290-1175/+1706
* j3dutils: remove trailing whitespace from all filesHarvey Harrison2011-12-31297-5972/+5972