Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AudioClip getAudioClip( URL url ) in | phil | 2018-12-23 | 2 | -2/+6 |
| | | | | | | org.jogamp.java3d.utils.applet.JMainFrame and org.jogamp.java3d.utils.appletMainFrame now throws unsupportedOperationException Java 11 no longer has the deprecated classes needed | ||||
* | TexttureAttributes.textureTransform field and | phil | 2018-09-19 | 1 | -9/+74 |
| | | | | | TextureUnitState[0].textureAttributes.textureTransform field was ignored, it is now used to in the auto built vertex shader program to apply a matrix transform to texture coordinates | ||||
* | Replaced call to vecmath that used an awt class Color with a generic 3 | phil | 2018-01-18 | 1 | -1/+3 |
| | | | | byte version. This will allow vecmath to have it's awt dependency removed at some point. | ||||
* | SimpleShaderAppearance now calculates max lights based on | phil | 2017-01-17 | 1 | -3/+41 |
| | | | gl_MaxVaryingVectors or fixes to 3 if version 120 | ||||
* | SimpleShaderappearance more program and attributeset pointer re-use | phil | 2016-12-11 | 2 | -7/+24 |
| | | | | As this make a large difference to the render pipeline call stack performance | ||||
* | Enumeration swapped to typed Iterator | phil | 2016-12-07 | 25 | -133/+136 |
| | | | All Enumerations swapped and generic types added | ||||
* | another capability check added to SimpleSahderAppearance auto build | phil | 2016-12-07 | 1 | -0/+3 |
| | |||||
* | SimpleShaderAppearance mutability checking improved before rebuild | phil | 2016-12-05 | 1 | -2/+12 |
| | |||||
* | SimpleShaderAppearance shader auto build system | phil | 2016-12-05 | 3 | -631/+965 |
| | | | | | This system allows easy setup of shaders without file io and also allows newer developers examples of the scope of possibility with the Jogl2es2Pipeline | ||||
* | ObjFile can now have an Appearance constructor method overriden to | phil | 2016-12-04 | 2 | -4/+15 |
| | | | supply for example a ShaderAppearance | ||||
* | J3dUtilsI18N class ExceptionStrings property file renamed | phil | 2016-12-04 | 2 | -1/+1 |
| | | | | | | to org.jogamp.java3d.Utils-ExceptionStrings This was done because it clashed with the ExceptionStrings file in Java3d-core now that the two are in the same package, so if the code was exported to a jar together then one was lost depending on export order | ||||
* | in fact interleave and nio together aren't supported in the gl2es2 | phil | 2016-11-30 | 1 | -1/+1 |
| | | | pipeline apparently | ||||
* | Lightwave and Objectfile loader now return nio geometry arrays | phil | 2016-11-30 | 2 | -3/+4 |
| | | | For performance | ||||
* | SimpleShaderAppearance public static versionString | phil | 2016-11-22 | 1 | -473/+475 |
| | | | So if can be altered for different pipelines | ||||
* | simpleshaderappearance main constructor made public | phil | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | GL2ES2 pipeline util Cube moved to java3d-utils | phil | 2016-11-13 | 1 | -0/+312 |
| | |||||
* | SimpleShaderAppearance moved to java3d-utils | phil | 2016-11-13 | 3 | -0/+722 |
| | | | from java3d-examples | ||||
* | Bug 1339 - Support for Vertex Attributes in GeometryInfo | phil | 2016-11-02 | 1 | -8/+19 |
| | |||||
* | Bug 1338 - IndexRow of GeometryInfo returns a terrible constant hash | phil | 2016-11-02 | 1 | -10/+4 |
| | |||||
* | Final javax.media.j3d package reference updated | phil | 2016-10-22 | 120 | -138/+136 |
| | | | | | | | | | | | | This commit 6aa301b9466351538d779b98e3b756ac5bd34236 Moved the baseline to org.jogamp.java3d.util but there are some state packages, that also need to be renamed The org.jogamp.java3d.utils.scenegraph.io.retained.Controller createState uses reflection to load the correct State class, and this was broken by the state classes having the old name in their package. | ||||
* | Object file loading uses by ref as teh default to allow the | phil | 2016-10-16 | 1 | -1/+2 |
| | | | gl2es2pipline to use it | ||||
* | Move javadoc files to standard Maven location | Curtis Rueden | 2015-11-30 | 41 | -0/+0 |
| | |||||
* | Adopts a more standard directory layout for Maven | Julien Gouesse | 2015-11-28 | 396 | -0/+0 |
| | |||||
* | Relocate package prefix to org.jogamp.java3d | Julien Gouesse | 2015-11-28 | 397 | -2346/+2346 |
| | |||||
* | Add GeometryService implementation | Curtis Rueden | 2015-11-25 | 2 | -0/+39 |
| | | | | | This code was migrated from java3d-core's Font3D class, in order to address hharrison/java3d-core#17. | ||||
* | build: remove manifest template file now that it has been moved into ant build | Harvey Harrison | 2015-04-19 | 1 | -9/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | Revert "j3dutils: add workaround for appcontext bug in Java 7 u25"1.6.0-pre111.6.0-pre10 | Harvey Harrison | 2014-05-03 | 1 | -54/+2 |
| | | | | | | | | This reverts commit 14206478b7a5bf628b59094c92d5727291c7c2bf. The fixup has been moved into the core pipeline code. The parts of the above commit removing a println and adjusting the max wait time have been preserved. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: pass the facetNormals as an argument to calculations | Harvey Harrison | 2014-03-07 | 1 | -8/+8 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: annotate some ArrayLists with types, use static access for constants | Harvey Harrison | 2014-03-07 | 1 | -16/+16 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: directly pass GeometryInfo objects rather than using local storage | Harvey Harrison | 2014-03-07 | 1 | -11/+9 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: remove the TransparencySortGeom interface that has been moved into ↵ | Harvey Harrison | 2014-03-07 | 1 | -52/+0 |
| | | | | | | Java3d core code Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: add workaround for appcontext bug in Java 7 u251.6.0-pre9 | Emmanuel Puybaret | 2013-12-07 | 1 | -2/+54 |
| | | | | | | | As explained here: http://stackoverflow.com/questions/17223304/appcontext-is-null-from-rmi-thread-with-java-7-update-25 Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: trivial annotations in ObjectFile loader | Harvey Harrison | 2013-09-20 | 1 | -19/+14 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: use core mapping for transparent geometry | Harvey Harrison | 2013-09-14 | 3 | -49/+13 |
| | | | | | | Preserve the old interface for backwards compatibility purposes. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: fix javadoc parameter ordering for ↵ | Harvey Harrison | 2013-08-06 | 1 | -3/+3 |
| | | | | | | | | GeometryInfo::getIndexedGeometryArray - fixes bug 642 in the java3d bugtracker Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: comment out leftover System.out.println | Harvey Harrison | 2013-08-06 | 1 | -1/+1 |
| | | | | | | - fixes bug 663 from the Java3d bugtracker Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: add all missing @Override annotations | Harvey Harrison | 2013-08-01 | 217 | -0/+931 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: preserve public API by inheriting from newly added ↵1.6.0-pre8 | Harvey Harrison | 2013-07-10 | 1 | -2/+1 |
| | | | | | | AutoOffScreenCanvas3D from j3dcore Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: fix some file permissions that have the executable bit set | Harvey Harrison | 2013-04-08 | 13 | -0/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: remove unneeded cast to String1.6.0-pre7 | Harvey Harrison | 2013-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: stop suppressing the DoubleBeuffering flag in JCanvas3D | Harvey Harrison | 2013-02-21 | 1 | -2/+1 |
| | | | | | | | | While this should be OK, we currently explicitly check for both antialiasing and doublebuffering in the joglpipeline capabilities which means this will never allow antialiasing to be enabled for JCanvas3D. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: remove a bunch of unneeded casts to Sample | Harvey Harrison | 2013-01-27 | 2 | -16/+16 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutil: remove many wrapper around nio buffers, the tests for J3DBuffer's ↵ | Harvey Harrison | 2012-09-22 | 5 | -89/+81 |
| | | | | | | type make this safe Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: remove some of the nio wrappers that we only used as temporaries | Harvey Harrison | 2012-09-22 | 1 | -44/+32 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: fix length when reading in a serialized DoubleArray | Harvey Harrison | 2012-09-22 | 1 | -1/+1 |
| | | | | | | | Otherwise the serialized array will not round-trip properly, it is definitely written out with 8 bytes per double, no idea how this hasn't been noticed. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: begin removing the wrappers of nio, we can rely on them always now | Harvey Harrison | 2012-09-18 | 4 | -115/+19 |
| | | | | | | We assume a baseline of Java 6 now where nio is always available. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: remove use of deprecated JPEGEncoder/Decoder, use ImageIO | Harvey Harrison | 2012-08-27 | 1 | -10/+3 |
| | | | | | | | | As this is only used in the serialization functions just rely on the defaults throughout. I tried round-tripping the resulting bytestream and it worked just fine. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: remove RCS file markers from source files | Harvey Harrison | 2012-05-18 | 354 | -1770/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: remove some Java1.3 support code, require Java 6 | Harvey Harrison | 2012-02-22 | 1 | -35/+11 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dutils: use static access to constants in SimpleUniverse, Viewer | Harvey Harrison | 2012-02-22 | 2 | -4/+4 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> |