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

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


/*      */       }
/*  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);
/*      */     }
/*      */
/*  877 */     if (this.echoGeometry != null) {
/*  878 */       Appearance a = this.echoGeometry.getAppearance();
/*  879 */       if (this.echoColor != null) {
View Full Code Here

TOP

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

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.