Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocate package prefix to org.jogamp.java3d | Julien Gouesse | 2015-11-28 | 1 | -40/+0 |
| | |||||
* | Add a service interface for external routines | Curtis Rueden | 2015-11-25 | 1 | -0/+40 |
In particular, Font3D's triangulateGlyphs routine relies on the classes GeometryInfo and NormalGenerator of package com.sun.j3d.utils.geometry, which lives in the j3d-core-utils project, under a different license. This means that historically, j3d-core and j3d-core-utils were mutually dependent. We avoid the situation by using a service interface instead. |