/* */ }
/* 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) {