Class SensorGnomonEcho


public class SensorGnomonEcho extends Shape3D
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 Details

    • SensorGnomonEcho

      public SensorGnomonEcho(Transform3D transform, double baseWidth, double axisLength, boolean enableLighting)
      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 gnomon geometry; this should be the position and orientation of the sensor hotspot in the sensor's local coordinate system
      baseWidth - width of each edge of the base cube in meters
      axisLength - distance in meters from the gnomon center to the apex of the pyramid attached to each face of the base cube
      enableLighting - boolean indicating whether normals should be generated and lighting enabled