| javax.media.j3d.Shape3D com.sun.j3d.utils.behaviors.sensor.SensorGnomonEcho
SensorGnomonEcho | public class SensorGnomonEcho extends Shape3D (Code) | | A Shape3D representing a gnomon pointing along each coordinate
axis. The base of the gnomon is a cube, and the coordinate axes are
represented by pyramids attached to each face of the cube.
since: Java 3D 1.3 |
Constructor Summary | |
public | SensorGnomonEcho(Transform3D transform, double baseWidth, double axisLength, boolean enableLighting) Constructs a SensorGnomonEcho. |
SensorGnomonEcho | public SensorGnomonEcho(Transform3D transform, double baseWidth, double axisLength, boolean enableLighting)(Code) | | Constructs a SensorGnomonEcho. Read and write capabilities are
granted for the Appearance, Material, TransparencyAttributes,
and TransparencyAttributes mode and value.
Parameters: transform - translation and/or rotation to apply to the gnomongeometry; this should be the position and orientation of the sensorhotspot in the sensor's local coordinate system Parameters: baseWidth - width of each edge of the base cube in meters Parameters: axisLength - distance in meters from the gnomon center tothe apex of the pyramid attached to each face of the base cube Parameters: enableLighting - boolean indicating whether normals should begenerated and lighting enabled |
|
|