com.sun.j3d.utils.scenegraph.transparency |
com.sun.j3d.utils.scenegraph.transparency
Provides transparency sorting utility classes.
|
Java Source File Name | Type | Comment |
SimpleDistanceComparator.java | Class | Sample TransparencySortComparator which has the same functionality as
the fixed default function in Java 3D. |
TransparencySortController.java | Class | This class controls the Transparency Sorting scheme used by Java 3D when
rendering transparent objects. |
TransparencySortGeom.java | Interface | The interface of the objects that should be compared to determine
rendering order of transparent objects. |