Examples of SensorGnomonEcho


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
Copyright © 2018 www.massapi.com. 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.