aboutsummaryrefslogtreecommitdiffstats
path: root/src/javax/media/j3d/GeometryService.java
Commit message (Collapse)AuthorAgeFilesLines
* Relocate package prefix to org.jogamp.java3dJulien Gouesse2015-11-281-40/+0
|
* Add a service interface for external routinesCurtis Rueden2015-11-251-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.