Class SensorBeamEcho


public class SensorBeamEcho extends Shape3D
A Shape3D representing a beam pointing from the origin of a sensor's local coordinate system to its hotspot.
Since:
Java 3D 1.3
  • Constructor Details

    • SensorBeamEcho

      public SensorBeamEcho(javax.vecmath.Point3d hotspot, double baseWidth, boolean enableLighting)
      Creates a SensorBeamEcho. Read and write capabilities are granted for the Appearance, Material, TransparencyAttributes, and TransparencyAttributes mode and value.
      Parameters:
      hotspot - location of the sensor's hotspot in the sensor's local coordinate system; this must not be (0, 0, 0)
      baseWidth - width of the beam in meters
      enableLighting - boolean indicating whether normals should be generated and lighting enabled
      Throws:
      IllegalArgumentException - if hotspot is (0, 0, 0)