Package com.sun.j3d.utils.behaviors.sensor

Examples of com.sun.j3d.utils.behaviors.sensor.SensorGnomonEcho


/*  865 */       if (this.nominalSensorRotation != null) {
/*  866 */         gnomonTransform.set(this.nominalSensorRotation);
/*  867 */         gnomonTransform.invert();
/*      */       }
/*  869 */       gnomonTransform.setTranslation(new Vector3d(hotspot));
/*  870 */       this.echoGeometry = new SensorGnomonEcho(gnomonTransform, 0.1D * this.echoSize, 0.5D * this.echoSize, true);
/*      */     }
/*  873 */     else if (this.echoType == 24) {
/*  874 */       this.echoGeometry = new SensorBeamEcho(hotspot, this.echoSize, true);
/*      */     }
/*      */
View Full Code Here

TOP

Related Classes of com.sun.j3d.utils.behaviors.sensor.SensorGnomonEcho

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.