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

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


/*  400 */   private float echoTransparency = 0.0F;
/*  401 */   private Transform3D nominalSensorRotation = null;
/*      */
/*      */   public WandViewBehavior()
/*      */   {
/*  412 */     this.eventAgent = new SensorEventAgent(this);
/*      */
/*  415 */     setSchedulingBounds(new BoundingSphere(new Point3d(0.0D, 0.0D, 0.0D), (1.0D / 0.0D)));
/*      */   }
View Full Code Here

TOP

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

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.