| javax.media.j3d.Shape3D com.sun.j3d.utils.behaviors.sensor.SensorBeamEcho
SensorBeamEcho | public class SensorBeamEcho extends Shape3D (Code) | | 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 Summary | |
public | SensorBeamEcho(Point3d hotspot, double baseWidth, boolean enableLighting) Creates a SensorBeamEcho. |
SensorBeamEcho | public SensorBeamEcho(Point3d hotspot, double baseWidth, boolean enableLighting)(Code) | | 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'slocal coordinate system; this must not be (0, 0, 0) Parameters: baseWidth - width of the beam in meters Parameters: enableLighting - boolean indicating whether normals should begenerated and lighting enabled exception: IllegalArgumentException - if hotspot is (0, 0, 0) |
|
|