javax.media.j3d
Interface TransparencySortGeom


public interface TransparencySortGeom

An interface that allows sorting the rendering order of transparent geometry.

Since:
Java 3D 1.6

Method Summary
 double getDistanceSquared()
          Returns the distance squared of this object to the viewer.
 Geometry getGeometry()
          Returns the Geometry for this object.
 void getLocalToVWorld(Transform3D localToVW)
          Returns the LocalToVWorld transform for this object
 Shape3D getShape3D()
          Returns the Shape3D being rendered using this geometry.
 

Method Detail

getGeometry

Geometry getGeometry()
Returns the Geometry for this object.

Returns:
geometry for this object

getDistanceSquared

double getDistanceSquared()
Returns the distance squared of this object to the viewer.

Returns:
distancesquared to viewer

getLocalToVWorld

void getLocalToVWorld(Transform3D localToVW)
Returns the LocalToVWorld transform for this object

Parameters:
localToVW - variable in which transform will be returned

getShape3D

Shape3D getShape3D()
Returns the Shape3D being rendered using this geometry.

Returns:
the Shape3D being rendered using this geometry