Hi

I've noticed that part of the gear on the Citation-II, with gear up, is
positioned incorrectly, and shows through the wing.

The animation in the XML file acts on RHgear and LHgear, but the same name
refers to both a group object and a poly object within the group.

To cut the story short, the RHgear/LHgear polys were rotated twice the
amount by the animation.
It's fixed as shown below, renaming the poly objects (and not the groups).

  Tom

diff --git a/Aircraft/Citation/Models/Citation-II.ac
b/Aircraft/Citation/Models/
index 89ab6ae..fbe800b 100644
--- a/Aircraft/Citation/Models/Citation-II.ac
+++ b/Aircraft/Citation/Models/Citation-II.ac
@@ -25016,7 +25016,7 @@ OBJECT group
 name "RHgear"
 kids 3
 OBJECT poly
-name "RHgear"
+name "RHgear.0"
 texture "Citation-II.rgb"
 texrep 1 1
 crease 45
@@ -36780,7 +36780,7 @@ OBJECT group
 name "LHgear"
 kids 3
 OBJECT poly
-name "LHgear"
+name "LHgear.0"
 texture "Citation-II.rgb"
 texrep 1 1
 crease 45
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to