[gui4gl-commits] [CVS world3d] Orientation is now a look-at vector again (still notsure if I like it).

  • From: cvsd@xxxxxxxxx
  • To: gui4gl-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Dec 2003 23:41:30 +0100 (CET)

Commit in world3d/src/org/codejive/world3d on MAIN
PhysicalEntity.java+2-21.2 -> 1.3
Orientation is now a look-at vector again (still not sure if I like it).

world3d/src/org/codejive/world3d
PhysicalEntity.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- PhysicalEntity.java	17 Nov 2003 15:00:44 -0000	1.2
+++ PhysicalEntity.java	1 Dec 2003 22:41:34 -0000	1.3
@@ -60,9 +60,9 @@
 	 * Sets the current orientation of this Entity.
 	 * You should always advertise any changes by calling updateState().
 	 * 
-	 * @param _direction A vector indicating the new orientation of the Entity
+	 * @param _orientation A vector indicating the new orientation of the Entity
 	 */
-	public void setOrientation(Tuple3f _orientation);
+	public void setOrientation(Vector3f _orientation);
 
 	/**
 	 * Sets the current orientation of this Entity.
CVSspam 0.2.8

Other related posts:

  • » [gui4gl-commits] [CVS world3d] Orientation is now a look-at vector again (still notsure if I like it).