paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [6388] fix CRLF in campaign2010 branch


From: Felix Ruess
Subject: [paparazzi-commits] [6388] fix CRLF in campaign2010 branch
Date: Wed, 10 Nov 2010 14:30:51 +0000

Revision: 6388
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6388
Author:   flixr
Date:     2010-11-10 14:30:51 +0000 (Wed, 10 Nov 2010)
Log Message:
-----------
fix CRLF in campaign2010 branch

Modified Paths:
--------------
    paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/Trip50A.xml
    paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/Trip50B.xml
    
paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/holiday50.xml
    paparazzi-software/branches/campaign2010/conf/airframes/easystar2.xml
    paparazzi-software/branches/campaign2010/conf/radios/aron.xml
    
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Malolo1-set.xml
    paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Malolo1.xml
    
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Models/Malolo1.ac
    
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Models/Malolo1.xml
    paparazzi-software/branches/campaign2010/sw/airborne/arm7/efsl/conf/config.h
    
paparazzi-software/branches/campaign2010/sw/airborne/arm7/efsl/inc/interfaces/LPC2000_regs.h
    
paparazzi-software/branches/campaign2010/sw/airborne/arm7/efsl/inc/interfaces/sd.h
    
paparazzi-software/branches/campaign2010/sw/airborne/arm7/efsl/src/interfaces/sd.c
    
paparazzi-software/branches/campaign2010/sw/in_progress/videolizer/wis-go7007-linux/firmware/ezusb/hpi_PX-TV402U.hex
    
paparazzi-software/branches/campaign2010/sw/in_progress/videolizer/wis-go7007-linux/firmware/ezusb/hpi_StarTrek.hex

Modified: 
paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/Trip50A.xml
===================================================================
--- paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/Trip50A.xml 
2010-11-10 14:25:16 UTC (rev 6387)
+++ paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/Trip50A.xml 
2010-11-10 14:30:51 UTC (rev 6388)
@@ -125,29 +125,29 @@
 
   </section>
 
-  <section name="VERTICAL CONTROL" prefix="V_CTL_">
-    <define name="POWER_CTL_BAT_NOMINAL" value="7.6" unit="volt"/>
+  <section name="VERTICAL CONTROL" prefix="V_CTL_">
+    <define name="POWER_CTL_BAT_NOMINAL" value="7.6" unit="volt"/>
 
-       <!-- Vertical Outerloop
-               v_ctl_climb_setpoint = ALTITUDE_PGAIN * altitude_error + 
altitude_pre_climb;
-               BoundAbs(v_ctl_climb_setpoint, V_CTL_ALTITUDE_MAX_CLIMB);
-       -->
+       <!-- Vertical Outerloop
+               v_ctl_climb_setpoint = ALTITUDE_PGAIN * altitude_error + 
altitude_pre_climb;
+               BoundAbs(v_ctl_climb_setpoint, V_CTL_ALTITUDE_MAX_CLIMB);
+       -->
 
     <!-- outer loop proportional gain: alt error 5 climb m/s -->
     <define name="ALTITUDE_PGAIN" value="-0.0750000029802"/>
     <!-- outer loop saturation: m/s-->
     <define name="ALTITUDE_MAX_CLIMB" value="5.0"/>
 
-    <!-- auto throttle inner loop 
-               float controlled_throttle = v_ctl_auto_throttle_cruise_throttle 
-               + v_ctl_auto_throttle_climb_throttle_increment * 
v_ctl_climb_setpoint 
-               + v_ctl_auto_throttle_pgain * 
-               (err + v_ctl_auto_throttle_igain * v_ctl_auto_throttle_sum_err
-               + v_ctl_auto_throttle_dgain * d_err);
-
-               /* pitch pre-command */
+    <!-- auto throttle inner loop 
+               float controlled_throttle = v_ctl_auto_throttle_cruise_throttle 
+               + v_ctl_auto_throttle_climb_throttle_increment * 
v_ctl_climb_setpoint 
+               + v_ctl_auto_throttle_pgain * 
+               (err + v_ctl_auto_throttle_igain * v_ctl_auto_throttle_sum_err
+               + v_ctl_auto_throttle_dgain * d_err);
+
+               /* pitch pre-command */
                float v_ctl_pitch_of_vz = (v_ctl_climb_setpoint + d_err * 
v_ctl_auto_throttle_pitch_of_vz_dgain) 
-               * v_ctl_auto_throttle_pitch_of_vz_pgain;
+               * v_ctl_auto_throttle_pitch_of_vz_pgain;
        -->
     <define name="AUTO_THROTTLE_NOMINAL_CRUISE_THROTTLE" 
value="0.40000000596"/>
     <define name="AUTO_THROTTLE_MIN_CRUISE_THROTTLE" value="0.20"/>

Modified: 
paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/Trip50B.xml
===================================================================
--- paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/Trip50B.xml 
2010-11-10 14:25:16 UTC (rev 6387)
+++ paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/Trip50B.xml 
2010-11-10 14:30:51 UTC (rev 6388)
@@ -130,29 +130,29 @@
 
   </section>
 
-  <section name="VERTICAL CONTROL" prefix="V_CTL_">
-    <define name="POWER_CTL_BAT_NOMINAL" value="7.6" unit="volt"/>
+  <section name="VERTICAL CONTROL" prefix="V_CTL_">
+    <define name="POWER_CTL_BAT_NOMINAL" value="7.6" unit="volt"/>
 
-       <!-- Vertical Outerloop
-               v_ctl_climb_setpoint = ALTITUDE_PGAIN * altitude_error + 
altitude_pre_climb;
-               BoundAbs(v_ctl_climb_setpoint, V_CTL_ALTITUDE_MAX_CLIMB);
-       -->
+       <!-- Vertical Outerloop
+               v_ctl_climb_setpoint = ALTITUDE_PGAIN * altitude_error + 
altitude_pre_climb;
+               BoundAbs(v_ctl_climb_setpoint, V_CTL_ALTITUDE_MAX_CLIMB);
+       -->
 
     <!-- outer loop proportional gain: alt error 5 climb m/s -->
     <define name="ALTITUDE_PGAIN" value="-0.0750000029802"/>
     <!-- outer loop saturation: m/s-->
     <define name="ALTITUDE_MAX_CLIMB" value="5.0"/>
 
-    <!-- auto throttle inner loop 
-               float controlled_throttle = v_ctl_auto_throttle_cruise_throttle 
-               + v_ctl_auto_throttle_climb_throttle_increment * 
v_ctl_climb_setpoint 
-               + v_ctl_auto_throttle_pgain * 
-               (err + v_ctl_auto_throttle_igain * v_ctl_auto_throttle_sum_err
-               + v_ctl_auto_throttle_dgain * d_err);
-
-               /* pitch pre-command */
+    <!-- auto throttle inner loop 
+               float controlled_throttle = v_ctl_auto_throttle_cruise_throttle 
+               + v_ctl_auto_throttle_climb_throttle_increment * 
v_ctl_climb_setpoint 
+               + v_ctl_auto_throttle_pgain * 
+               (err + v_ctl_auto_throttle_igain * v_ctl_auto_throttle_sum_err
+               + v_ctl_auto_throttle_dgain * d_err);
+
+               /* pitch pre-command */
                float v_ctl_pitch_of_vz = (v_ctl_climb_setpoint + d_err * 
v_ctl_auto_throttle_pitch_of_vz_dgain) 
-               * v_ctl_auto_throttle_pitch_of_vz_pgain;
+               * v_ctl_auto_throttle_pitch_of_vz_pgain;
        -->
     <define name="AUTO_THROTTLE_NOMINAL_CRUISE_THROTTLE" 
value="0.40000000596"/>
     <define name="AUTO_THROTTLE_MIN_CRUISE_THROTTLE" value="0.20"/>

Modified: 
paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/holiday50.xml
===================================================================
--- 
paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/holiday50.xml   
    2010-11-10 14:25:16 UTC (rev 6387)
+++ 
paparazzi-software/branches/campaign2010/conf/airframes/TUDelft/holiday50.xml   
    2010-11-10 14:30:51 UTC (rev 6388)
@@ -124,29 +124,29 @@
 <!--    <define name="POWER_SWITCH_LED" value="2"/> -->
   </section>
 
-  <section name="VERTICAL CONTROL" prefix="V_CTL_">
-    <define name="POWER_CTL_BAT_NOMINAL" value="11.1" unit="volt"/>
+  <section name="VERTICAL CONTROL" prefix="V_CTL_">
+    <define name="POWER_CTL_BAT_NOMINAL" value="11.1" unit="volt"/>
 
-       <!-- Vertical Outerloop
-               v_ctl_climb_setpoint = ALTITUDE_PGAIN * altitude_error + 
altitude_pre_climb;
-               BoundAbs(v_ctl_climb_setpoint, V_CTL_ALTITUDE_MAX_CLIMB);
-       -->
+       <!-- Vertical Outerloop
+               v_ctl_climb_setpoint = ALTITUDE_PGAIN * altitude_error + 
altitude_pre_climb;
+               BoundAbs(v_ctl_climb_setpoint, V_CTL_ALTITUDE_MAX_CLIMB);
+       -->
 
     <!-- outer loop proportional gain: alt error 5 climb m/s -->
     <define name="ALTITUDE_PGAIN" value="-0.04"/>
     <!-- outer loop saturation: m/s-->
     <define name="ALTITUDE_MAX_CLIMB" value="5.0"/>
 
-    <!-- auto throttle inner loop 
-               float controlled_throttle = v_ctl_auto_throttle_cruise_throttle 
-               + v_ctl_auto_throttle_climb_throttle_increment * 
v_ctl_climb_setpoint 
-               + v_ctl_auto_throttle_pgain * 
-               (err + v_ctl_auto_throttle_igain * v_ctl_auto_throttle_sum_err
-               + v_ctl_auto_throttle_dgain * d_err);
-
-               /* pitch pre-command */
+    <!-- auto throttle inner loop 
+               float controlled_throttle = v_ctl_auto_throttle_cruise_throttle 
+               + v_ctl_auto_throttle_climb_throttle_increment * 
v_ctl_climb_setpoint 
+               + v_ctl_auto_throttle_pgain * 
+               (err + v_ctl_auto_throttle_igain * v_ctl_auto_throttle_sum_err
+               + v_ctl_auto_throttle_dgain * d_err);
+
+               /* pitch pre-command */
                float v_ctl_pitch_of_vz = (v_ctl_climb_setpoint + d_err * 
v_ctl_auto_throttle_pitch_of_vz_dgain) 
-               * v_ctl_auto_throttle_pitch_of_vz_pgain;
+               * v_ctl_auto_throttle_pitch_of_vz_pgain;
        -->
     <define name="AUTO_THROTTLE_NOMINAL_CRUISE_THROTTLE" 
value="0.319999992847"/>
     <define name="AUTO_THROTTLE_MIN_CRUISE_THROTTLE" value="0.20"/>

Modified: paparazzi-software/branches/campaign2010/conf/airframes/easystar2.xml
===================================================================
--- paparazzi-software/branches/campaign2010/conf/airframes/easystar2.xml       
2010-11-10 14:25:16 UTC (rev 6387)
+++ paparazzi-software/branches/campaign2010/conf/airframes/easystar2.xml       
2010-11-10 14:30:51 UTC (rev 6388)
@@ -101,20 +101,20 @@
     <define name="MIN_CIRCLE_RADIUS" value="60."/>
   </section>
  
-  <section name="VERTICAL CONTROL" prefix="V_CTL_">
+  <section name="VERTICAL CONTROL" prefix="V_CTL_">
     <define name="POWER_CTL_BAT_NOMINAL" value="11.0" unit="volt"/>
-    <!-- outer loop -->
-    <define name="ALTITUDE_PGAIN" value="-0.075" unit="(m/s)/m"/>
-    <define name="ALTITUDE_MAX_CLIMB" value="4." unit="m/s"/>
-    <!-- auto throttle inner loop -->
-    <define name="AUTO_THROTTLE_NOMINAL_CRUISE_THROTTLE" value="0.5" unit="%"/>
-    <define name="AUTO_THROTTLE_MIN_CRUISE_THROTTLE" value="0.4" unit="%"/>
-    <define name="AUTO_THROTTLE_MAX_CRUISE_THROTTLE" value="0.8" unit="%"/>
-    <define name="AUTO_THROTTLE_LOITER_TRIM" value="1500" unit="pprz_t"/>
-    <define name="AUTO_THROTTLE_DASH_TRIM" value="-1000" unit="pprz_t"/>
-    <define name="AUTO_THROTTLE_CLIMB_THROTTLE_INCREMENT" value="0.1" 
unit="%/(m/s)"/>
-    <define name="AUTO_THROTTLE_PGAIN" value="-0.02" unit="%/(m/s)"/>
-    <define name="AUTO_THROTTLE_IGAIN" value="0.1"/>
+    <!-- outer loop -->
+    <define name="ALTITUDE_PGAIN" value="-0.075" unit="(m/s)/m"/>
+    <define name="ALTITUDE_MAX_CLIMB" value="4." unit="m/s"/>
+    <!-- auto throttle inner loop -->
+    <define name="AUTO_THROTTLE_NOMINAL_CRUISE_THROTTLE" value="0.5" unit="%"/>
+    <define name="AUTO_THROTTLE_MIN_CRUISE_THROTTLE" value="0.4" unit="%"/>
+    <define name="AUTO_THROTTLE_MAX_CRUISE_THROTTLE" value="0.8" unit="%"/>
+    <define name="AUTO_THROTTLE_LOITER_TRIM" value="1500" unit="pprz_t"/>
+    <define name="AUTO_THROTTLE_DASH_TRIM" value="-1000" unit="pprz_t"/>
+    <define name="AUTO_THROTTLE_CLIMB_THROTTLE_INCREMENT" value="0.1" 
unit="%/(m/s)"/>
+    <define name="AUTO_THROTTLE_PGAIN" value="-0.02" unit="%/(m/s)"/>
+    <define name="AUTO_THROTTLE_IGAIN" value="0.1"/>
     <define name="AUTO_THROTTLE_PITCH_OF_VZ_PGAIN" value="0.05" 
unit="rad/(m/s)"/>
     <!-- auto airspeed and altitude inner loop -->
     <define name="AUTO_AIRSPEED_SETPOINT" value="14.5" unit="m/s"/>
@@ -122,23 +122,23 @@
     <define name="AUTO_AIRSPEED_IGAIN" value="0.050"/>    
     <define name="AUTO_GROUNDSPEED_SETPOINT" value="6.0" unit="m/s"/>
     <define name="AUTO_GROUNDSPEED_PGAIN" value="0.75"/>
-    <define name="AUTO_GROUNDSPEED_IGAIN" value="0.25"/>     
-    <define name="AUTO_PITCH_PGAIN" value="-0.125"/>
-    <define name="AUTO_PITCH_IGAIN" value="0.025"/>
-    <define name="AUTO_PITCH_MAX_PITCH" value="RadOfDeg(25)"/>
-    <define name="AUTO_PITCH_MIN_PITCH" value="RadOfDeg(-25)"/>
-    <define name="THROTTLE_SLEW" value="1.0"/>
+    <define name="AUTO_GROUNDSPEED_IGAIN" value="0.25"/>     
+    <define name="AUTO_PITCH_PGAIN" value="-0.125"/>
+    <define name="AUTO_PITCH_IGAIN" value="0.025"/>
+    <define name="AUTO_PITCH_MAX_PITCH" value="RadOfDeg(25)"/>
+    <define name="AUTO_PITCH_MIN_PITCH" value="RadOfDeg(-25)"/>
+    <define name="THROTTLE_SLEW" value="1.0"/>
   </section>
 
   <section name="HORIZONTAL CONTROL" prefix="H_CTL_">
-    <define name="COURSE_PGAIN" value="-0.7"/>
-    <define name="ROLL_MAX_SETPOINT" value="RadOfDeg(35)" unit="radians"/>
-    <define name="PITCH_MAX_SETPOINT" value="RadOfDeg(25)" unit="radians"/>
-    <define name="PITCH_MIN_SETPOINT" value="RadOfDeg(-25)" unit="radians"/>
-    <define name="PITCH_PGAIN" value="-20000."/>
-    <define name="PITCH_DGAIN" value="1.5"/>
-    <define name="ELEVATOR_OF_ROLL" value="2500"/>
-    <define name="ROLL_ATTITUDE_GAIN" value="-7400"/>
+    <define name="COURSE_PGAIN" value="-0.7"/>
+    <define name="ROLL_MAX_SETPOINT" value="RadOfDeg(35)" unit="radians"/>
+    <define name="PITCH_MAX_SETPOINT" value="RadOfDeg(25)" unit="radians"/>
+    <define name="PITCH_MIN_SETPOINT" value="RadOfDeg(-25)" unit="radians"/>
+    <define name="PITCH_PGAIN" value="-20000."/>
+    <define name="PITCH_DGAIN" value="1.5"/>
+    <define name="ELEVATOR_OF_ROLL" value="2500"/>
+    <define name="ROLL_ATTITUDE_GAIN" value="-7400"/>
     <define name="ROLL_RATE_GAIN" value="-200"/>
   </section>
 
@@ -147,15 +147,15 @@
     <define name="NAV_GLIDE_PITCH_TRIM" value="0"/>
   </section>
 
-  <section name="AGGRESSIVE" prefix="AGR_">
-    <define name="BLEND_START" value="20"/><!-- Altitude Error to Initiate 
Aggressive Climb CANNOT BE ZERO!!-->
-    <define name="BLEND_END" value="10"/><!-- Altitude Error to Blend 
Aggressive to Regular Climb Modes  CANNOT BE ZERO!!-->
-    <define name="CLIMB_THROTTLE" value="0.70"/><!-- Gaz for Aggressive Climb 
-->
-    <define name="CLIMB_PITCH" value="RadOfDeg(18)"/><!-- Pitch for Aggressive 
Climb -->
-    <define name="DESCENT_THROTTLE" value="0.1"/><!-- Gaz for Aggressive 
Decent -->
-    <define name="DESCENT_PITCH" value="RadOfDeg(-20)"/><!-- Pitch for 
Aggressive Decent -->
-    <define name="CLIMB_NAV_RATIO" value="0.8"/><!-- Percent Navigation for 
Altitude Error Equal to Start Altitude -->
-    <define name="DESCENT_NAV_RATIO" value="1.0"/>
+  <section name="AGGRESSIVE" prefix="AGR_">
+    <define name="BLEND_START" value="20"/><!-- Altitude Error to Initiate 
Aggressive Climb CANNOT BE ZERO!!-->
+    <define name="BLEND_END" value="10"/><!-- Altitude Error to Blend 
Aggressive to Regular Climb Modes  CANNOT BE ZERO!!-->
+    <define name="CLIMB_THROTTLE" value="0.70"/><!-- Gaz for Aggressive Climb 
-->
+    <define name="CLIMB_PITCH" value="RadOfDeg(18)"/><!-- Pitch for Aggressive 
Climb -->
+    <define name="DESCENT_THROTTLE" value="0.1"/><!-- Gaz for Aggressive 
Decent -->
+    <define name="DESCENT_PITCH" value="RadOfDeg(-20)"/><!-- Pitch for 
Aggressive Decent -->
+    <define name="CLIMB_NAV_RATIO" value="0.8"/><!-- Percent Navigation for 
Altitude Error Equal to Start Altitude -->
+    <define name="DESCENT_NAV_RATIO" value="1.0"/>
   </section>
 
   <section name="FAILSAFE" prefix="FAILSAFE_">
@@ -166,9 +166,9 @@
     <define name="HOME_RADIUS" value="90" unit="m"/>
   </section>
   
-  <section name="DATALINK" prefix="DATALINK_">
-    <define name="DEVICE_TYPE" value="PPRZ"/>
-    <define name="DEVICE_ADDRESS" value="...."/>
+  <section name="DATALINK" prefix="DATALINK_">
+    <define name="DEVICE_TYPE" value="PPRZ"/>
+    <define name="DEVICE_ADDRESS" value="...."/>
   </section>  
 
   <makefile>
@@ -214,7 +214,7 @@
 ap.CFLAGS += -DNAV -DLOITER_TRIM 
 ap.srcs += nav.c fw_h_ctl.c fw_v_ctl.c 
 
-ap.srcs += nav_line.c
+ap.srcs += nav_line.c
 ap.srcs += nav_survey_rectangle.c
 
 # Camera control

Modified: paparazzi-software/branches/campaign2010/conf/radios/aron.xml
===================================================================
--- paparazzi-software/branches/campaign2010/conf/radios/aron.xml       
2010-11-10 14:25:16 UTC (rev 6387)
+++ paparazzi-software/branches/campaign2010/conf/radios/aron.xml       
2010-11-10 14:30:51 UTC (rev 6388)
@@ -1,13 +1,13 @@
-
-  
-<!DOCTYPE radio SYSTEM "radio.dtd">
-<radio name="T9cap" data_min="900" data_max="2100" sync_min="5000" 
sync_max="15000" pulse_type="POSITIVE">
-       <channel ctl="switch_E" function="MODE" min="966" neutral="1526" 
max="2079" average="10"/>      
-       <channel ctl="switch_G" function="DISABLE" min="2080" neutral="1525" 
max="969" average="10"/>
-  <channel ctl="left_stick_horiz" function="YAW" min="1115" neutral="1520" 
max="1940" average="0"/>
-  <channel ctl="right_stick_vert" function="PITCH" min="1937" neutral="1518" 
max="1112" average="0"/>
-  <channel ctl="right_stick_horiz" function="ROLL" min="1114" neutral="1525" 
max="1939" average="0"/>
-  <channel ctl="left_stick_vert" function="THROTTLE" min="1115" neutral="1115" 
max="1940" average="0"/> 
-  
-</radio>
-  
+
+  
+<!DOCTYPE radio SYSTEM "radio.dtd">
+<radio name="T9cap" data_min="900" data_max="2100" sync_min="5000" 
sync_max="15000" pulse_type="POSITIVE">
+       <channel ctl="switch_E" function="MODE" min="966" neutral="1526" 
max="2079" average="10"/>      
+       <channel ctl="switch_G" function="DISABLE" min="2080" neutral="1525" 
max="969" average="10"/>
+  <channel ctl="left_stick_horiz" function="YAW" min="1115" neutral="1520" 
max="1940" average="0"/>
+  <channel ctl="right_stick_vert" function="PITCH" min="1937" neutral="1518" 
max="1112" average="0"/>
+  <channel ctl="right_stick_horiz" function="ROLL" min="1114" neutral="1525" 
max="1939" average="0"/>
+  <channel ctl="left_stick_vert" function="THROTTLE" min="1115" neutral="1115" 
max="1940" average="0"/> 
+  
+</radio>
+  

Modified: 
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Malolo1-set.xml
===================================================================
--- 
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Malolo1-set.xml 
    2010-11-10 14:25:16 UTC (rev 6387)
+++ 
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Malolo1-set.xml 
    2010-11-10 14:30:51 UTC (rev 6388)
@@ -1,103 +1,103 @@
-<?xml version="1.0"?>
-<!--
-************************************************************************
-Rascal 110 R/C airplane config. This files ties together all the components
-used by FGFS to represent the Rascal 110 (by Sig Mfg) including the flight
-dynamics model, and external 3D model.
-************************************************************************
--->
-
-<PropertyList>
- <sim>
-
-  <description>Malolo1(R/C)</description>
-  <author>Innis Cunningham, Josh Wilson</author>
-  <aircraft-version>0.0</aircraft-version>
-
-  <startup>
-    <splash-texture>Aircraft/Malolo1/Malolo1-splash.rgb</splash-texture>
-  </startup>
-
-  <flight-model>jsb</flight-model>
-  <aero>Malolo1</aero>
-  <fuel-fraction>0.8</fuel-fraction>
-  <!--
-  <systems>
-   <autopilot>
-    <path>Aircraft/Malolo1/Systems/110-autopilot.xml</path>
-   </autopilot>
-   <electrical>
-    <path>Aircraft/Malolo1/Systems/electrical.xml</path>
-   </electrical>
-  </systems> -->
-
-  <sound>
-   <path>Aircraft/Generic/generic-sound.xml</path>
-  </sound>
-
-  <panel>
-   <visibility archive="n">false</visibility>
-  </panel>
-
-  <model>
-   <path archive="y">Aircraft/Malolo1/Models/Malolo1.xml</path>
-  </model>
-  
-  <view>
-   <internal archive="y">true</internal>
-   <config>
-     <x-offset-m archive="y">0.0</x-offset-m>
-     <y-offset-m archive="y">0.26</y-offset-m>
-     <z-offset-m archive="y">0.34</z-offset-m>
-     <pitch-offset-deg>-8</pitch-offset-deg>
-   </config>
-  </view>
-
-        <chase-distance-m archive="y" type="double">-15.0</chase-distance-m>
-  <help>
-    <title>YardStik 110 (Sig Mfg)</title>
-    <line>Cruise speed: 60 mph</line>
-    <line>Never-exceed (Vne): 85 mph</line>
-    <line>Best Glide (Vglide): 20 mph</line>
-    <line>Maneuvering (Va): 50 mph</line>
-    <line>Approach speed: 15-25 mph</line>
-    <line>Stall speed (Vs): 10 mph</line>
-  </help>
-
- </sim>
-
- <controls>
-  <flight>
-   <aileron-trim>-0.01</aileron-trim>   <!-- fixed -->
-   <elevator-trim>0.00</elevator-trim> <!-- controllable -->
-   <rudder-trim>0.00</rudder-trim>     <!-- fixed -->
-  </flight>
-  <engines>
-   <engine n="0">
-    <magnetos>3</magnetos>
-   </engine>
-  </engines>
-  <door>1.0</door>
- </controls>
-
- <engines>
-  <engine>
-   <rpm type="double">700</rpm>
-  </engine>
- </engines>
-  
- <!-- An autopilot on a Cub??? -->  
- <autopilot>
-   <config>
-     <min-climb-speed-kt type="float">48.0</min-climb-speed-kt>
-     <best-climb-speed-kt type="float">56.0</best-climb-speed-kt>
-     <target-climb-rate-fpm type="float">400.0</target-climb-rate-fpm>
-     <target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
-     <elevator-adj-factor type="float">6000.0</elevator-adj-factor>
-     <integral-contribution type="float">0.008</integral-contribution> 
-     <zero-pitch-throttle type="float">0.35</zero-pitch-throttle>
-     <zero-pitch-trim-full-throttle 
type="float">0.001</zero-pitch-trim-full-throttle>
-   </config>
- </autopilot>
-
-</PropertyList>
+<?xml version="1.0"?>
+<!--
+************************************************************************
+Rascal 110 R/C airplane config. This files ties together all the components
+used by FGFS to represent the Rascal 110 (by Sig Mfg) including the flight
+dynamics model, and external 3D model.
+************************************************************************
+-->
+
+<PropertyList>
+ <sim>
+
+  <description>Malolo1(R/C)</description>
+  <author>Innis Cunningham, Josh Wilson</author>
+  <aircraft-version>0.0</aircraft-version>
+
+  <startup>
+    <splash-texture>Aircraft/Malolo1/Malolo1-splash.rgb</splash-texture>
+  </startup>
+
+  <flight-model>jsb</flight-model>
+  <aero>Malolo1</aero>
+  <fuel-fraction>0.8</fuel-fraction>
+  <!--
+  <systems>
+   <autopilot>
+    <path>Aircraft/Malolo1/Systems/110-autopilot.xml</path>
+   </autopilot>
+   <electrical>
+    <path>Aircraft/Malolo1/Systems/electrical.xml</path>
+   </electrical>
+  </systems> -->
+
+  <sound>
+   <path>Aircraft/Generic/generic-sound.xml</path>
+  </sound>
+
+  <panel>
+   <visibility archive="n">false</visibility>
+  </panel>
+
+  <model>
+   <path archive="y">Aircraft/Malolo1/Models/Malolo1.xml</path>
+  </model>
+  
+  <view>
+   <internal archive="y">true</internal>
+   <config>
+     <x-offset-m archive="y">0.0</x-offset-m>
+     <y-offset-m archive="y">0.26</y-offset-m>
+     <z-offset-m archive="y">0.34</z-offset-m>
+     <pitch-offset-deg>-8</pitch-offset-deg>
+   </config>
+  </view>
+
+        <chase-distance-m archive="y" type="double">-15.0</chase-distance-m>
+  <help>
+    <title>YardStik 110 (Sig Mfg)</title>
+    <line>Cruise speed: 60 mph</line>
+    <line>Never-exceed (Vne): 85 mph</line>
+    <line>Best Glide (Vglide): 20 mph</line>
+    <line>Maneuvering (Va): 50 mph</line>
+    <line>Approach speed: 15-25 mph</line>
+    <line>Stall speed (Vs): 10 mph</line>
+  </help>
+
+ </sim>
+
+ <controls>
+  <flight>
+   <aileron-trim>-0.01</aileron-trim>   <!-- fixed -->
+   <elevator-trim>0.00</elevator-trim> <!-- controllable -->
+   <rudder-trim>0.00</rudder-trim>     <!-- fixed -->
+  </flight>
+  <engines>
+   <engine n="0">
+    <magnetos>3</magnetos>
+   </engine>
+  </engines>
+  <door>1.0</door>
+ </controls>
+
+ <engines>
+  <engine>
+   <rpm type="double">700</rpm>
+  </engine>
+ </engines>
+  
+ <!-- An autopilot on a Cub??? -->  
+ <autopilot>
+   <config>
+     <min-climb-speed-kt type="float">48.0</min-climb-speed-kt>
+     <best-climb-speed-kt type="float">56.0</best-climb-speed-kt>
+     <target-climb-rate-fpm type="float">400.0</target-climb-rate-fpm>
+     <target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
+     <elevator-adj-factor type="float">6000.0</elevator-adj-factor>
+     <integral-contribution type="float">0.008</integral-contribution> 
+     <zero-pitch-throttle type="float">0.35</zero-pitch-throttle>
+     <zero-pitch-trim-full-throttle 
type="float">0.001</zero-pitch-trim-full-throttle>
+   </config>
+ </autopilot>
+
+</PropertyList>

Modified: 
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Malolo1.xml
===================================================================
--- paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Malolo1.xml 
2010-11-10 14:25:16 UTC (rev 6387)
+++ paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Malolo1.xml 
2010-11-10 14:30:51 UTC (rev 6388)
@@ -1,546 +1,546 @@
-<?xml version="1.0"?>
-<?xml-stylesheet href="http://jsbsim.sourceforge.net/JSBSim.xsl"; 
type="text/xsl"?>
-<fdm_config name="rascal" version="2.0" release="BETA"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd";>
-
-    <fileheader>
-        <author> Author Name </author>
-        <filecreationdate> Creation Date </filecreationdate>
-        <version> Version </version>
-        <description> Models a Malolo </description>
-    </fileheader>
-
-    <metrics>
-        <wingarea unit="FT2"> 10.57 </wingarea>
-        <wingspan unit="FT"> 9.17 </wingspan>
-        <chord unit="FT"> 1.15 </chord>
-        <htailarea unit="FT2"> 1.69 </htailarea>
-        <htailarm unit="FT"> 3.28 </htailarm>
-        <vtailarea unit="FT2"> 1.06 </vtailarea>
-        <vtailarm unit="FT"> 0 </vtailarm>
-        <location name="AERORP" unit="IN">
-            <x> 37.4 </x>
-            <y> 0 </y>
-            <z> 0 </z>
-        </location>
-        <location name="EYEPOINT" unit="IN">
-            <x> 20 </x>
-            <y> 0 </y>
-            <z> 5 </z>
-        </location>
-        <location name="VRP" unit="IN">
-            <x> 0 </x>
-            <y> 0 </y>
-            <z> 0 </z>
-        </location>
-    </metrics>
-
-    <mass_balance>
-        <ixx unit="SLUG*FT2"> 1 </ixx>
-        <iyy unit="SLUG*FT2"> 1 </iyy>
-        <izz unit="SLUG*FT2"> 2 </izz>
-        <ixy unit="SLUG*FT2"> 0 </ixy>
-        <ixz unit="SLUG*FT2"> 0 </ixz>
-        <iyz unit="SLUG*FT2"> 0 </iyz>
-        <emptywt unit="LBS"> 12 </emptywt>
-        <location name="CG" unit="IN">
-            <x> 36.4 </x>
-            <y> 0 </y>
-            <z> 4 </z>
-        </location>
-        <pointmass name="payload">
-            <weight unit="LBS"> 1 </weight>
-            <location name="payload" unit="IN">
-                <x> 0 </x>
-                <y> 0 </y>
-                <z> 0 </z>
-            </location>
-        </pointmass>
-    </mass_balance>
-
-    <ground_reactions>
-        <contact type="BOGEY" name="LEFT_MLG">
-            <location unit="IN">
-                <x> 40.1 </x>
-                <y> -9.9 </y>
-                <z> -10.1 </z>
-            </location>
-            <static_friction> 0.8 </static_friction>
-            <dynamic_friction> 0.5 </dynamic_friction>
-            <rolling_friction> 0.02 </rolling_friction>
-            <spring_coeff unit="LBS/FT"> 120 </spring_coeff>
-            <damping_coeff unit="LBS/FT/SEC"> 20 </damping_coeff>
-            <max_steer unit="DEG"> 0.0 </max_steer>
-            <brake_group> LEFT </brake_group>
-            <retractable>0</retractable>
-        </contact>
-        <contact type="BOGEY" name="RIGHT_MLG">
-            <location unit="IN">
-                <x> 40.1 </x>
-                <y> 9.9 </y>
-                <z> -10.1 </z>
-            </location>
-            <static_friction> 0.8 </static_friction>
-            <dynamic_friction> 0.5 </dynamic_friction>
-            <rolling_friction> 0.02 </rolling_friction>
-            <spring_coeff unit="LBS/FT"> 120 </spring_coeff>
-            <damping_coeff unit="LBS/FT/SEC"> 20 </damping_coeff>
-            <max_steer unit="DEG"> 0.0 </max_steer>
-            <brake_group> RIGHT </brake_group>
-            <retractable>0</retractable>
-        </contact>
-        <contact type="BOGEY" name="TAIL_LG">
-            <location unit="IN">
-                <x> 68.9 </x>
-                <y> 0 </y>
-                <z>-4.3 </z>
-            </location>
-            <static_friction> 0.8 </static_friction>
-            <dynamic_friction> 0.5 </dynamic_friction>
-            <rolling_friction> 0.02 </rolling_friction>
-            <spring_coeff unit="LBS/FT"> 24 </spring_coeff>
-            <damping_coeff unit="LBS/FT/SEC"> 20 </damping_coeff>
-            <max_steer unit="DEG"> 360.0 </max_steer>
-            <brake_group> NONE </brake_group>
-            <retractable>0</retractable>
-        </contact>
-        <contact type="BOGEY" name="NOSE_LG">
-            <location unit="IN">
-                <x>10</x>
-                <y>0</y>
-                <z>-8.3</z>
-            </location>
-            <static_friction> 0.8 </static_friction>
-            <dynamic_friction> 0.5 </dynamic_friction>
-            <rolling_friction> 0.02 </rolling_friction>
-            <spring_coeff unit="LBS/FT"> 24 </spring_coeff>
-            <damping_coeff unit="LBS/FT/SEC"> 20 </damping_coeff>
-            <max_steer unit="DEG"> 360.0 </max_steer>
-            <brake_group> NONE </brake_group>
-            <retractable>0</retractable>
-        </contact>
-
-    </ground_reactions>
-
-    <propulsion>
-        <engine file="Zenoah_G-26A">
-            <location unit="IN">
-                <x> 36 </x>
-                <y> 0 </y>
-                <z> 0 </z>
-            </location>
-            <orient unit="DEG">
-                <roll> 0.0 </roll>
-                <pitch> 0 </pitch>
-                <yaw> 0 </yaw>
-            </orient>
-            <feed>0</feed>
-            <thruster file="18x8">
-                <location unit="IN">
-                    <x> 1 </x>
-                    <y> 0 </y>
-                    <z> 0 </z>
-                </location>
-                <orient unit="DEG">
-                    <roll> 0.0 </roll>
-                    <pitch> 0.0 </pitch>
-                    <yaw> 0.0 </yaw>
-                </orient>
-                <p_factor>1.0</p_factor>
-            </thruster>
-        </engine>
-        <tank type="FUEL">    <!-- Tank number 0 --> 
-            <location unit="IN">
-                <x> 36.36 </x>
-                <y> 0 </y>
-                <z> -1.89375 </z>
-            </location>
-            <capacity unit="LBS"> 1.5 </capacity>
-            <contents unit="LBS"> 1.5 </contents>
-        </tank>
-    </propulsion>
-
-    <flight_control name="FCS: rascal">
-     <channel name="All">
-
-        <summer name="Pitch Trim Sum">
-            <input>fcs/elevator-cmd-norm</input>
-            <input>fcs/pitch-trim-cmd-norm</input>
-            <clipto>
-                <min>-1</min>
-                <max>1</max>
-            </clipto>
-        </summer>
-
-        <aerosurface_scale name="Elevator Control">
-            <input>fcs/pitch-trim-sum</input>
-            <range>
-                <min>-0.35</min>
-                <max>0.3</max>
-            </range>
-            <output>fcs/elevator-pos-rad</output>
-        </aerosurface_scale>
-
-        <aerosurface_scale name="Elevator Normalized">
-            <input>fcs/elevator-pos-rad</input>
-            <domain>
-                <min>-0.3</min>
-                <max> 0.3</max>
-            </domain>
-            <range>
-                <min>-1</min>
-                <max> 1</max>
-            </range>
-            <output>fcs/elevator-pos-norm</output>
-        </aerosurface_scale>
-
-        <summer name="Roll Trim Sum">
-            <input>fcs/aileron-cmd-norm</input>
-            <input>fcs/roll-trim-cmd-norm</input>
-            <clipto>
-                <min>-1</min>
-                <max>1</max>
-            </clipto>
-        </summer>
-
-        <aerosurface_scale name="Left Aileron Control">
-            <input>fcs/roll-trim-sum</input>
-            <range>
-                <min>-0.35</min>
-                <max>0.35</max>
-            </range>
-            <output>fcs/left-aileron-pos-rad</output>
-        </aerosurface_scale>
-
-        <aerosurface_scale name="Right Aileron Control">
-            <input>-fcs/roll-trim-sum</input>
-            <range>
-                <min>-0.35</min>
-                <max>0.35</max>
-            </range>
-            <output>fcs/right-aileron-pos-rad</output>
-        </aerosurface_scale>
-
-        <aerosurface_scale name="Left aileron Normalized">
-            <input>fcs/left-aileron-pos-rad</input>
-            <domain>
-                <min>-0.35</min>
-                <max> 0.35</max>
-            </domain>
-            <range>
-                <min>-1</min>
-                <max> 1</max>
-            </range>
-            <output>fcs/left-aileron-pos-norm</output>
-        </aerosurface_scale>
-
-        <aerosurface_scale name="Right aileron Normalized">
-            <input>fcs/right-aileron-pos-rad</input>
-            <domain>
-                <min>-0.35</min>
-                <max> 0.35</max>
-            </domain>
-            <range>
-                <min>-1</min>
-                <max> 1</max>
-            </range>
-            <output>fcs/right-aileron-pos-norm</output>
-        </aerosurface_scale>
-
-        <summer name="Rudder Command Sum">
-            <input>fcs/rudder-cmd-norm</input>
-            <input>fcs/yaw-trim-cmd-norm</input>
-            <clipto>
-                <min>-1</min>
-                <max>1</max>
-            </clipto>
-        </summer>
-
-        <aerosurface_scale name="Rudder Control">
-            <input>fcs/rudder-command-sum</input>
-            <range>
-                <min>-0.35</min>
-                <max>0.35</max>
-            </range>
-            <output>fcs/rudder-pos-rad</output>
-        </aerosurface_scale>
-
-        <aerosurface_scale name="Rudder Normalized">
-            <input>fcs/rudder-pos-rad</input>
-            <domain>
-                <min>-0.35</min>
-                <max> 0.35</max>
-            </domain>
-            <range>
-                <min>-1</min>
-                <max> 1</max>
-            </range>
-            <output>fcs/rudder-pos-norm</output>
-        </aerosurface_scale>
-     </channel>
-    </flight_control>
-    <aerodynamics>
-
-        <axis name="DRAG">
-            <function name="aero/coefficient/CD0">
-                <description>Drag_at_zero_lift</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                      <table>
-                          <independentVar>aero/alpha-rad</independentVar>
-                          <tableData>
-                              -1.5700  1.5000  
-                              -0.2600  0.0560  
-                              0.0000   0.0280  
-                              0.2600   0.0560  
-                              1.5700   1.5000  
-                          </tableData>
-                      </table>
-                </product>
-            </function>
-            <function name="aero/coefficient/CDi">
-                <description>Induced_drag</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>aero/cl-squared</property>
-                    <value>0.0400</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/CDbeta">
-                <description>Drag_due_to_sideslip</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                      <table>
-                          <independentVar>aero/beta-rad</independentVar>
-                          <tableData>
-                              -1.5700  1.2300  
-                              -0.2600  0.0500  
-                              0.0000   0.0000  
-                              0.2600   0.0500  
-                              1.5700   1.2300  
-                          </tableData>
-                      </table>
-                </product>
-            </function>
-            <function name="aero/coefficient/CDde">
-                <description>Drag_due_to_Elevator_Deflection</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>fcs/elevator-pos-norm</property>
-                    <value>0.0300</value>
-                </product>
-            </function>
-        </axis>
-
-        <axis name="SIDE">
-            <function name="aero/coefficient/CYb">
-                <description>Side_force_due_to_beta</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>aero/beta-rad</property>
-                    <value>-1.0000</value>
-                </product>
-            </function>
-        </axis>
-
-        <axis name="LIFT">
-            <function name="aero/coefficient/CLalpha">
-                <description>Lift_due_to_alpha</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                      <table>
-                          <independentVar>aero/alpha-rad</independentVar>
-                          <tableData>
-                              -0.2000  -0.7500 
-                              0.0000   0.2500  
-                              0.2300   1.4000  
-                              0.6000   0.7100  
-                          </tableData>
-                      </table>
-                </product>
-            </function>
-            <function name="aero/coefficient/CLde">
-                <description>Lift_due_to_Elevator_Deflection</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>fcs/elevator-pos-rad</property>
-                    <value>0.2000</value>
-                </product>
-            </function>
-        </axis>
-
-        <axis name="ROLL">
-            <function name="aero/coefficient/Clb">
-                <description>Roll_moment_due_to_beta</description>
-                <!-- aka dihedral effect -->
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>aero/beta-rad</property>
-                    <value>-0.1000</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Clp">
-                <description>Roll_moment_due_to_roll_rate</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>aero/bi2vel</property>
-                    <property>velocities/p-aero-rad_sec</property>
-                    <value>-0.4000</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Clr">
-                <description>Roll_moment_due_to_yaw_rate</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>aero/bi2vel</property>
-                    <property>velocities/r-aero-rad_sec</property>
-                    <value>0.1500</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Clda">
-                <description>Roll_moment_due_to_aileron</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>fcs/left-aileron-pos-rad</property>
-                      <table>
-                          <independentVar>velocities/mach</independentVar>
-                          <tableData>
-                              0.0000   0.1300  
-                              2.0000   0.0570  
-                          </tableData>
-                      </table>
-                </product>
-            </function>
-            <function name="aero/coefficient/Cldr">
-                <description>Roll_moment_due_to_rudder</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>fcs/rudder-pos-rad</property>
-                    <value>0.0100</value>
-                </product>
-            </function>
-        </axis>
-
-        <axis name="PITCH">
-            <function name="aero/coefficient/Cmalpha">
-                <description>Pitch_moment_due_to_alpha</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/cbarw-ft</property>
-                    <property>aero/alpha-rad</property>
-                    <value>-0.5000</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Cmde">
-                <description>Pitch_moment_due_to_elevator</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/cbarw-ft</property>
-                    <property>fcs/elevator-pos-rad</property>
-                      <table>
-                          <independentVar>velocities/mach</independentVar>
-                          <tableData>
-                              0.0000   -0.5000 <!-- was -1.1 -->
-                              2.0000   -0.2750 
-                          </tableData>
-                      </table>
-                </product>
-            </function>
-            <function name="aero/coefficient/Cmq">
-                <description>Pitch_moment_due_to_pitch_rate</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/cbarw-ft</property>
-                    <property>aero/ci2vel</property>
-                    <property>velocities/q-aero-rad_sec</property>
-                    <value>-12.0000</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Cmadot">
-                <description>Pitch_moment_due_to_alpha_rate</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/cbarw-ft</property>
-                    <property>aero/ci2vel</property>
-                    <property>aero/alphadot-rad_sec</property>
-                    <value>-7.0000</value>
-                </product>
-            </function>
-        </axis>
-
-        <axis name="YAW">
-            <function name="aero/coefficient/Cnb">
-                <description>Yaw_moment_due_to_beta</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>aero/beta-rad</property>
-                    <value>0.1200</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Cnr">
-                <description>Yaw_moment_due_to_yaw_rate</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>aero/bi2vel</property>
-                    <property>velocities/r-aero-rad_sec</property>
-                    <value>-0.1500</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Cndr">
-                <description>Yaw_moment_due_to_rudder</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>fcs/rudder-pos-rad</property>
-                    <value>-0.0500</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Cnda">
-                <description>Adverse_yaw</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <property>fcs/left-aileron-pos-rad</property>
-                    <value>-0.0300</value>
-                </product>
-            </function>
-            <function name="aero/coefficient/Cndi">
-                <description>Yaw_moment_due_to_tail_incidence</description>
-                <product>
-                    <property>aero/qbar-psf</property>
-                    <property>metrics/Sw-sqft</property>
-                    <property>metrics/bw-ft</property>
-                    <value>0.0007</value>
-                </product>
-            </function>
-        </axis>
-    </aerodynamics>
-</fdm_config>
+<?xml version="1.0"?>
+<?xml-stylesheet href="http://jsbsim.sourceforge.net/JSBSim.xsl"; 
type="text/xsl"?>
+<fdm_config name="rascal" version="2.0" release="BETA"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:noNamespaceSchemaLocation="http://jsbsim.sourceforge.net/JSBSim.xsd";>
+
+    <fileheader>
+        <author> Author Name </author>
+        <filecreationdate> Creation Date </filecreationdate>
+        <version> Version </version>
+        <description> Models a Malolo </description>
+    </fileheader>
+
+    <metrics>
+        <wingarea unit="FT2"> 10.57 </wingarea>
+        <wingspan unit="FT"> 9.17 </wingspan>
+        <chord unit="FT"> 1.15 </chord>
+        <htailarea unit="FT2"> 1.69 </htailarea>
+        <htailarm unit="FT"> 3.28 </htailarm>
+        <vtailarea unit="FT2"> 1.06 </vtailarea>
+        <vtailarm unit="FT"> 0 </vtailarm>
+        <location name="AERORP" unit="IN">
+            <x> 37.4 </x>
+            <y> 0 </y>
+            <z> 0 </z>
+        </location>
+        <location name="EYEPOINT" unit="IN">
+            <x> 20 </x>
+            <y> 0 </y>
+            <z> 5 </z>
+        </location>
+        <location name="VRP" unit="IN">
+            <x> 0 </x>
+            <y> 0 </y>
+            <z> 0 </z>
+        </location>
+    </metrics>
+
+    <mass_balance>
+        <ixx unit="SLUG*FT2"> 1 </ixx>
+        <iyy unit="SLUG*FT2"> 1 </iyy>
+        <izz unit="SLUG*FT2"> 2 </izz>
+        <ixy unit="SLUG*FT2"> 0 </ixy>
+        <ixz unit="SLUG*FT2"> 0 </ixz>
+        <iyz unit="SLUG*FT2"> 0 </iyz>
+        <emptywt unit="LBS"> 12 </emptywt>
+        <location name="CG" unit="IN">
+            <x> 36.4 </x>
+            <y> 0 </y>
+            <z> 4 </z>
+        </location>
+        <pointmass name="payload">
+            <weight unit="LBS"> 1 </weight>
+            <location name="payload" unit="IN">
+                <x> 0 </x>
+                <y> 0 </y>
+                <z> 0 </z>
+            </location>
+        </pointmass>
+    </mass_balance>
+
+    <ground_reactions>
+        <contact type="BOGEY" name="LEFT_MLG">
+            <location unit="IN">
+                <x> 40.1 </x>
+                <y> -9.9 </y>
+                <z> -10.1 </z>
+            </location>
+            <static_friction> 0.8 </static_friction>
+            <dynamic_friction> 0.5 </dynamic_friction>
+            <rolling_friction> 0.02 </rolling_friction>
+            <spring_coeff unit="LBS/FT"> 120 </spring_coeff>
+            <damping_coeff unit="LBS/FT/SEC"> 20 </damping_coeff>
+            <max_steer unit="DEG"> 0.0 </max_steer>
+            <brake_group> LEFT </brake_group>
+            <retractable>0</retractable>
+        </contact>
+        <contact type="BOGEY" name="RIGHT_MLG">
+            <location unit="IN">
+                <x> 40.1 </x>
+                <y> 9.9 </y>
+                <z> -10.1 </z>
+            </location>
+            <static_friction> 0.8 </static_friction>
+            <dynamic_friction> 0.5 </dynamic_friction>
+            <rolling_friction> 0.02 </rolling_friction>
+            <spring_coeff unit="LBS/FT"> 120 </spring_coeff>
+            <damping_coeff unit="LBS/FT/SEC"> 20 </damping_coeff>
+            <max_steer unit="DEG"> 0.0 </max_steer>
+            <brake_group> RIGHT </brake_group>
+            <retractable>0</retractable>
+        </contact>
+        <contact type="BOGEY" name="TAIL_LG">
+            <location unit="IN">
+                <x> 68.9 </x>
+                <y> 0 </y>
+                <z>-4.3 </z>
+            </location>
+            <static_friction> 0.8 </static_friction>
+            <dynamic_friction> 0.5 </dynamic_friction>
+            <rolling_friction> 0.02 </rolling_friction>
+            <spring_coeff unit="LBS/FT"> 24 </spring_coeff>
+            <damping_coeff unit="LBS/FT/SEC"> 20 </damping_coeff>
+            <max_steer unit="DEG"> 360.0 </max_steer>
+            <brake_group> NONE </brake_group>
+            <retractable>0</retractable>
+        </contact>
+        <contact type="BOGEY" name="NOSE_LG">
+            <location unit="IN">
+                <x>10</x>
+                <y>0</y>
+                <z>-8.3</z>
+            </location>
+            <static_friction> 0.8 </static_friction>
+            <dynamic_friction> 0.5 </dynamic_friction>
+            <rolling_friction> 0.02 </rolling_friction>
+            <spring_coeff unit="LBS/FT"> 24 </spring_coeff>
+            <damping_coeff unit="LBS/FT/SEC"> 20 </damping_coeff>
+            <max_steer unit="DEG"> 360.0 </max_steer>
+            <brake_group> NONE </brake_group>
+            <retractable>0</retractable>
+        </contact>
+
+    </ground_reactions>
+
+    <propulsion>
+        <engine file="Zenoah_G-26A">
+            <location unit="IN">
+                <x> 36 </x>
+                <y> 0 </y>
+                <z> 0 </z>
+            </location>
+            <orient unit="DEG">
+                <roll> 0.0 </roll>
+                <pitch> 0 </pitch>
+                <yaw> 0 </yaw>
+            </orient>
+            <feed>0</feed>
+            <thruster file="18x8">
+                <location unit="IN">
+                    <x> 1 </x>
+                    <y> 0 </y>
+                    <z> 0 </z>
+                </location>
+                <orient unit="DEG">
+                    <roll> 0.0 </roll>
+                    <pitch> 0.0 </pitch>
+                    <yaw> 0.0 </yaw>
+                </orient>
+                <p_factor>1.0</p_factor>
+            </thruster>
+        </engine>
+        <tank type="FUEL">    <!-- Tank number 0 --> 
+            <location unit="IN">
+                <x> 36.36 </x>
+                <y> 0 </y>
+                <z> -1.89375 </z>
+            </location>
+            <capacity unit="LBS"> 1.5 </capacity>
+            <contents unit="LBS"> 1.5 </contents>
+        </tank>
+    </propulsion>
+
+    <flight_control name="FCS: rascal">
+     <channel name="All">
+
+        <summer name="Pitch Trim Sum">
+            <input>fcs/elevator-cmd-norm</input>
+            <input>fcs/pitch-trim-cmd-norm</input>
+            <clipto>
+                <min>-1</min>
+                <max>1</max>
+            </clipto>
+        </summer>
+
+        <aerosurface_scale name="Elevator Control">
+            <input>fcs/pitch-trim-sum</input>
+            <range>
+                <min>-0.35</min>
+                <max>0.3</max>
+            </range>
+            <output>fcs/elevator-pos-rad</output>
+        </aerosurface_scale>
+
+        <aerosurface_scale name="Elevator Normalized">
+            <input>fcs/elevator-pos-rad</input>
+            <domain>
+                <min>-0.3</min>
+                <max> 0.3</max>
+            </domain>
+            <range>
+                <min>-1</min>
+                <max> 1</max>
+            </range>
+            <output>fcs/elevator-pos-norm</output>
+        </aerosurface_scale>
+
+        <summer name="Roll Trim Sum">
+            <input>fcs/aileron-cmd-norm</input>
+            <input>fcs/roll-trim-cmd-norm</input>
+            <clipto>
+                <min>-1</min>
+                <max>1</max>
+            </clipto>
+        </summer>
+
+        <aerosurface_scale name="Left Aileron Control">
+            <input>fcs/roll-trim-sum</input>
+            <range>
+                <min>-0.35</min>
+                <max>0.35</max>
+            </range>
+            <output>fcs/left-aileron-pos-rad</output>
+        </aerosurface_scale>
+
+        <aerosurface_scale name="Right Aileron Control">
+            <input>-fcs/roll-trim-sum</input>
+            <range>
+                <min>-0.35</min>
+                <max>0.35</max>
+            </range>
+            <output>fcs/right-aileron-pos-rad</output>
+        </aerosurface_scale>
+
+        <aerosurface_scale name="Left aileron Normalized">
+            <input>fcs/left-aileron-pos-rad</input>
+            <domain>
+                <min>-0.35</min>
+                <max> 0.35</max>
+            </domain>
+            <range>
+                <min>-1</min>
+                <max> 1</max>
+            </range>
+            <output>fcs/left-aileron-pos-norm</output>
+        </aerosurface_scale>
+
+        <aerosurface_scale name="Right aileron Normalized">
+            <input>fcs/right-aileron-pos-rad</input>
+            <domain>
+                <min>-0.35</min>
+                <max> 0.35</max>
+            </domain>
+            <range>
+                <min>-1</min>
+                <max> 1</max>
+            </range>
+            <output>fcs/right-aileron-pos-norm</output>
+        </aerosurface_scale>
+
+        <summer name="Rudder Command Sum">
+            <input>fcs/rudder-cmd-norm</input>
+            <input>fcs/yaw-trim-cmd-norm</input>
+            <clipto>
+                <min>-1</min>
+                <max>1</max>
+            </clipto>
+        </summer>
+
+        <aerosurface_scale name="Rudder Control">
+            <input>fcs/rudder-command-sum</input>
+            <range>
+                <min>-0.35</min>
+                <max>0.35</max>
+            </range>
+            <output>fcs/rudder-pos-rad</output>
+        </aerosurface_scale>
+
+        <aerosurface_scale name="Rudder Normalized">
+            <input>fcs/rudder-pos-rad</input>
+            <domain>
+                <min>-0.35</min>
+                <max> 0.35</max>
+            </domain>
+            <range>
+                <min>-1</min>
+                <max> 1</max>
+            </range>
+            <output>fcs/rudder-pos-norm</output>
+        </aerosurface_scale>
+     </channel>
+    </flight_control>
+    <aerodynamics>
+
+        <axis name="DRAG">
+            <function name="aero/coefficient/CD0">
+                <description>Drag_at_zero_lift</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                      <table>
+                          <independentVar>aero/alpha-rad</independentVar>
+                          <tableData>
+                              -1.5700  1.5000  
+                              -0.2600  0.0560  
+                              0.0000   0.0280  
+                              0.2600   0.0560  
+                              1.5700   1.5000  
+                          </tableData>
+                      </table>
+                </product>
+            </function>
+            <function name="aero/coefficient/CDi">
+                <description>Induced_drag</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>aero/cl-squared</property>
+                    <value>0.0400</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/CDbeta">
+                <description>Drag_due_to_sideslip</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                      <table>
+                          <independentVar>aero/beta-rad</independentVar>
+                          <tableData>
+                              -1.5700  1.2300  
+                              -0.2600  0.0500  
+                              0.0000   0.0000  
+                              0.2600   0.0500  
+                              1.5700   1.2300  
+                          </tableData>
+                      </table>
+                </product>
+            </function>
+            <function name="aero/coefficient/CDde">
+                <description>Drag_due_to_Elevator_Deflection</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>fcs/elevator-pos-norm</property>
+                    <value>0.0300</value>
+                </product>
+            </function>
+        </axis>
+
+        <axis name="SIDE">
+            <function name="aero/coefficient/CYb">
+                <description>Side_force_due_to_beta</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>aero/beta-rad</property>
+                    <value>-1.0000</value>
+                </product>
+            </function>
+        </axis>
+
+        <axis name="LIFT">
+            <function name="aero/coefficient/CLalpha">
+                <description>Lift_due_to_alpha</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                      <table>
+                          <independentVar>aero/alpha-rad</independentVar>
+                          <tableData>
+                              -0.2000  -0.7500 
+                              0.0000   0.2500  
+                              0.2300   1.4000  
+                              0.6000   0.7100  
+                          </tableData>
+                      </table>
+                </product>
+            </function>
+            <function name="aero/coefficient/CLde">
+                <description>Lift_due_to_Elevator_Deflection</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>fcs/elevator-pos-rad</property>
+                    <value>0.2000</value>
+                </product>
+            </function>
+        </axis>
+
+        <axis name="ROLL">
+            <function name="aero/coefficient/Clb">
+                <description>Roll_moment_due_to_beta</description>
+                <!-- aka dihedral effect -->
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>aero/beta-rad</property>
+                    <value>-0.1000</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Clp">
+                <description>Roll_moment_due_to_roll_rate</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>aero/bi2vel</property>
+                    <property>velocities/p-aero-rad_sec</property>
+                    <value>-0.4000</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Clr">
+                <description>Roll_moment_due_to_yaw_rate</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>aero/bi2vel</property>
+                    <property>velocities/r-aero-rad_sec</property>
+                    <value>0.1500</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Clda">
+                <description>Roll_moment_due_to_aileron</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>fcs/left-aileron-pos-rad</property>
+                      <table>
+                          <independentVar>velocities/mach</independentVar>
+                          <tableData>
+                              0.0000   0.1300  
+                              2.0000   0.0570  
+                          </tableData>
+                      </table>
+                </product>
+            </function>
+            <function name="aero/coefficient/Cldr">
+                <description>Roll_moment_due_to_rudder</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>fcs/rudder-pos-rad</property>
+                    <value>0.0100</value>
+                </product>
+            </function>
+        </axis>
+
+        <axis name="PITCH">
+            <function name="aero/coefficient/Cmalpha">
+                <description>Pitch_moment_due_to_alpha</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/cbarw-ft</property>
+                    <property>aero/alpha-rad</property>
+                    <value>-0.5000</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Cmde">
+                <description>Pitch_moment_due_to_elevator</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/cbarw-ft</property>
+                    <property>fcs/elevator-pos-rad</property>
+                      <table>
+                          <independentVar>velocities/mach</independentVar>
+                          <tableData>
+                              0.0000   -0.5000 <!-- was -1.1 -->
+                              2.0000   -0.2750 
+                          </tableData>
+                      </table>
+                </product>
+            </function>
+            <function name="aero/coefficient/Cmq">
+                <description>Pitch_moment_due_to_pitch_rate</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/cbarw-ft</property>
+                    <property>aero/ci2vel</property>
+                    <property>velocities/q-aero-rad_sec</property>
+                    <value>-12.0000</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Cmadot">
+                <description>Pitch_moment_due_to_alpha_rate</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/cbarw-ft</property>
+                    <property>aero/ci2vel</property>
+                    <property>aero/alphadot-rad_sec</property>
+                    <value>-7.0000</value>
+                </product>
+            </function>
+        </axis>
+
+        <axis name="YAW">
+            <function name="aero/coefficient/Cnb">
+                <description>Yaw_moment_due_to_beta</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>aero/beta-rad</property>
+                    <value>0.1200</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Cnr">
+                <description>Yaw_moment_due_to_yaw_rate</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>aero/bi2vel</property>
+                    <property>velocities/r-aero-rad_sec</property>
+                    <value>-0.1500</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Cndr">
+                <description>Yaw_moment_due_to_rudder</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>fcs/rudder-pos-rad</property>
+                    <value>-0.0500</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Cnda">
+                <description>Adverse_yaw</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <property>fcs/left-aileron-pos-rad</property>
+                    <value>-0.0300</value>
+                </product>
+            </function>
+            <function name="aero/coefficient/Cndi">
+                <description>Yaw_moment_due_to_tail_incidence</description>
+                <product>
+                    <property>aero/qbar-psf</property>
+                    <property>metrics/Sw-sqft</property>
+                    <property>metrics/bw-ft</property>
+                    <value>0.0007</value>
+                </product>
+            </function>
+        </axis>
+    </aerodynamics>
+</fdm_config>

Modified: 
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Models/Malolo1.ac
===================================================================
--- 
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Models/Malolo1.ac
   2010-11-10 14:25:16 UTC (rev 6387)
+++ 
paparazzi-software/branches/campaign2010/conf/simulator/Malolo1/Models/Malolo1.ac
   2010-11-10 14:30:51 UTC (rev 6388)
@@ -1,4197 +1,4197 @@
-AC3Db
-MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  
shi 64  trans 0
-MATERIAL "ac3dmat0" rgb 0 0 0 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 
16 trans 0
-MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 
16 trans 0
-OBJECT world
-kids 10
-OBJECT poly
-name "elevator.002"
-data 8
-Mesh.007
-crease 45.000000
-numvert 16
-0.347071 0.070181 -0.798229
-0.358572 0.068152 -0.798229
-0.35857 0.074784 -0.874594
-0.347071 0.076781 -0.874594
-0.327247 0.077067 -0.874727
-0.378451 0.075071 -0.874602
-0.37852 0.068468 -0.798331
-0.327249 0.07047 -0.798206
-0.36769 0.077071 0.922783
-0.41896 0.075069 0.922658
-0.418891 0.06847 0.846387
-0.367688 0.070467 0.846262
-0.387511 0.070181 0.846395
-0.399011 0.068183 0.846395
-0.399013 0.074752 0.92276
-0.387511 0.076781 0.92276
-numsurf 10
-SURF 0x30
-mat 1
-refs 4
-3 0.0 1.0
-0 0.0 0.0434782989323
-1 1.0 0.0
-2 0.980769991875 1.0
-SURF 0x30
-mat 1
-refs 4
-7 0.0 0.0
-0 0.0 0.0
-3 0.0 0.0
-4 0.0 0.0
-SURF 0x30
-mat 1
-refs 4
-0 0.0 0.0
-7 0.0 0.0
-6 0.0 0.0
-1 0.0 0.0
-SURF 0x30
-mat 1
-refs 4
-5 0.0 0.0
-2 0.0 0.0
-1 0.0 0.0
-6 0.0 0.0
-SURF 0x30
-mat 1
-refs 4
-4 0.0 0.0
-3 0.0 0.0
-2 0.0 0.0
-5 0.0 0.0
-SURF 0x30
-mat 1
-refs 4
-11 0.0 0.0
-12 0.0 0.0
-13 0.0 0.0
-10 0.0 0.0
-SURF 0x30
-mat 1
-refs 4
-10 0.0 0.0
-13 0.0 0.0
-14 0.0 0.0
-9 0.0 0.0
-SURF 0x30
-mat 1
-refs 4
-15 0.0 0.0
-8 0.0 0.0
-9 0.0 0.0
-14 0.0 0.0
-SURF 0x30
-mat 1
-refs 4
-8 0.0 0.0
-15 0.0 0.0
-12 0.0 0.0
-11 0.0 0.0
-SURF 0x30
-mat 1
-refs 4
-12 0.0 1.0
-15 0.0 0.0434782989323
-14 1.0 0.0
-13 0.980769991875 1.0
-kids 0
-OBJECT poly
-name "strut"
-data 8
-Mesh.012
-crease 45.000000
-numvert 76
-0.560943 0.047946 0.86931
-0.560133 0.048086 0.869093
-0.55999 0.048179 0.86835
-0.560659 0.048131 0.867826
-0.561611 0.047897 0.868785
-0.561469 0.047989 0.868042
-0.561581 0.053113 0.869846
-0.560784 0.052492 0.869392
-0.56061 0.052599 0.868659
-0.561237 0.053327 0.86838
-0.562226 0.05384 0.869567
-0.562055 0.053946 0.868833
-0.394243 0.073744 0.912046
-0.394042 0.07305 0.911597
-0.393871 0.073156 0.910864
-0.393898 0.073958 0.910579
-0.394098 0.074652 0.911028
-0.39427 0.074546 0.911762
-0.39997 0.073025 0.910591
-0.399768 0.07233 0.910142
-0.399596 0.072437 0.909408
-0.399623 0.073239 0.909123
-0.399824 0.073933 0.909572
-0.399996 0.073826 0.910306
-0.483779 0.06236 0.89022
-0.48358 0.061666 0.889771
-0.483406 0.061773 0.889037
-0.483435 0.062574 0.888753
-0.483634 0.063269 0.889203
-0.483808 0.063162 0.889935
-0.486658 0.062139 0.889516
-0.486458 0.061444 0.889067
-0.486285 0.061551 0.888334
-0.486313 0.062352 0.88805
-0.486513 0.063047 0.888499
-0.486687 0.06294 0.889231
-0.394071 0.073851 0.911313
-0.560801 0.048038 0.868567
-0.526582 0.048038 -0.806734
-0.36246 0.073851 -0.858598
-0.452748 0.06294 -0.828377
-0.452988 0.063047 -0.82909
-0.453056 0.062352 -0.829577
-0.452882 0.061551 -0.82935
-0.452641 0.061444 -0.828637
-0.452573 0.062139 -0.82815
-0.449932 0.063162 -0.829301
-0.450172 0.063269 -0.830015
-0.45024 0.062574 -0.830502
-0.450066 0.061773 -0.830276
-0.449826 0.061666 -0.829561
-0.449758 0.06236 -0.829074
-0.368022 0.073826 -0.85632
-0.368264 0.073933 -0.857034
-0.36833 0.073239 -0.857521
-0.368157 0.072437 -0.857294
-0.367915 0.07233 -0.85658
-0.367848 0.073025 -0.856093
-0.362392 0.074546 -0.858111
-0.362634 0.074652 -0.858825
-0.3627 0.073958 -0.859312
-0.362527 0.073156 -0.859085
-0.362286 0.073049 -0.858372
-0.362219 0.073744 -0.857885
-0.527506 0.053946 -0.805845
-0.527264 0.05384 -0.805132
-0.527052 0.053327 -0.806662
-0.526371 0.052599 -0.806756
-0.526132 0.052492 -0.806042
-0.526568 0.053113 -0.805236
-0.527427 0.047989 -0.806826
-0.527154 0.047897 -0.806121
-0.526854 0.048131 -0.807438
-0.526009 0.048179 -0.807347
-0.525737 0.048086 -0.806641
-0.526311 0.047946 -0.806028
-numsurf 84
-SURF 0x10
-mat 1
-refs 3
-4 0.0 0.0
-0 0.0 0.0
-37 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-37 0.0 0.0
-0 0.0 0.0
-1 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-37 0.0 0.0
-1 0.0 0.0
-2 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-37 0.0 0.0
-2 0.0 0.0
-3 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-37 0.0 0.0
-3 0.0 0.0
-5 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-37 0.0 0.0
-5 0.0 0.0
-4 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-0 0.0 0.0
-4 0.0 0.0
-10 0.0 0.0
-6 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-1 0.0 0.0
-0 0.0 0.0
-6 0.0 0.0
-7 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-7 0.0 0.0
-8 0.0 0.0
-2 0.0 0.0
-1 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-8 0.0 0.0
-9 0.0 0.0
-3 0.0 0.0
-2 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-9 0.0 0.0
-11 0.0 0.0
-5 0.0 0.0
-3 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-11 0.0 0.0
-10 0.0 0.0
-4 0.0 0.0
-5 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-35 0.0 0.0
-30 0.0 0.0
-6 0.0 0.0
-10 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-30 0.0 0.0
-31 0.0 0.0
-7 0.0 0.0
-6 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-31 0.0 0.0
-32 0.0 0.0
-8 0.0 0.0
-7 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-32 0.0 0.0
-33 0.0 0.0
-9 0.0 0.0
-8 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-33 0.0 0.0
-34 0.0 0.0
-11 0.0 0.0
-9 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-34 0.0 0.0
-35 0.0 0.0
-10 0.0 0.0
-11 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-36 0.0 0.0
-12 0.0 0.0
-17 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-36 0.0 0.0
-13 0.0 0.0
-12 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-36 0.0 0.0
-14 0.0 0.0
-13 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-36 0.0 0.0
-15 0.0 0.0
-14 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-36 0.0 0.0
-16 0.0 0.0
-15 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-36 0.0 0.0
-17 0.0 0.0
-16 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-18 0.0 0.0
-23 0.0 0.0
-17 0.0 0.0
-12 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-19 0.0 0.0
-18 0.0 0.0
-12 0.0 0.0
-13 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-20 0.0 0.0
-19 0.0 0.0
-13 0.0 0.0
-14 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-21 0.0 0.0
-20 0.0 0.0
-14 0.0 0.0
-15 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-22 0.0 0.0
-21 0.0 0.0
-15 0.0 0.0
-16 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-23 0.0 0.0
-22 0.0 0.0
-16 0.0 0.0
-17 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-24 0.0 0.0
-29 0.0 0.0
-23 0.0 0.0
-18 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-25 0.0 0.0
-24 0.0 0.0
-18 0.0 0.0
-19 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-26 0.0 0.0
-25 0.0 0.0
-19 0.0 0.0
-20 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-27 0.0 0.0
-26 0.0 0.0
-20 0.0 0.0
-21 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-28 0.0 0.0
-27 0.0 0.0
-21 0.0 0.0
-22 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-29 0.0 0.0
-28 0.0 0.0
-22 0.0 0.0
-23 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-35 -2.98022992951e-008 1.0
-29 -2.98022992951e-008 0.0
-24 0.166666999459 0.0
-30 0.166666999459 1.0
-SURF 0x10
-mat 1
-refs 4
-30 0.166666999459 1.0
-24 0.166666999459 0.0
-25 0.33333298564 0.0
-31 0.33333298564 1.0
-SURF 0x10
-mat 1
-refs 4
-31 0.33333298564 1.0
-25 0.33333298564 0.0
-26 0.5 0.0
-32 0.5 1.0
-SURF 0x10
-mat 1
-refs 4
-32 0.5 1.0
-26 0.5 0.0
-27 0.666666984558 0.0
-33 0.666666984558 1.0
-SURF 0x10
-mat 1
-refs 4
-33 0.666666984558 1.0
-27 0.666666984558 0.0
-28 0.833333015442 0.0
-34 0.833333015442 1.0
-SURF 0x10
-mat 1
-refs 4
-34 0.833333015442 1.0
-28 0.833333015442 0.0
-29 1.0 0.0
-35 1.0 1.0
-SURF 0x10
-mat 1
-refs 4
-41 0.833333015442 1.0
-47 0.833333015442 0.0
-46 1.0 0.0
-40 1.0 1.0
-SURF 0x10
-mat 1
-refs 4
-42 0.666666984558 1.0
-48 0.666666984558 0.0
-47 0.833333015442 0.0
-41 0.833333015442 1.0
-SURF 0x10
-mat 1
-refs 4
-43 0.5 1.0
-49 0.5 0.0
-48 0.666666984558 0.0
-42 0.666666984558 1.0
-SURF 0x10
-mat 1
-refs 4
-44 0.33333298564 1.0
-50 0.33333298564 0.0
-49 0.5 0.0
-43 0.5 1.0
-SURF 0x10
-mat 1
-refs 4
-45 0.166666999459 1.0
-51 0.166666999459 0.0
-50 0.33333298564 0.0
-44 0.33333298564 1.0
-SURF 0x10
-mat 1
-refs 4
-40 -2.98022992951e-008 1.0
-46 -2.98022992951e-008 0.0
-51 0.166666999459 0.0
-45 0.166666999459 1.0
-SURF 0x10
-mat 1
-refs 4
-46 0.0 0.0
-47 0.0 0.0
-53 0.0 0.0
-52 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-47 0.0 0.0
-48 0.0 0.0
-54 0.0 0.0
-53 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-48 0.0 0.0
-49 0.0 0.0
-55 0.0 0.0
-54 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-49 0.0 0.0
-50 0.0 0.0
-56 0.0 0.0
-55 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-50 0.0 0.0
-51 0.0 0.0
-57 0.0 0.0
-56 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-51 0.0 0.0
-46 0.0 0.0
-52 0.0 0.0
-57 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-52 0.0 0.0
-53 0.0 0.0
-59 0.0 0.0
-58 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-53 0.0 0.0
-54 0.0 0.0
-60 0.0 0.0
-59 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-54 0.0 0.0
-55 0.0 0.0
-61 0.0 0.0
-60 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-55 0.0 0.0
-56 0.0 0.0
-62 0.0 0.0
-61 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-56 0.0 0.0
-57 0.0 0.0
-63 0.0 0.0
-62 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-57 0.0 0.0
-52 0.0 0.0
-58 0.0 0.0
-63 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-39 0.0 0.0
-58 0.0 0.0
-59 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-39 0.0 0.0
-59 0.0 0.0
-60 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-39 0.0 0.0
-60 0.0 0.0
-61 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-39 0.0 0.0
-61 0.0 0.0
-62 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-39 0.0 0.0
-62 0.0 0.0
-63 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-39 0.0 0.0
-63 0.0 0.0
-58 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-41 0.0 0.0
-40 0.0 0.0
-65 0.0 0.0
-64 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-42 0.0 0.0
-41 0.0 0.0
-64 0.0 0.0
-66 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-43 0.0 0.0
-42 0.0 0.0
-66 0.0 0.0
-67 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-44 0.0 0.0
-43 0.0 0.0
-67 0.0 0.0
-68 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-45 0.0 0.0
-44 0.0 0.0
-68 0.0 0.0
-69 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-40 0.0 0.0
-45 0.0 0.0
-69 0.0 0.0
-65 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-64 0.0 0.0
-65 0.0 0.0
-71 0.0 0.0
-70 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-66 0.0 0.0
-64 0.0 0.0
-70 0.0 0.0
-72 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-67 0.0 0.0
-66 0.0 0.0
-72 0.0 0.0
-73 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-68 0.0 0.0
-67 0.0 0.0
-73 0.0 0.0
-74 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-74 0.0 0.0
-75 0.0 0.0
-69 0.0 0.0
-68 0.0 0.0
-SURF 0x10
-mat 1
-refs 4
-75 0.0 0.0
-71 0.0 0.0
-65 0.0 0.0
-69 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-38 0.0 0.0
-70 0.0 0.0
-71 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-38 0.0 0.0
-72 0.0 0.0
-70 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-38 0.0 0.0
-73 0.0 0.0
-72 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-38 0.0 0.0
-74 0.0 0.0
-73 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-38 0.0 0.0
-75 0.0 0.0
-74 0.0 0.0
-SURF 0x10
-mat 1
-refs 3
-71 0.0 0.0
-75 0.0 0.0
-38 0.0 0.0
-kids 0
-OBJECT poly
-name "lhelevon"
-data 8
-Mesh.034
-texture "//DSC01758.rgb"
-texrep 1 1
-crease 45.000000
-numvert 13
-0.599074 0.014895 -0.531554
-0.888591 0.119852 2.243279
-0.88656 0.113006 2.242792
-0.599074 0.014895 0.530098
-0.59518 0.008608 0.527454
-0.463361 0.035624 0.529998
-0.460279 0.012334 0.527711
-0.59518 0.008608 0.527454
-0.599074 0.014895 0.530098
-0.830417 0.12606 2.243226
-0.828674 0.113886 2.242929
-0.88656 0.113006 2.242792
-0.888591 0.119852 2.243279
-numsurf 3
-SURF 0x30
-mat 2
-refs 4
-3 0.389142990112 0.68247282505
-1 0.389142990112 0.68247282505
-2 0.389142990112 0.68247282505
-4 0.389142990112 0.68247282505
-SURF 0x30
-mat 2
-refs 4
-12 0.632252514362 0.754359185696
-8 0.633194804192 0.815167069435
-5 0.577246665955 0.814726471901
-9 0.581604659557 0.753918588161
-SURF 0x30
-mat 2
-refs 4
-7 0.621307790279 0.314203381538
-11 0.620118558407 0.25295484066
-10 0.567195057869 0.253511667252
-6 0.564221799374 0.314203381538
-kids 0
-OBJECT poly
-name "vertfin.001"
-data 8
-Mesh.030
-texture "//DSC01758.rgb"
-texrep 1 1
-crease 45.000000
-numvert 40
-0.898813 0.127446 2.305112
-0.991374 0.444008 2.310203
-0.898925 0.444261 2.309624
-0.894502 0.444221 2.309629
-0.891408 0.443818 2.309534
-0.887714 0.441718 2.309106
-0.885246 0.439368 2.308627
-0.647729 0.11492 2.308054
-0.647636 0.115487 2.307015
-0.885226 0.439496 2.308345
-0.887694 0.441835 2.308817
-0.891387 0.443935 2.309244
-0.894483 0.444362 2.309331
-0.898906 0.444396 2.309338
-0.991278 0.444693 2.308753
-0.898719 0.128013 2.304073
-0.675529 0.109794 2.307774
-0.88548 0.439591 2.308672
-0.675436 0.110361 2.306736
-0.885461 0.439718 2.308389
-0.885461 0.439718 -2.305973
-0.675436 0.110361 -2.304319
-0.88548 0.439591 -2.306256
-0.675529 0.109794 -2.305357
-0.898719 0.128013 -2.301657
-0.991278 0.444693 -2.306336
-0.898906 0.444396 -2.306921
-0.894483 0.444362 -2.306914
-0.891387 0.443935 -2.306828
-0.887694 0.441835 -2.3064
-0.885226 0.439496 -2.305928
-0.647636 0.115487 -2.304599
-0.647729 0.11492 -2.305637
-0.885246 0.439368 -2.306211
-0.887714 0.441718 -2.306689
-0.891408 0.443818 -2.307117
-0.894502 0.444221 -2.307213
-0.898925 0.444261 -2.307207
-0.991374 0.444008 -2.307786
-0.898813 0.127446 -2.302695
-numsurf 28
-SURF 0x30
-mat 2
-refs 4
-0 0.497161775827 0.756072878838
-1 0.497380167246 0.787407398224
-2 0.485913664103 0.787407398224
-3 0.483402043581 0.78682166338
-SURF 0x30
-mat 2
-refs 4
-0 0.497161775827 0.756072878838
-3 0.483402043581 0.78682166338
-4 0.481654673815 0.786089539528
-5 0.480235010386 0.785211026669
-SURF 0x30
-mat 2
-refs 4
-1 0.464727908373 0.754755079746
-0 0.464727908373 0.754755079746
-15 0.464727908373 0.754755079746
-14 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-2 0.464727908373 0.754755079746
-1 0.464727908373 0.754755079746
-14 0.464727908373 0.754755079746
-13 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-3 0.464727908373 0.754755079746
-2 0.464727908373 0.754755079746
-13 0.464727908373 0.754755079746
-12 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-4 0.464727908373 0.754755079746
-3 0.464727908373 0.754755079746
-12 0.464727908373 0.754755079746
-11 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-5 0.464727908373 0.754755079746
-4 0.464727908373 0.754755079746
-11 0.464727908373 0.754755079746
-10 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-7 0.464727908373 0.754755079746
-6 0.464727908373 0.754755079746
-9 0.464727908373 0.754755079746
-8 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-16 0.480944782495 0.75541394949
-0 0.497161775827 0.756072878838
-5 0.480235010386 0.785211026669
-17 0.479525238276 0.784552156925
-SURF 0x30
-mat 2
-refs 4
-17 0.479525238276 0.784552156925
-6 0.478815346956 0.783893227577
-7 0.464727908373 0.754755079746
-16 0.480944782495 0.75541394949
-SURF 0x30
-mat 2
-refs 4
-0 0.464727908373 0.754755079746
-16 0.464727908373 0.754755079746
-18 0.464727908373 0.754755079746
-15 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-16 0.464727908373 0.754755079746
-7 0.464727908373 0.754755079746
-8 0.464727908373 0.754755079746
-18 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-6 0.464727908373 0.754755079746
-17 0.464727908373 0.754755079746
-19 0.464727908373 0.754755079746
-9 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-17 0.464727908373 0.754755079746
-5 0.464727908373 0.754755079746
-10 0.464727908373 0.754755079746
-19 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-22 0.464727908373 0.754755079746
-20 0.464727908373 0.754755079746
-29 0.464727908373 0.754755079746
-34 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-33 0.464727908373 0.754755079746
-30 0.464727908373 0.754755079746
-20 0.464727908373 0.754755079746
-22 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-23 0.464727908373 0.754755079746
-21 0.464727908373 0.754755079746
-31 0.464727908373 0.754755079746
-32 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-39 0.464727908373 0.754755079746
-24 0.464727908373 0.754755079746
-21 0.464727908373 0.754755079746
-23 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-22 0.479525238276 0.784552156925
-23 0.480944782495 0.75541394949
-32 0.464727908373 0.754755079746
-33 0.478815346956 0.783893227577
-SURF 0x30
-mat 2
-refs 4
-23 0.480944782495 0.75541394949
-22 0.479525238276 0.784552156925
-34 0.480235010386 0.785211026669
-39 0.497161775827 0.756072878838
-SURF 0x30
-mat 2
-refs 4
-32 0.464727908373 0.754755079746
-31 0.464727908373 0.754755079746
-30 0.464727908373 0.754755079746
-33 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-34 0.464727908373 0.754755079746
-29 0.464727908373 0.754755079746
-28 0.464727908373 0.754755079746
-35 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-35 0.464727908373 0.754755079746
-28 0.464727908373 0.754755079746
-27 0.464727908373 0.754755079746
-36 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-36 0.464727908373 0.754755079746
-27 0.464727908373 0.754755079746
-26 0.464727908373 0.754755079746
-37 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-37 0.464727908373 0.754755079746
-26 0.464727908373 0.754755079746
-25 0.464727908373 0.754755079746
-38 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-38 0.464727908373 0.754755079746
-25 0.464727908373 0.754755079746
-24 0.464727908373 0.754755079746
-39 0.464727908373 0.754755079746
-SURF 0x30
-mat 2
-refs 4
-39 0.497161775827 0.756072878838
-34 0.480235010386 0.785211026669
-35 0.481654673815 0.786089539528
-36 0.483402043581 0.78682166338
-SURF 0x30
-mat 2
-refs 4
-39 0.497161775827 0.756072878838
-36 0.483402043581 0.78682166338
-37 0.485913664103 0.787407398224
-38 0.497380167246 0.787407398224
-kids 0
-OBJECT poly
-name "rhelevon"
-data 8
-Mesh.035
-texture "//DSC01758.rgb"
-texrep 1 1
-crease 45.000000
-numvert 12
-0.888591 0.119852 -2.244735
-0.88656 0.113006 -2.244248
-0.828674 0.113886 -2.244385
-0.830417 0.12606 -2.244682
-0.599074 0.014895 -0.531554
-0.59518 0.008608 -0.52891
-0.460279 0.012334 -0.529167
-0.463361 0.035624 -0.531454
-0.59518 0.008608 -0.52891
-0.599074 0.014895 -0.531554
-0.88656 0.113006 -2.244248
-0.888591 0.119852 -2.244735
-numsurf 3
-SURF 0x30
-mat 2
-refs 4
-5 0.621307790279 0.314203381538
-6 0.564221799374 0.314203381538
-2 0.567195057869 0.253511667252
-1 0.620118558407 0.25295484066
-SURF 0x30
-mat 2
-refs 4
-0 0.626432478428 0.748539149761
-3 0.575784623623 0.748098552227
-7 0.57142663002 0.808906435966
-4 0.627374768257 0.809347033501
-SURF 0x30
-mat 2
-refs 4
-9 0.383322954178 0.676652789116
-8 0.383322954178 0.676652789116
-10 0.383322954178 0.676652789116
-11 0.383322954178 0.676652789116
-kids 0
-OBJECT poly
-name "prop2"
-data 4
-Mesh
-crease 45.000000
-numvert 176
-0.447799 0.015737 0.014021
-0.447791 0.026166 0.013519
-0.447803 0.023866 0.012121
-0.447808 0.034227 0.009612
-0.447801 0.029706 0.007026
-0.447784 0.034036 0.012987
-0.447826 0.037484 0.010513
-0.447789 0.040879 0.012291
-0.447813 0.042939 0.011062
-0.447788 0.049869 0.01214
-0.417741 0.015746 -0.013894
-0.417741 0.023797 -0.012044
-0.417759 0.029418 -0.011997
-0.417778 0.029788 -0.006896
-0.417814 0.034121 -0.008562
-0.417826 0.038109 -0.009619
-0.417779 0.037623 -0.011067
-0.417783 0.042948 -0.010342
-0.41785 0.042614 -0.011096
-0.417655 0.049921 -0.011491
-0.425336 0.049942 -0.003771
-0.424017 0.043533 -0.006159
-0.422736 0.038074 -0.007723
-0.420323 0.023848 -0.012073
-0.421212 0.032839 -0.009584
-0.43308 0.04989 0.002823
-0.432446 0.043943 0.000817
-0.431587 0.038313 -0.001342
-0.430094 0.029725 -0.006943
-0.430827 0.03504 -0.003668
-0.440134 0.049923 0.00857
-0.439411 0.043477 0.006413
-0.438831 0.038482 0.004943
-0.43831 0.03193 -0.000214
-0.438492 0.035413 0.002871
-0.436633 0.030372 0.011437
-0.434509 0.023824 0.012175
-0.438416 0.035954 0.010635
-0.439603 0.042038 0.009501
-0.440007 0.04994 0.009108
-0.428927 0.033369 0.006113
-0.426723 0.029736 0.007
-0.430569 0.037726 0.005025
-0.431762 0.043084 0.003688
-0.432435 0.049899 0.003452
-0.422416 0.035259 -0.000989
-0.420715 0.031983 -0.000142
-0.423534 0.038425 -0.001748
-0.424339 0.04294 -0.002563
-0.424656 0.049918 -0.002944
-0.437706 0.17413 0.00581
-0.433209 0.174132 0.002869
-0.428304 0.174135 -0.00055
-0.423286 0.174138 -0.004615
-0.427943 0.174135 -4.1e-005
-0.432878 0.174133 0.003245
-0.437513 0.17413 0.006045
-0.442404 0.174128 0.007403
-0.440149 0.092185 0.009205
-0.433096 0.092189 0.003454
-0.42544 0.092193 -0.003172
-0.417708 0.092197 -0.010907
-0.424742 0.092193 -0.002379
-0.432472 0.092189 0.00403
-0.439782 0.092185 0.009565
-0.447781 0.092181 0.01272
-0.447774 0.049898 0.012115
-0.439767 0.049941 0.009035
-0.417723 0.049925 -0.01154
-0.417672 0.015689 0.014013
-0.440023 -0.018481 -0.00844
-0.432969 -0.018441 -0.002692
-0.425225 -0.018485 0.003901
-0.417612 -0.01846 0.01167
-0.424545 -0.01846 0.003074
-0.432324 -0.018449 -0.003322
-0.439656 -0.018499 -0.008905
-0.447663 -0.018464 -0.011985
-0.447626 -0.060747 -0.012589
-0.439627 -0.060743 -0.009434
-0.432317 -0.060739 -0.003899
-0.424587 -0.060735 0.002509
-0.417552 -0.060732 0.011038
-0.425285 -0.060736 0.003302
-0.432941 -0.06074 -0.003324
-0.439994 -0.060743 -0.009075
-0.442164 -0.142688 -0.007273
-0.437272 -0.142686 -0.005914
-0.432638 -0.142683 -0.003114
-0.427702 -0.142681 0.000172
-0.423045 -0.142678 0.004746
-0.428064 -0.142681 0.000681
-0.432968 -0.142683 -0.002738
-0.437466 -0.142686 -0.00568
-0.417679 -0.011482 0.010472
-0.417544 -0.018455 0.011622
-0.417727 -0.006644 0.009749
-0.417688 0.001677 0.007026
-0.41772 -0.002656 0.008692
-0.424235 -0.011482 0.002693
-0.423436 -0.006966 0.001878
-0.420623 -0.000521 0.000273
-0.422321 -0.003798 0.001119
-0.431658 -0.011634 -0.003557
-0.43047 -0.006275 -0.004895
-0.426633 0.00172 -0.00687
-0.428833 -0.001916 -0.005982
-0.439896 -0.018498 -0.008977
-0.447677 -0.018436 -0.012009
-0.4395 -0.010596 -0.00937
-0.447688 -0.009445 -0.012161
-0.43832 -0.004511 -0.010504
-0.44769 -0.002602 -0.012857
-0.434425 0.007624 -0.012045
-0.436542 0.001074 -0.011307
-0.447705 0.005268 -0.013389
-0.447724 0.015675 -0.0139
-0.447708 0.001688 -0.006901
-0.447714 -0.002793 -0.009482
-0.438396 -0.003969 -0.002741
-0.438218 -0.000486 0.000344
-0.447728 -0.006051 -0.010383
-0.438732 -0.007038 -0.004812
-0.447709 -0.011505 -0.010932
-0.439307 -0.012034 -0.006283
-0.430732 -0.003588 0.003798
-0.430004 0.001727 0.007073
-0.431488 -0.006862 0.001472
-0.432341 -0.012493 -0.000687
-0.421119 -0.001378 0.009714
-0.420239 0.007614 0.012203
-0.422638 -0.006614 0.007853
-0.423913 -0.012074 0.006289
-0.417669 0.002047 0.012127
-0.417681 -0.006158 0.011197
-0.417747 -0.011149 0.011226
-0.417661 0.007642 0.012173
-0.447719 0.007568 -0.011991
-0.478542 0.015674 8.3e-005
-0.386162 0.015687 8.8e-005
-0.479197 0.014909 8.3e-005
-0.479198 0.015012 0.000414
-0.479198 0.015292 0.000657
-0.479197 0.015677 0.000744
-0.479198 0.016059 0.000657
-0.4792 0.016336 0.000414
-0.4792 0.016439 8.3e-005
-0.4792 0.016336 -0.000248
-0.479199 0.016056 -0.00049
-0.479199 0.015674 -0.00058
-0.479198 0.01529 -0.00049
-0.479197 0.015011 -0.000248
-0.386136 -0.000429 8.8e-005
-0.386274 0.001677 0.007026
-0.386189 0.007642 0.012173
-0.386222 0.015689 0.014013
-0.386175 0.023745 0.012173
-0.386183 0.029643 0.007065
-0.386188 0.031802 8.8e-005
-0.386203 0.029722 -0.006899
-0.386175 0.023745 -0.011998
-0.386164 0.015752 -0.013894
-0.386148 0.007628 -0.011998
-0.386139 0.00173 -0.00689
-0.44894 -0.00044 8.8e-005
-0.448988 0.001702 0.007053
-0.448966 0.007622 0.012173
-0.448959 0.015717 0.014018
-0.448962 0.023769 0.012172
-0.448988 0.029633 0.007065
-0.448992 0.031792 8.8e-005
-0.448994 0.029658 -0.006893
-0.44898 0.023734 -0.011998
-0.448967 0.0157 -0.013898
-0.448927 0.001701 -0.006897
-0.448953 0.007587 -0.011993
-numsurf 170
-SURF 0x30
-mat 2
-refs 3
-0 0.00431034015492 1.0
-1 1.0 0.731706976891
-2 0.771552026272 0.0
-SURF 0x30
-mat 2
-refs 4
-2 0.0 0.792452991009
-1 0.213018000126 1.0
-3 1.0 0.405660003424
-4 0.556213021278 0.0
-SURF 0x30
-mat 2
-refs 4
-1 0.0 1.0
-5 0.701086997986 0.857142984867
-6 1.0 0.22222200036
-3 0.717391014099 0.0
-SURF 0x30
-mat 2
-refs 4
-5 0.0 1.0
-7 0.783217012882 0.710525989532
-8 1.0 0.184210002422
-6 0.40559399128 0.0
-SURF 0x30
-mat 2
-refs 3
-7 0.0 1.0
-9 1.0 0.833333015442
-8 0.0565370991826 0.0
-SURF 0x30
-mat 2
-refs 3
-10 0.0 0.0
-11 0.588689029217 0.943396985531
-12 1.0 1.0
-SURF 0x30
-mat 2
-refs 4
-11 0.0 0.0
-13 0.577854990959 1.0
-14 1.0 0.6875
-12 0.543253004551 0.0069443997927
-SURF 0x30
-mat 2
-refs 4
-12 0.0 0.0
-14 0.539534986019 1.0
-15 1.0 0.682353019714
-16 0.937209010124 0.264705985785
-SURF 0x30
-mat 2
-refs 4
-15 0.0722893029451 1.0
-17 1.0 0.576924026012
-18 0.927711009979 0.0
-16 0.0 0.076923198998
-SURF 0x30
-mat 2
-refs 3
-17 0.0166666992009 1.0
-19 1.0 0.0
-18 0.0 0.500001013279
-SURF 0x30
-mat 2
-refs 4
-22 0.0 0.0
-21 0.0 0.0
-18 0.0 0.0
-16 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-21 0.0 0.0
-20 0.0 0.0
-19 0.0 0.0
-18 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-24 0.0 0.0
-22 0.0 0.0
-16 0.0 0.0
-12 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-23 0.0 0.0
-24 0.0 0.0
-12 0.0 0.0
-10 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-26 0.0 0.0
-25 0.0 0.0
-20 0.0 0.0
-21 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-27 0.0 0.0
-26 0.0 0.0
-21 0.0 0.0
-22 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-29 0.0 0.0
-27 0.0 0.0
-22 0.0 0.0
-24 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-28 0.0 0.0
-29 0.0 0.0
-24 0.0 0.0
-23 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-31 0.0 0.0
-30 0.0 0.0
-25 0.0 0.0
-26 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-32 0.0 0.0
-31 0.0 0.0
-26 0.0 0.0
-27 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-34 0.0 0.0
-32 0.0 0.0
-27 0.0 0.0
-29 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-33 0.0 0.0
-34 0.0 0.0
-29 0.0 0.0
-28 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-8 0.0 0.0
-9 0.0 0.0
-30 0.0 0.0
-31 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-6 0.0 0.0
-8 0.0 0.0
-31 0.0 0.0
-32 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-3 0.0 0.0
-6 0.0 0.0
-32 0.0 0.0
-34 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-4 0.0 0.0
-3 0.0 0.0
-34 0.0 0.0
-33 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-0 0.0 0.0
-1 0.0 0.0
-35 0.0 0.0
-36 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-1 0.0 0.0
-5 0.0 0.0
-37 0.0 0.0
-35 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-5 0.0 0.0
-7 0.0 0.0
-38 0.0 0.0
-37 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-7 0.0 0.0
-9 0.0 0.0
-39 0.0 0.0
-38 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-36 0.0 0.0
-35 0.0 0.0
-40 0.0 0.0
-41 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-35 0.0 0.0
-37 0.0 0.0
-42 0.0 0.0
-40 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-37 0.0 0.0
-38 0.0 0.0
-43 0.0 0.0
-42 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-38 0.0 0.0
-39 0.0 0.0
-44 0.0 0.0
-43 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-41 0.0 0.0
-40 0.0 0.0
-45 0.0 0.0
-46 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-40 0.0 0.0
-42 0.0 0.0
-47 0.0 0.0
-45 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-42 0.0 0.0
-43 0.0 0.0
-48 0.0 0.0
-47 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-43 0.0 0.0
-44 0.0 0.0
-49 0.0 0.0
-48 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-46 0.0 0.0
-45 0.0 0.0
-14 0.0 0.0
-13 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-45 0.0 0.0
-47 0.0 0.0
-15 0.0 0.0
-14 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-48 0.0 0.0
-49 0.0 0.0
-19 0.0 0.0
-17 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-47 0.0 0.0
-48 0.0 0.0
-17 0.0 0.0
-15 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-57 0.0 1.0
-56 0.217972993851 0.893750011921
-55 0.414914011955 0.75
-54 0.688337028027 0.449999988079
-SURF 0x30
-mat 2
-refs 4
-57 0.0 1.0
-54 0.688337028027 0.449999988079
-53 1.0 0.0
-52 0.674951970577 0.34375
-SURF 0x30
-mat 2
-refs 4
-57 0.0 1.0
-52 0.674951970577 0.34375
-51 0.401529997587 0.668749988079
-50 0.21032500267 0.84375
-SURF 0x30
-mat 2
-refs 4
-58 0.0 0.0
-65 0.0 0.0
-57 0.0 0.0
-50 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-59 0.0 0.0
-58 0.0 0.0
-50 0.0 0.0
-51 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-60 0.0 0.0
-59 0.0 0.0
-51 0.0 0.0
-52 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-61 0.0 0.0
-60 0.0 0.0
-52 0.0 0.0
-53 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-62 0.0 0.0
-61 0.0 0.0
-53 0.0 0.0
-54 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-63 0.0 0.0
-62 0.0 0.0
-54 0.0 0.0
-55 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-64 0.0 0.0
-63 0.0 0.0
-55 0.0 0.0
-56 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-65 0.0 0.0
-64 0.0 0.0
-56 0.0 0.0
-57 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-30 0.0 0.0
-66 0.0 0.0
-65 0.0 0.0
-58 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-25 0.0 0.0
-30 0.0 0.0
-58 0.0 0.0
-59 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-20 0.0 0.0
-25 0.0 0.0
-59 0.0 0.0
-60 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-68 0.0 0.0
-20 0.0 0.0
-60 0.0 0.0
-61 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-49 0.0 0.0
-68 0.0 0.0
-61 0.0 0.0
-62 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-44 0.0 0.0
-49 0.0 0.0
-62 0.0 0.0
-63 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-67 0.0 0.0
-44 0.0 0.0
-63 0.0 0.0
-64 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-66 0.0 0.0
-67 0.0 0.0
-64 0.0 0.0
-65 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-77 0.0 0.0
-76 0.0 0.0
-79 0.0 0.0
-78 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-76 0.0 0.0
-75 0.0 0.0
-80 0.0 0.0
-79 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-75 0.0 0.0
-74 0.0 0.0
-81 0.0 0.0
-80 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-74 0.0 0.0
-73 0.0 0.0
-82 0.0 0.0
-81 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-73 0.0 0.0
-72 0.0 0.0
-83 0.0 0.0
-82 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-72 0.0 0.0
-71 0.0 0.0
-84 0.0 0.0
-83 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-71 0.0 0.0
-70 0.0 0.0
-85 0.0 0.0
-84 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-70 0.0 0.0
-77 0.0 0.0
-78 0.0 0.0
-85 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-78 0.0 0.0
-79 0.0 0.0
-87 0.0 0.0
-86 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-79 0.0 0.0
-80 0.0 0.0
-88 0.0 0.0
-87 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-80 0.0 0.0
-81 0.0 0.0
-89 0.0 0.0
-88 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-81 0.0 0.0
-82 0.0 0.0
-90 0.0 0.0
-89 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-82 0.0 0.0
-83 0.0 0.0
-91 0.0 0.0
-90 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-83 0.0 0.0
-84 0.0 0.0
-92 0.0 0.0
-91 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-84 0.0 0.0
-85 0.0 0.0
-93 0.0 0.0
-92 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-85 0.0 0.0
-78 0.0 0.0
-86 0.0 0.0
-93 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-86 0.0 1.0
-87 0.217972993851 0.893750011921
-88 0.414914011955 0.75
-89 0.688337028027 0.449999988079
-SURF 0x30
-mat 2
-refs 4
-86 0.0 1.0
-89 0.688337028027 0.449999988079
-90 1.0 0.0
-91 0.674951970577 0.34375
-SURF 0x30
-mat 2
-refs 4
-86 0.0 1.0
-91 0.674951970577 0.34375
-92 0.401529997587 0.668749988079
-93 0.21032500267 0.84375
-SURF 0x30
-mat 2
-refs 4
-100 0.0 0.0
-99 0.0 0.0
-94 0.0 0.0
-96 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-99 0.0 0.0
-74 0.0 0.0
-95 0.0 0.0
-94 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-102 0.0 0.0
-100 0.0 0.0
-96 0.0 0.0
-98 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-101 0.0 0.0
-102 0.0 0.0
-98 0.0 0.0
-97 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-103 0.0 0.0
-75 0.0 0.0
-74 0.0 0.0
-99 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-104 0.0 0.0
-103 0.0 0.0
-99 0.0 0.0
-100 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-106 0.0 0.0
-104 0.0 0.0
-100 0.0 0.0
-102 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-105 0.0 0.0
-106 0.0 0.0
-102 0.0 0.0
-101 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-109 0.0 0.0
-107 0.0 0.0
-75 0.0 0.0
-103 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-111 0.0 0.0
-109 0.0 0.0
-103 0.0 0.0
-104 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-114 0.0 0.0
-111 0.0 0.0
-104 0.0 0.0
-106 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-113 0.0 0.0
-114 0.0 0.0
-106 0.0 0.0
-105 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-110 0.0 0.0
-108 0.0 0.0
-107 0.0 0.0
-109 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-112 0.0 0.0
-110 0.0 0.0
-109 0.0 0.0
-111 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-115 0.0 0.0
-112 0.0 0.0
-111 0.0 0.0
-114 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-116 0.0 0.0
-115 0.0 0.0
-114 0.0 0.0
-113 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-117 0.0 0.0
-118 0.0 0.0
-119 0.0 0.0
-120 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-118 0.0 0.0
-121 0.0 0.0
-122 0.0 0.0
-119 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-121 0.0 0.0
-123 0.0 0.0
-124 0.0 0.0
-122 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-123 0.0 0.0
-108 0.0 0.0
-70 0.0 0.0
-124 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-120 0.0 0.0
-119 0.0 0.0
-125 0.0 0.0
-126 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-119 0.0 0.0
-122 0.0 0.0
-127 0.0 0.0
-125 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-122 0.0 0.0
-124 0.0 0.0
-128 0.0 0.0
-127 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-124 0.0 0.0
-70 0.0 0.0
-71 0.0 0.0
-128 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-126 0.0 0.0
-125 0.0 0.0
-129 0.0 0.0
-130 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-125 0.0 0.0
-127 0.0 0.0
-131 0.0 0.0
-129 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-127 0.0 0.0
-128 0.0 0.0
-132 0.0 0.0
-131 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-128 0.0 0.0
-71 0.0 0.0
-72 0.0 0.0
-132 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-130 0.0 0.0
-129 0.0 0.0
-133 0.0 0.0
-69 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-129 0.0 0.0
-131 0.0 0.0
-134 0.0 0.0
-133 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-132 0.0 0.0
-72 0.0 0.0
-95 0.0 0.0
-135 0.0 0.0
-SURF 0x30
-mat 2
-refs 4
-131 0.0 0.0
-132 0.0 0.0
-135 0.0 0.0
-134 0.0 0.0
-SURF 0x30
-mat 2
-refs 3
-94 0.0166666992009 1.0
-95 1.0 0.0
-135 0.0 0.500001013279
-SURF 0x30
-mat 2
-refs 4
-96 0.0722893029451 1.0
-94 1.0 0.576924026012
-135 0.927711009979 0.0
-134 0.0 0.076923198998
-SURF 0x30
-mat 2
-refs 4
-133 0.0 0.0
-98 0.539534986019 1.0
-96 1.0 0.682353019714
-134 0.937209010124 0.264705985785
-SURF 0x30
-mat 2
-refs 4
-136 0.0 0.0
-97 0.577854990959 1.0
-98 1.0 0.6875
-133 0.543253004551 0.0069443997927
-SURF 0x30
-mat 2
-refs 3
-69 0.0 0.0
-136 0.588689029217 0.943396985531
-133 1.0 1.0
-SURF 0x30
-mat 2
-refs 3
-110 0.0 1.0
-108 1.0 0.833333015442
-123 0.0565370991826 0.0
-SURF 0x30
-mat 2
-refs 4
-112 0.0 1.0
-110 0.783217012882 0.710525989532
-123 1.0 0.184210002422
-121 0.40559399128 0.0
-SURF 0x30
-mat 2
-refs 4
-115 0.0 1.0
-112 0.701086997986 0.857142984867
-121 1.0 0.22222200036
-118 0.717391014099 0.0
-SURF 0x30
-mat 2
-refs 4
-137 0.0 0.792452991009
-115 0.213018000126 1.0
-118 1.0 0.405660003424
-117 0.556213021278 0.0
-SURF 0x30
-mat 2
-refs 3
-116 0.00431034015492 1.0
-115 1.0 0.731706976891
-137 0.771552026272 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-140 0.0 0.0
-151 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-141 0.0 0.0
-140 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-142 0.0 0.0
-141 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-143 0.0 0.0
-142 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-144 0.0 0.0
-143 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-145 0.0 0.0
-144 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-146 0.0 0.0
-145 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-147 0.0 0.0
-146 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-148 0.0 0.0
-147 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-149 0.0 0.0
-148 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-150 0.0 0.0
-149 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-138 0.0 0.0
-151 0.0 0.0
-150 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-163 0.0 0.0
-152 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-152 0.0 0.0
-153 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-153 0.0 0.0
-154 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-154 0.0 0.0
-155 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-155 0.0 0.0
-156 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-156 0.0 0.0
-157 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-157 0.0 0.0
-158 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-158 0.0 0.0
-159 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-159 0.0 0.0
-160 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-160 0.0 0.0
-161 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-161 0.0 0.0
-162 0.0 0.0
-SURF 0x10
-mat 2
-refs 3
-139 0.0 0.0
-162 0.0 0.0
-163 0.0 0.0
-SURF 0x10
-mat 2
-refs 4
-163 -2.98022992951e-008 1.0
-174 -2.98022975187e-008 0.499999970198
-164 0.083333298564 0.5
-152 0.083333298564 1.0
-SURF 0x10
-mat 2
-refs 4
-174 -2.98022975187e-008 0.499999970198
-151 -2.98022992951e-008 0.0
-140 0.083333298564 0.0
-164 0.083333298564 0.5
-SURF 0x10
-mat 2
-refs 4
-152 0.083333298564 1.0
-164 0.083333298564 0.5
-165 0.166666999459 0.499999821186
-153 0.166666999459 1.0
-SURF 0x10
-mat 2
-refs 4
-164 0.083333298564 0.5
-140 0.083333298564 0.0
-141 0.166666999459 0.0
-165 0.166666999459 0.499999821186
-SURF 0x10
-mat 2
-refs 4
-153 0.166666999459 1.0
-165 0.16666701436 0.499999821186
-166 0.250000119209 0.5
-154 0.25 1.0
-SURF 0x10
-mat 2
-refs 4
-165 0.16666701436 0.499999821186
-141 0.166666999459 0.0
-142 0.25 0.0
-166 0.250000119209 0.5
-SURF 0x10
-mat 2
-refs 4
-154 0.25 1.0
-166 0.250000059605 0.499999970198
-167 0.333332955837 0.500000178814
-155 0.33333298564 1.0
-SURF 0x10
-mat 2
-refs 4
-166 0.250000059605 0.499999970198
-142 0.25 0.0
-143 0.33333298564 0.0
-167 0.333332955837 0.500000178814
-SURF 0x10
-mat 2
-refs 4
-155 0.33333298564 1.0
-167 0.333332955837 0.500000119209
-168 0.41666701436 0.500000178814
-156 0.41666701436 1.0
-SURF 0x10
-mat 2
-refs 4
-167 0.333332955837 0.500000119209
-143 0.33333298564 0.0
-144 0.41666701436 0.0
-168 0.41666701436 0.500000178814
-SURF 0x10
-mat 2
-refs 4
-156 0.41666701436 1.0
-168 0.416666984558 0.500000178814
-169 0.500000059605 0.500000178814
-157 0.5 1.0
-SURF 0x10
-mat 2
-refs 4
-168 0.416666984558 0.500000178814
-144 0.41666701436 0.0
-145 0.5 0.0
-169 0.500000059605 0.500000178814
-SURF 0x10
-mat 2
-refs 4
-157 0.5 1.0
-169 0.5 0.500000178814
-170 0.583333015442 0.5
-158 0.583333015442 1.0
-SURF 0x10
-mat 2
-refs 4
-169 0.5 0.500000178814
-145 0.5 0.0
-146 0.583333015442 0.0
-170 0.583333015442 0.5
-SURF 0x10
-mat 2
-refs 4
-158 0.583333015442 1.0
-170 0.583333015442 0.5
-171 0.666666984558 0.5
-159 0.666666984558 1.0
-SURF 0x10
-mat 2
-refs 4
-170 0.583333015442 0.5
-146 0.583333015442 0.0
-147 0.666666984558 0.0
-171 0.666666984558 0.5
-SURF 0x10
-mat 2
-refs 4
-159 0.666666984558 1.0
-171 0.666666984558 0.5
-172 0.75 0.5
-160 0.75 1.0
-SURF 0x10
-mat 2
-refs 4
-171 0.666666984558 0.5
-147 0.666666984558 0.0
-148 0.75 0.0
-172 0.75 0.5
-SURF 0x10
-mat 2
-refs 4
-160 0.75 1.0
-172 0.75 0.5
-173 0.833332896233 0.499999850988
-161 0.833333015442 1.0
-SURF 0x10
-mat 2
-refs 4
-172 0.75 0.5
-148 0.75 0.0
-149 0.833333015442 0.0
-173 0.833332896233 0.499999850988
-SURF 0x10
-mat 2
-refs 4
-161 0.833333015442 1.0
-173 0.833332896233 0.499999821186
-175 0.916666984558 0.5
-162 0.916666984558 1.0
-SURF 0x10
-mat 2
-refs 4
-173 0.833332896233 0.499999821186
-149 0.833333015442 0.0
-150 0.916666984558 0.0
-175 0.916666984558 0.5
-SURF 0x10
-mat 2
-refs 4
-162 0.916666984558 1.0
-175 0.916666984558 0.5
-174 1.0 0.5
-163 1.0 1.0
-SURF 0x10
-mat 2
-refs 4
-175 0.916666984558 0.5
-150 0.916666984558 0.0
-151 1.0 0.0
-174 1.0 0.5
-kids 0
-OBJECT poly
-name "strut.001"
-data 8
-Mesh.008
-texture "//DSC01758.rgb"
-texrep 1 1
-crease 45.000000
-numvert 66
-0.122961 0.036168 -0.007847
-0.123795 0.032667 -0.005827
-0.125292 0.033057 -0.00245
-0.125954 0.036951 -0.001105
-0.123627 0.040056 -0.006497
-0.125123 0.040451 -0.003124
-0.06621 0.036665 0.018844
-0.068706 0.033567 0.020659
-0.071725 0.03409 0.022792
-0.072249 0.037713 0.023107
-0.066703 0.040266 0.019166
-0.069722 0.040788 0.021298
--0.039285 0.052705 0.02356
--0.041066 0.049268 0.025128
--0.043836 0.049792 0.02757
--0.044833 0.053752 0.028448
--0.043051 0.057188 0.026881
--0.040277 0.056664 0.024435
--0.020398 0.057601 0.087325
--0.021955 0.054164 0.089115
--0.024381 0.054689 0.091908
--0.025251 0.058648 0.09291
--0.023694 0.062084 0.091119
--0.021267 0.06156 0.088325
-0.014627 0.054014 0.100576
-0.014632 0.050579 0.102951
-0.014584 0.051102 0.106654
-0.014626 0.055062 0.107975
-0.014621 0.058498 0.105599
-0.01467 0.057975 0.101902
-0.043922 0.047399 0.079423
-0.045198 0.043963 0.081425
-0.0472 0.044486 0.084534
-0.047935 0.048446 0.085636
-0.046659 0.051882 0.083634
-0.044682 0.051359 0.080509
--0.042057 0.053228 0.026003
-0.124458 0.036561 -0.004475
-0.111846 0.036561 0.002391
-0.107074 0.040788 0.0678
-0.103726 0.040266 0.069364
-0.109899 0.037713 0.066503
-0.109365 0.03409 0.066802
-0.106015 0.033567 0.068365
-0.103202 0.036665 0.069633
-0.113348 0.040451 0.002483
-0.109678 0.040056 0.002109
-0.115514 0.036951 0.002764
-0.114018 0.033057 0.007768
-0.110343 0.032667 0.002296
-0.108175 0.036168 0.002018
--0.024381 0.054689 0.091908
-0.137771 0.129913 -0.152033
-0.016644 0.049462 -0.16521
-0.135023 0.133184 -0.144856
-0.137615 0.130504 -0.144588
-0.138988 0.128869 -0.148177
-0.137771 0.129913 -0.152033
-0.13518 0.132592 -0.1523
-0.133808 0.134227 -0.148711
-0.01453 0.049895 -0.161635
-0.018229 0.049459 -0.161346
-0.020344 0.049024 -0.16492
-0.018757 0.049029 -0.168784
-0.015064 0.049464 -0.169074
-0.01295 0.049897 -0.165498
-numsurf 66
-SURF 0x10
-mat 2
-refs 3
-37 0.235402002931 0.485176384449
-0 0.235402002931 0.485176384449
-4 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-1 0.235402002931 0.485176384449
-0 0.235402002931 0.485176384449
-37 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-37 0.235402002931 0.485176384449
-2 0.235402002931 0.485176384449
-1 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-37 0.235402002931 0.485176384449
-3 0.235402002931 0.485176384449
-2 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-37 0.235402002931 0.485176384449
-5 0.235402002931 0.485176384449
-3 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-37 0.235402002931 0.485176384449
-4 0.235402002931 0.485176384449
-5 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-0 0.235402002931 0.485176384449
-6 0.235402002931 0.485176384449
-10 0.235402002931 0.485176384449
-4 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-6 0.235402002931 0.485176384449
-0 0.235402002931 0.485176384449
-1 0.235402002931 0.485176384449
-7 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-7 0.235402002931 0.485176384449
-1 0.235402002931 0.485176384449
-2 0.235402002931 0.485176384449
-8 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-8 0.235402002931 0.485176384449
-2 0.235402002931 0.485176384449
-3 0.235402002931 0.485176384449
-9 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-9 0.235402002931 0.485176384449
-3 0.235402002931 0.485176384449
-5 0.235402002931 0.485176384449
-11 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-11 0.235402002931 0.485176384449
-5 0.235402002931 0.485176384449
-4 0.235402002931 0.485176384449
-10 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-35 0.235402002931 0.485176384449
-10 0.235402002931 0.485176384449
-6 0.235402002931 0.485176384449
-30 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-30 0.235402002931 0.485176384449
-6 0.235402002931 0.485176384449
-7 0.235402002931 0.485176384449
-31 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-31 0.235402002931 0.485176384449
-7 0.235402002931 0.485176384449
-8 0.235402002931 0.485176384449
-32 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-32 0.235402002931 0.485176384449
-8 0.235402002931 0.485176384449
-9 0.235402002931 0.485176384449
-33 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-33 0.235402002931 0.485176384449
-9 0.235402002931 0.485176384449
-11 0.235402002931 0.485176384449
-34 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-34 0.235402002931 0.485176384449
-11 0.235402002931 0.485176384449
-10 0.235402002931 0.485176384449
-35 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-36 0.235402002931 0.485176384449
-17 0.235402002931 0.485176384449
-12 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-36 0.235402002931 0.485176384449
-12 0.235402002931 0.485176384449
-13 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-36 0.235402002931 0.485176384449
-13 0.235402002931 0.485176384449
-14 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-36 0.235402002931 0.485176384449
-14 0.235402002931 0.485176384449
-15 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-36 0.235402002931 0.485176384449
-15 0.235402002931 0.485176384449
-16 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-36 0.235402002931 0.485176384449
-16 0.235402002931 0.485176384449
-17 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-18 0.235402002931 0.485176384449
-12 0.235402002931 0.485176384449
-17 0.235402002931 0.485176384449
-23 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-19 0.235402002931 0.485176384449
-13 0.235402002931 0.485176384449
-12 0.235402002931 0.485176384449
-18 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-20 0.235402002931 0.485176384449
-14 0.235402002931 0.485176384449
-13 0.235402002931 0.485176384449
-19 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-21 0.235402002931 0.485176384449
-15 0.235402002931 0.485176384449
-14 0.235402002931 0.485176384449
-51 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-22 0.235402002931 0.485176384449
-16 0.235402002931 0.485176384449
-15 0.235402002931 0.485176384449
-21 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-23 0.235402002931 0.485176384449
-17 0.235402002931 0.485176384449
-16 0.235402002931 0.485176384449
-22 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-24 0.235402002931 0.485176384449
-18 0.235402002931 0.485176384449
-23 0.235402002931 0.485176384449
-29 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-25 0.235402002931 0.485176384449
-19 0.235402002931 0.485176384449
-18 0.235402002931 0.485176384449
-24 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-26 0.235402002931 0.485176384449
-20 0.235402002931 0.485176384449
-19 0.235402002931 0.485176384449
-25 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-27 0.235402002931 0.485176384449
-21 0.235402002931 0.485176384449
-51 0.235402002931 0.485176384449
-26 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-28 0.235402002931 0.485176384449
-22 0.235402002931 0.485176384449
-21 0.235402002931 0.485176384449
-27 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-29 0.235402002931 0.485176384449
-23 0.235402002931 0.485176384449
-22 0.235402002931 0.485176384449
-28 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-35 0.235402002931 0.485667705536
-30 0.235483899713 0.485667705536
-24 0.235483899713 0.485176384449
-29 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-30 0.235483899713 0.485667705536
-31 0.235565781593 0.485667705536
-25 0.235565781593 0.485176384449
-24 0.235483899713 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-31 0.235565781593 0.485667705536
-32 0.235647678375 0.485667705536
-26 0.235647678375 0.485176384449
-25 0.235565781593 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-32 0.235647678375 0.485667705536
-33 0.235729545355 0.485667705536
-27 0.235729545355 0.485176384449
-26 0.235647678375 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-33 0.235729545355 0.485667705536
-34 0.235811442137 0.485667705536
-28 0.235811442137 0.485176384449
-27 0.235729545355 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-34 0.235811442137 0.485667705536
-35 0.235893324018 0.485667705536
-29 0.235893324018 0.485176384449
-28 0.235811442137 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-39 0.235402002931 0.485176384449
-45 0.235402002931 0.485176384449
-46 0.235402002931 0.485176384449
-40 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-41 0.235402002931 0.485176384449
-47 0.235402002931 0.485176384449
-45 0.235402002931 0.485176384449
-39 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-42 0.235402002931 0.485176384449
-48 0.235402002931 0.485176384449
-47 0.235402002931 0.485176384449
-41 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-43 0.235402002931 0.485176384449
-49 0.235402002931 0.485176384449
-48 0.235402002931 0.485176384449
-42 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-49 0.235402002931 0.485176384449
-43 0.235402002931 0.485176384449
-44 0.235402002931 0.485176384449
-50 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-50 0.235402002931 0.485176384449
-44 0.235402002931 0.485176384449
-40 0.235402002931 0.485176384449
-46 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-38 0.235402002931 0.485176384449
-46 0.235402002931 0.485176384449
-45 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-38 0.235402002931 0.485176384449
-45 0.235402002931 0.485176384449
-47 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-38 0.235402002931 0.485176384449
-47 0.235402002931 0.485176384449
-48 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-38 0.235402002931 0.485176384449
-48 0.235402002931 0.485176384449
-49 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-38 0.235402002931 0.485176384449
-49 0.235402002931 0.485176384449
-50 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-46 0.235402002931 0.485176384449
-38 0.235402002931 0.485176384449
-50 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-54 0.235402002931 0.485176384449
-60 0.235402002931 0.485176384449
-61 0.235402002931 0.485176384449
-55 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-55 0.235402002931 0.485176384449
-61 0.235402002931 0.485176384449
-62 0.235402002931 0.485176384449
-56 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-56 0.235402002931 0.485176384449
-62 0.235402002931 0.485176384449
-63 0.235402002931 0.485176384449
-52 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-57 0.235402002931 0.485176384449
-63 0.235402002931 0.485176384449
-64 0.235402002931 0.485176384449
-58 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-58 0.235402002931 0.485176384449
-64 0.235402002931 0.485176384449
-65 0.235402002931 0.485176384449
-59 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 4
-59 0.235402002931 0.485176384449
-65 0.235402002931 0.485176384449
-60 0.235402002931 0.485176384449
-54 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-53 0.235402002931 0.485176384449
-61 0.235402002931 0.485176384449
-60 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-53 0.235402002931 0.485176384449
-62 0.235402002931 0.485176384449
-61 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-53 0.235402002931 0.485176384449
-63 0.235402002931 0.485176384449
-62 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-53 0.235402002931 0.485176384449
-64 0.235402002931 0.485176384449
-63 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-53 0.235402002931 0.485176384449
-65 0.235402002931 0.485176384449
-64 0.235402002931 0.485176384449
-SURF 0x10
-mat 2
-refs 3
-53 0.235402002931 0.485176384449
-60 0.235402002931 0.485176384449
-65 0.235402002931 0.485176384449
-kids 0
-OBJECT poly
-name "motor"
-data 8
-Mesh.014
-texture "//DSC01758.rgb"
-texrep 1 1
-crease 45.000000
-numvert 59
-0.115873 0.015857 -4e-006
-0.391286 0.015822 -4e-006
-0.115873 0.006298 0.03494
-0.115866 -0.00085 0.030258
-0.115861 -0.013081 0.017468
-0.11586 -0.017558 -4e-006
-0.115861 -0.013081 -0.017476
-0.115866 -0.00085 -0.030266
-0.115873 0.015857 -0.034948
-0.11588 0.032565 -0.030266
-0.115884 0.044796 -0.017476
-0.115886 0.049272 -4e-006
-0.115884 0.044796 0.017468
-0.11588 0.032565 0.030258
-0.391286 0.015822 0.03494
-0.391279 -0.000886 0.030258
-0.391274 -0.013116 0.017468
-0.391273 -0.017593 -4e-006
-0.391274 -0.013116 -0.017476
-0.391279 -0.000886 -0.030266
-0.391286 0.015822 -0.034948
-0.391292 0.032529 -0.030266
-0.391297 0.04476 -0.017476
-0.391299 0.049237 -4e-006
-0.391297 0.04476 0.017468
-0.391292 0.032529 0.030258
-0.286615 0.035604 0.035833
-0.286616 0.050088 0.020687
-0.286617 0.055389 -4e-006
-0.286616 0.050088 -0.020695
-0.286615 0.035604 -0.035841
-0.286613 0.015818 -0.041385
-0.286612 0.015696 -0.06011
-0.286611 0.001213 -0.060082
-0.28661 -0.023752 -4e-006
-0.286611 0.001213 0.060379
-0.286612 0.015696 0.060115
-0.286613 0.015818 0.041377
-0.220677 0.035646 0.035833
-0.220678 0.05013 0.020687
-0.220679 0.055431 -4e-006
-0.220678 0.05013 -0.020695
-0.220677 0.035646 -0.035841
-0.220676 0.015861 -0.041385
-0.220674 0.015739 -0.06011
-0.220673 0.001254 -0.060082
-0.220673 -0.02371 -4e-006
-0.220673 0.001254 0.060379
-0.220674 0.015739 0.060115
-0.220676 0.015861 0.041377
-0.286613 0.015818 -4e-006
-0.220676 0.015861 -4e-006
-0.220673 0.001254 0.060379
-0.286611 0.001213 0.060379
-0.286611 0.001213 -0.060082
-0.101225 0.031552 0.044786
-0.101226 0.03692 0.12043
-0.14196 0.025509 0.044786
-0.141961 0.029399 0.12043
-numsurf 73
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-2 0.0799582228065 0.539897024632
-13 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-3 0.0799582228065 0.539897024632
-2 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-4 0.0799582228065 0.539897024632
-3 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-5 0.0799582228065 0.539897024632
-4 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-6 0.0799582228065 0.539897024632
-5 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-7 0.0799582228065 0.539897024632
-6 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-8 0.0799582228065 0.539897024632
-7 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-9 0.0799582228065 0.539897024632
-8 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-10 0.0799582228065 0.539897024632
-9 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-11 0.0799582228065 0.539897024632
-10 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-12 0.0799582228065 0.539897024632
-11 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-0 0.0799582228065 0.539897024632
-13 0.0799582228065 0.539897024632
-12 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-25 0.0799582228065 0.539897024632
-14 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-14 0.0799582228065 0.539897024632
-15 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-15 0.0799582228065 0.539897024632
-16 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-16 0.0799582228065 0.539897024632
-17 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-17 0.0799582228065 0.539897024632
-18 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-18 0.0799582228065 0.539897024632
-19 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-19 0.0799582228065 0.539897024632
-20 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-20 0.0799582228065 0.539897024632
-21 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-21 0.0799582228065 0.539897024632
-22 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-22 0.0799582228065 0.539897024632
-23 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-23 0.0799582228065 0.539897024632
-24 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 3
-1 0.0799582228065 0.539897024632
-24 0.0799582228065 0.539897024632
-25 0.0799582228065 0.539897024632
-SURF 0x10
-mat 2
-refs 4
-25 0.0799582228065 0.549106776714
-13 0.0799582228065 0.539897024632
-2 0.0807257071137 0.539897024632
-14 0.0807257071137 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-14 0.0807257071137 0.549106776714
-2 0.0807257071137 0.539897024632
-3 0.0814931765199 0.539897024632
-15 0.0814931765199 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-15 0.0814931765199 0.549106776714
-3 0.0814931765199 0.539897024632
-4 0.082260645926 0.539897024632
-16 0.082260645926 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-16 0.082260645926 0.549106776714
-4 0.082260645926 0.539897024632
-5 0.0830281153321 0.539897024632
-17 0.0830281153321 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-17 0.0830281153321 0.549106776714
-5 0.0830281153321 0.539897024632
-6 0.0837956145406 0.539897024632
-18 0.0837956145406 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-18 0.0837956145406 0.549106776714
-6 0.0837956145406 0.539897024632
-7 0.0845630839467 0.539897024632
-19 0.0845630839467 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-19 0.0845630839467 0.549106776714
-7 0.0845630839467 0.539897024632
-8 0.0853305533528 0.539897024632
-20 0.0853305533528 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-20 0.0853305533528 0.549106776714
-8 0.0853305533528 0.539897024632
-9 0.0860980525613 0.539897024632
-21 0.0860980525613 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-21 0.0860980525613 0.549106776714
-9 0.0860980525613 0.539897024632
-10 0.0868655219674 0.539897024632
-22 0.0868655219674 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-22 0.0868655219674 0.549106776714
-10 0.0868655219674 0.539897024632
-11 0.0876329913735 0.539897024632
-23 0.0876329913735 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-23 0.0876329913735 0.549106776714
-11 0.0876329913735 0.539897024632
-12 0.0884004756808 0.539897024632
-24 0.0884004756808 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-24 0.0884004756808 0.549106776714
-12 0.0884004756808 0.539897024632
-13 0.089167945087 0.539897024632
-25 0.089167945087 0.549106776714
-SURF 0x10
-mat 2
-refs 4
-27 0.183842405677 0.479689747095
-39 0.183842405677 0.478968471289
-38 0.183902516961 0.478968471289
-26 0.183902516961 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-28 0.183782294393 0.479689747095
-40 0.183782294393 0.478968471289
-39 0.183842405677 0.478968471289
-27 0.183842405677 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-29 0.183722183108 0.479689747095
-41 0.183722183108 0.478968471289
-40 0.183782294393 0.478968471289
-28 0.183782294393 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-30 0.183662086725 0.479689747095
-42 0.183662086725 0.478968471289
-41 0.183722183108 0.478968471289
-29 0.183722183108 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-31 0.183601975441 0.479689747095
-43 0.183601975441 0.478968471289
-42 0.183662086725 0.478968471289
-30 0.183662086725 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-32 0.183541864157 0.479689747095
-44 0.183541864157 0.478968471289
-43 0.183601975441 0.478968471289
-31 0.183601975441 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-54 0.183481752872 0.479689747095
-45 0.183481752872 0.478968471289
-44 0.183541864157 0.478968471289
-32 0.183541864157 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-34 0.183421641588 0.479689747095
-46 0.183421641588 0.478968471289
-45 0.183481752872 0.478968471289
-54 0.183481752872 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-35 0.183361545205 0.479689747095
-47 0.183361545205 0.478968471289
-46 0.183421641588 0.478968471289
-34 0.183421641588 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-36 0.183301433921 0.479689747095
-48 0.183301433921 0.478968471289
-52 0.183361545205 0.478968471289
-53 0.183361545205 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-37 0.183241322637 0.479689747095
-49 0.183241322637 0.478968471289
-48 0.183301433921 0.478968471289
-36 0.183301433921 0.479689747095
-SURF 0x10
-mat 2
-refs 4
-26 0.183181211352 0.479689747095
-38 0.183181211352 0.478968471289
-49 0.183241322637 0.478968471289
-37 0.183241322637 0.479689747095
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-27 0.183181211352 0.478968471289
-26 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-28 0.183181211352 0.478968471289
-27 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-29 0.183181211352 0.478968471289
-28 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-30 0.183181211352 0.478968471289
-29 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-31 0.183181211352 0.478968471289
-30 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-32 0.183181211352 0.478968471289
-31 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-33 0.183181211352 0.478968471289
-32 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-34 0.183181211352 0.478968471289
-33 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-35 0.183181211352 0.478968471289
-34 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-36 0.183181211352 0.478968471289
-35 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-37 0.183181211352 0.478968471289
-36 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-50 0.183181211352 0.478968471289
-26 0.183181211352 0.478968471289
-37 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-38 0.183181211352 0.478968471289
-39 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-39 0.183181211352 0.478968471289
-40 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-40 0.183181211352 0.478968471289
-41 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-41 0.183181211352 0.478968471289
-42 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-42 0.183181211352 0.478968471289
-43 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-43 0.183181211352 0.478968471289
-44 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-44 0.183181211352 0.478968471289
-45 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-45 0.183181211352 0.478968471289
-46 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-46 0.183181211352 0.478968471289
-47 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-47 0.183181211352 0.478968471289
-48 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-48 0.183181211352 0.478968471289
-49 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 3
-51 0.183181211352 0.478968471289
-49 0.183181211352 0.478968471289
-38 0.183181211352 0.478968471289
-SURF 0x10
-mat 2
-refs 4
-57 0.202283456922 0.48957207799
-55 0.211194992065 0.48957696557
-56 0.211193606257 0.501945197582
-58 0.202282071114 0.501940310001
-kids 0
-OBJECT poly
-name "horzstab.001"
-data 8
-Mesh.010
-texture "//DSC01758.rgb"
-texrep 1 1
-crease 45.000000
-numvert 111
-0.64451 0.116561 2.306764
-0.899361 0.123524 2.307009
-0.897399 0.11689 2.306601
-0.639688 0.109987 2.307225
-0.718084 0.142869 2.306838
-0.717002 0.119428 2.307038
-0.844071 0.129424 2.306957
-0.842378 0.117664 2.306735
-0.888591 0.119852 2.243279
-0.88656 0.113006 2.242792
-0.620911 0.113907 2.243027
-0.61543 0.106828 2.243436
-0.696769 0.115892 2.243243
-0.697857 0.140206 2.243103
-0.828674 0.113886 2.242929
-0.830417 0.12606 2.243226
-0.599074 0.014895 0.530098
-0.59518 0.008608 0.527454
--0.010354 0.042571 0.529629
--0.033546 0.021898 0.52866
-0.152882 0.020824 0.528298
-0.154115 0.068626 0.52977
-0.460279 0.012334 0.527711
-0.463361 0.035624 0.529998
-0.45383 0.031514 0.485704
-0.450833 0.006714 0.483731
-0.13917 0.066308 0.485106
-0.137916 0.017689 0.483609
--0.050266 0.016705 0.484691
--0.028168 0.039808 0.484963
-0.587785 0.005264 0.482751
-0.591745 0.010516 0.485441
-0.367942 0.006021 0.310547
-0.365004 -0.006865 0.309817
--0.088669 0.0295 0.311497
--0.115907 -6.7e-005 0.310739
-0.074979 0.005783 0.309154
-0.074034 0.056712 0.311605
-0.261662 -0.002896 0.310014
-0.264015 0.021732 0.311779
-0.365004 -0.006865 0.309817
-0.367942 0.006021 0.310547
-0.591745 0.010516 0.485441
-0.587785 0.005264 0.482751
-0.59518 0.008608 0.527454
-0.599074 0.014895 0.530098
-0.88656 0.113006 2.242792
-0.888591 0.119852 2.243279
-0.897399 0.11689 2.306601
-0.899361 0.123524 2.307009
-0.899361 0.123524 -2.308464
-0.897399 0.11689 -2.308057
-0.888591 0.119852 -2.244735
-0.88656 0.113006 -2.244248
-0.599074 0.014895 -0.531554
-0.59518 0.008608 -0.52891
-0.587785 0.005264 -0.484206
-0.591745 0.010516 -0.486897
-0.363957 -0.014836 -0.000747
-0.360042 -0.032265 -0.000744
-0.367942 0.006021 -0.312003
-0.365004 -0.006865 -0.311273
-0.264015 0.021732 -0.313235
-0.261662 -0.002896 -0.31147
-0.074034 0.056712 -0.313061
-0.074979 0.005783 -0.31061
--0.115907 -6.7e-005 -0.312195
--0.088669 0.0295 -0.312953
-0.365004 -0.006865 -0.311273
-0.367942 0.006021 -0.312003
-0.22406 -0.027043 -0.000735
-0.227156 0.005364 -0.00072
--0.031493 -0.015144 -0.000728
--0.031393 0.051392 -0.000719
-0.360042 -0.032265 -0.000712
--0.261235 -0.01331 -0.000728
--0.198642 0.030973 -0.000728
-0.363957 -0.014836 -0.000747
-0.591745 0.010516 -0.486897
-0.587785 0.005264 -0.484206
--0.028168 0.039808 -0.486419
--0.050266 0.016705 -0.486147
-0.137916 0.017689 -0.485065
-0.13917 0.066308 -0.486562
-0.450833 0.006714 -0.485187
-0.45383 0.031514 -0.48716
-0.463361 0.035624 -0.531454
-0.460279 0.012334 -0.529167
-0.154115 0.068626 -0.531226
-0.152882 0.020824 -0.529754
--0.033546 0.021898 -0.530116
--0.010354 0.042571 -0.531085
-0.59518 0.008608 -0.52891
-0.599074 0.014895 -0.531554
-0.830417 0.12606 -2.244682
-0.828674 0.113886 -2.244385
-0.697857 0.140206 -2.244559
-0.696769 0.115892 -2.244699
-0.61543 0.106828 -2.244892
-0.620911 0.113907 -2.244483
-0.88656 0.113006 -2.244248
-0.888591 0.119852 -2.244735
-0.842378 0.117664 -2.308191
-0.844071 0.129424 -2.308412
-0.717002 0.119428 -2.308494
-0.718084 0.142869 -2.308294
-0.639688 0.109987 -2.308681
-0.897399 0.11689 -2.308057
-0.899361 0.123524 -2.308464
-0.64451 0.116561 -2.30822
-0.61543 0.106828 -2.244892
-numsurf 80
-SURF 0x30
-mat 2
-refs 4
-4 0.399851858616 0.632653355598
-0 0.399851858616 0.632653355598
-3 0.399851858616 0.632653355598
-5 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-1 0.399851858616 0.632653355598
-6 0.399851858616 0.632653355598
-7 0.399851858616 0.632653355598
-2 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-6 0.399851858616 0.632653355598
-4 0.399851858616 0.632653355598
-5 0.399851858616 0.632653355598
-7 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-0 0.399851858616 0.632653355598
-10 0.399851858616 0.632653355598
-11 0.399851858616 0.632653355598
-3 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-12 0.514271497726 0.254068434238
-5 0.528543055058 0.133798599243
-3 0.439346075058 0.137139439583
-11 0.408424496651 0.255182027817
-SURF 0x30
-mat 2
-refs 4
-10 0.479361355305 0.70319634676
-0 0.500608086586 0.639424204826
-4 0.542607367039 0.639886260033
-13 0.532478153706 0.703658461571
-SURF 0x30
-mat 2
-refs 4
-14 0.567195057869 0.253511667252
-7 0.573141515255 0.132128179073
-5 0.528543055058 0.133798599243
-12 0.514271497726 0.254068434238
-SURF 0x30
-mat 2
-refs 4
-9 0.620118558407 0.25295484066
-2 0.617740035057 0.130457758904
-7 0.573141515255 0.132128179073
-14 0.567195057869 0.253511667252
-SURF 0x30
-mat 2
-refs 4
-6 0.563607037067 0.64011734724
-15 0.559036552906 0.703889489174
-13 0.532478153706 0.703658461571
-4 0.542607367039 0.639886260033
-SURF 0x30
-mat 2
-refs 4
-1 0.584606766701 0.640348434448
-8 0.585594952106 0.704120576382
-15 0.559036552906 0.703889489174
-6 0.563607037067 0.64011734724
-SURF 0x30
-mat 2
-refs 4
-10 0.458114653826 0.639424204826
-18 0.458114653826 0.639424204826
-19 0.458114653826 0.639424204826
-11 0.458114653826 0.639424204826
-SURF 0x30
-mat 2
-refs 4
-18 0.458114653826 0.639424204826
-29 0.458114653826 0.639424204826
-28 0.458114653826 0.639424204826
-19 0.458114653826 0.639424204826
-SURF 0x30
-mat 2
-refs 4
-27 0.5 0.374338269234
-20 0.507135748863 0.314203381538
-19 0.392963767052 0.314203321934
-28 0.377502918243 0.373224675655
-SURF 0x30
-mat 2
-refs 4
-20 0.507135748863 0.314203381538
-12 0.514271497726 0.254068434238
-11 0.408424496651 0.255182027817
-19 0.392963767052 0.314203321934
-SURF 0x30
-mat 2
-refs 4
-13 0.532478153706 0.703658461571
-21 0.527413547039 0.73554456234
-18 0.468738019466 0.735082447529
-10 0.479361355305 0.70319634676
-SURF 0x30
-mat 2
-refs 4
-21 0.527413547039 0.73554456234
-26 0.522348940372 0.767430663109
-29 0.458114653826 0.766968548298
-18 0.468738019466 0.735082447529
-SURF 0x30
-mat 2
-refs 4
-25 0.561248540878 0.374895095825
-22 0.564221799374 0.314203381538
-20 0.507135748863 0.314203381538
-27 0.5 0.374338269234
-SURF 0x30
-mat 2
-refs 4
-22 0.564221799374 0.314203381538
-14 0.567195057869 0.253511667252
-12 0.514271497726 0.254068434238
-20 0.507135748863 0.314203381538
-SURF 0x30
-mat 2
-refs 4
-30 0.622497081757 0.375451922417
-17 0.621307790279 0.314203381538
-22 0.564221799374 0.314203381538
-25 0.561248540878 0.374895095825
-SURF 0x30
-mat 2
-refs 4
-15 0.559036552906 0.703889489174
-23 0.556751310825 0.735775589943
-21 0.527413547039 0.73554456234
-13 0.532478153706 0.703658461571
-SURF 0x30
-mat 2
-refs 4
-23 0.556751310825 0.735775589943
-24 0.554466068745 0.767661690712
-26 0.522348940372 0.767430663109
-21 0.527413547039 0.73554456234
-SURF 0x30
-mat 2
-refs 4
-16 0.586089074612 0.736006617546
-31 0.586583197117 0.767892718315
-24 0.554466068745 0.767661690712
-23 0.556751310825 0.735775589943
-SURF 0x30
-mat 2
-refs 4
-31 0.600605428219 0.772481143475
-32 0.537756383419 0.808732867241
-39 0.50633263588 0.808652341366
-24 0.559492111206 0.769924759865
-SURF 0x30
-mat 2
-refs 4
-24 0.559492111206 0.769924759865
-39 0.50633263588 0.808652341366
-37 0.44927740097 0.809792399406
-26 0.46711575985 0.771030068398
-SURF 0x30
-mat 2
-refs 4
-33 0.455821305513 0.525201380253
-30 0.455473095179 0.518463850021
-25 0.438758164644 0.518463850021
-38 0.437887579203 0.525158703327
-SURF 0x30
-mat 2
-refs 4
-38 0.437887579203 0.525158703327
-25 0.438758164644 0.518463850021
-27 0.422043204308 0.518463850021
-36 0.419953852892 0.525116026402
-SURF 0x30
-mat 2
-refs 4
-26 0.46711575985 0.771030068398
-37 0.44927740097 0.809792399406
-34 0.412061452866 0.80841088295
-29 0.405638307333 0.772020041943
-SURF 0x30
-mat 2
-refs 4
-36 0.419953852892 0.525116026402
-27 0.422043204308 0.518463850021
-28 0.388613373041 0.518463850021
-35 0.38408640027 0.525030732155
-SURF 0x30
-mat 2
-refs 4
-29 0.358979851007 0.775249123573
-34 0.358979851007 0.775249123573
-35 0.358979851007 0.775249123573
-28 0.358979851007 0.775249123573
-SURF 0x30
-mat 2
-refs 4
-34 0.359373480082 0.822860062122
-76 0.359373480082 0.822860062122
-75 0.359373480082 0.822860062122
-35 0.359373480082 0.822860062122
-SURF 0x30
-mat 2
-refs 4
-72 0.419953852892 0.525116026402
-36 0.422043204308 0.518463850021
-35 0.388613373041 0.518463850021
-75 0.38408640027 0.525030732155
-SURF 0x30
-mat 2
-refs 4
-37 0.525246620178 0.77130818367
-73 0.500941634178 0.802097022533
-76 0.378444582224 0.8017770648
-34 0.436071872711 0.771053314209
-SURF 0x30
-mat 2
-refs 4
-70 0.437887579203 0.525158703327
-38 0.438758164644 0.518463850021
-36 0.422043204308 0.518463850021
-72 0.419953852892 0.525116026402
-SURF 0x30
-mat 2
-refs 4
-74 0.455821305513 0.525201380253
-33 0.455473095179 0.518463850021
-38 0.438758164644 0.518463850021
-70 0.437887579203 0.525158703327
-SURF 0x30
-mat 2
-refs 4
-39 0.569834053516 0.771435678005
-71 0.562190175056 0.802256941795
-73 0.500941634178 0.802097022533
-37 0.525246620178 0.77130818367
-SURF 0x30
-mat 2
-refs 4
-32 0.61442142725 0.77156317234
-77 0.623438715935 0.802416920662
-71 0.562190175056 0.802256941795
-39 0.569834053516 0.771435678005
-SURF 0x30
-mat 2
-refs 4
-58 0.395501255989 0.808040380478
-41 0.395501255989 0.808040380478
-40 0.395501255989 0.808040380478
-59 0.395501255989 0.808040380478
-SURF 0x30
-mat 2
-refs 4
-41 0.395501255989 0.808040380478
-42 0.395501255989 0.808040380478
-43 0.395501255989 0.808040380478
-40 0.395501255989 0.808040380478
-SURF 0x30
-mat 2
-refs 4
-42 0.399851858616 0.632653355598
-45 0.399851858616 0.632653355598
-44 0.399851858616 0.632653355598
-43 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-47 0.399851858616 0.632653355598
-49 0.399851858616 0.632653355598
-48 0.399851858616 0.632653355598
-46 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-52 0.399851858616 0.632653355598
-53 0.399851858616 0.632653355598
-51 0.399851858616 0.632653355598
-50 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-57 0.399851858616 0.632653355598
-56 0.399851858616 0.632653355598
-55 0.399851858616 0.632653355598
-54 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-60 0.395501255989 0.808040380478
-61 0.395501255989 0.808040380478
-56 0.395501255989 0.808040380478
-57 0.395501255989 0.808040380478
-SURF 0x30
-mat 2
-refs 4
-58 0.395501255989 0.808040380478
-59 0.395501255989 0.808040380478
-61 0.395501255989 0.808040380478
-60 0.395501255989 0.808040380478
-SURF 0x30
-mat 2
-refs 4
-69 0.61442142725 0.77156317234
-62 0.569834053516 0.771435678005
-71 0.562190175056 0.802256941795
-77 0.623438715935 0.802416920662
-SURF 0x30
-mat 2
-refs 4
-62 0.569834053516 0.771435678005
-64 0.525246620178 0.77130818367
-73 0.500941634178 0.802097022533
-71 0.562190175056 0.802256941795
-SURF 0x30
-mat 2
-refs 4
-74 0.455821305513 0.525201380253
-70 0.437887579203 0.525158703327
-63 0.438758164644 0.518463850021
-68 0.455473095179 0.518463850021
-SURF 0x30
-mat 2
-refs 4
-70 0.437887579203 0.525158703327
-72 0.419953852892 0.525116026402
-65 0.422043204308 0.518463850021
-63 0.438758164644 0.518463850021
-SURF 0x30
-mat 2
-refs 4
-64 0.525246620178 0.77130818367
-67 0.436071872711 0.771053314209
-76 0.378444582224 0.8017770648
-73 0.500941634178 0.802097022533
-SURF 0x30
-mat 2
-refs 4
-72 0.419953852892 0.525116026402
-75 0.38408640027 0.525030732155
-66 0.388613373041 0.518463850021
-65 0.422043204308 0.518463850021
-SURF 0x30
-mat 2
-refs 4
-67 0.359373480082 0.822860062122
-66 0.359373480082 0.822860062122
-75 0.359373480082 0.822860062122
-76 0.359373480082 0.822860062122
-SURF 0x30
-mat 2
-refs 4
-80 0.358979851007 0.775249123573
-81 0.358979851007 0.775249123573
-66 0.358979851007 0.775249123573
-67 0.358979851007 0.775249123573
-SURF 0x30
-mat 2
-refs 4
-65 0.419953852892 0.525116026402
-66 0.38408640027 0.525030732155
-81 0.388613373041 0.518463850021
-82 0.422043204308 0.518463850021
-SURF 0x30
-mat 2
-refs 4
-83 0.46711575985 0.771030068398
-80 0.405638307333 0.772020041943
-67 0.412061452866 0.80841088295
-64 0.44927740097 0.809792399406
-SURF 0x30
-mat 2
-refs 4
-63 0.437887579203 0.525158703327
-65 0.419953852892 0.525116026402
-82 0.422043204308 0.518463850021
-84 0.438758164644 0.518463850021
-SURF 0x30
-mat 2
-refs 4
-68 0.455821305513 0.525201380253
-63 0.437887579203 0.525158703327
-84 0.438758164644 0.518463850021
-79 0.455473095179 0.518463850021
-SURF 0x30
-mat 2
-refs 4
-85 0.559492111206 0.769924759865
-83 0.46711575985 0.771030068398
-64 0.44927740097 0.809792399406
-62 0.50633263588 0.808652341366
-SURF 0x30
-mat 2
-refs 4
-78 0.600605428219 0.772481143475
-85 0.559492111206 0.769924759865
-62 0.50633263588 0.808652341366
-69 0.537756383419 0.808732867241
-SURF 0x30
-mat 2
-refs 4
-93 0.586089074612 0.736006617546
-86 0.556751310825 0.735775589943
-85 0.554466068745 0.767661690712
-78 0.586583197117 0.767892718315
-SURF 0x30
-mat 2
-refs 4
-86 0.556751310825 0.735775589943
-88 0.527413547039 0.73554456234
-83 0.522348940372 0.767430663109
-85 0.554466068745 0.767661690712
-SURF 0x30
-mat 2
-refs 4
-94 0.559036552906 0.703889489174
-96 0.532478153706 0.703658461571
-88 0.527413547039 0.73554456234
-86 0.556751310825 0.735775589943
-SURF 0x30
-mat 2
-refs 4
-79 0.622497081757 0.375451922417
-84 0.561248540878 0.374895095825
-87 0.564221799374 0.314203381538
-92 0.621307790279 0.314203381538
-SURF 0x30
-mat 2
-refs 4
-87 0.564221799374 0.314203381538
-89 0.507135748863 0.314203381538
-97 0.514271497726 0.254068434238
-95 0.567195057869 0.253511667252
-SURF 0x30
-mat 2
-refs 4
-84 0.561248540878 0.374895095825
-82 0.5 0.374338269234
-89 0.507135748863 0.314203381538
-87 0.564221799374 0.314203381538
-SURF 0x30
-mat 2
-refs 4
-88 0.527413547039 0.73554456234
-91 0.468738019466 0.735082447529
-80 0.458114653826 0.766968548298
-83 0.522348940372 0.767430663109
-SURF 0x30
-mat 2
-refs 4
-96 0.532478153706 0.703658461571
-99 0.479361355305 0.70319634676
-91 0.468738019466 0.735082447529
-88 0.527413547039 0.73554456234
-SURF 0x30
-mat 2
-refs 4
-89 0.507135748863 0.314203381538
-90 0.392963767052 0.314203321934
-98 0.408424496651 0.255182027817
-97 0.514271497726 0.254068434238
-SURF 0x30
-mat 2
-refs 4
-82 0.5 0.374338269234
-81 0.377502918243 0.373224675655
-90 0.392963767052 0.314203321934
-89 0.507135748863 0.314203381538
-SURF 0x30
-mat 2
-refs 4
-91 0.458114653826 0.639424204826
-90 0.458114653826 0.639424204826
-81 0.458114653826 0.639424204826
-80 0.458114653826 0.639424204826
-SURF 0x30
-mat 2
-refs 4
-99 0.458114653826 0.639424204826
-110 0.458114653826 0.639424204826
-90 0.458114653826 0.639424204826
-91 0.458114653826 0.639424204826
-SURF 0x30
-mat 2
-refs 4
-108 0.584606766701 0.640348434448
-103 0.563607037067 0.64011734724
-94 0.559036552906 0.703889489174
-101 0.585594952106 0.704120576382
-SURF 0x30
-mat 2
-refs 4
-103 0.563607037067 0.64011734724
-105 0.542607367039 0.639886260033
-96 0.532478153706 0.703658461571
-94 0.559036552906 0.703889489174
-SURF 0x30
-mat 2
-refs 4
-100 0.620118558407 0.25295484066
-95 0.567195057869 0.253511667252
-102 0.573141515255 0.132128179073
-107 0.617740035057 0.130457758904
-SURF 0x30
-mat 2
-refs 4
-95 0.567195057869 0.253511667252
-97 0.514271497726 0.254068434238
-104 0.528543055058 0.133798599243
-102 0.573141515255 0.132128179073
-SURF 0x30
-mat 2
-refs 4
-99 0.479361355305 0.70319634676
-96 0.532478153706 0.703658461571
-105 0.542607367039 0.639886260033
-109 0.500608086586 0.639424204826
-SURF 0x30
-mat 2
-refs 4
-97 0.514271497726 0.254068434238
-98 0.408424496651 0.255182027817
-106 0.439346075058 0.137139439583
-104 0.528543055058 0.133798599243
-SURF 0x30
-mat 2
-refs 4
-109 0.399851858616 0.632653355598
-106 0.399851858616 0.632653355598
-110 0.399851858616 0.632653355598
-99 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-103 0.399851858616 0.632653355598
-102 0.399851858616 0.632653355598
-104 0.399851858616 0.632653355598
-105 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-108 0.399851858616 0.632653355598
-107 0.399851858616 0.632653355598
-102 0.399851858616 0.632653355598
-103 0.399851858616 0.632653355598
-SURF 0x30
-mat 2
-refs 4
-105 0.399851858616 0.632653355598
-104 0.399851858616 0.632653355598
-106 0.399851858616 0.632653355598
-109 0.399851858616 0.632653355598
-kids 0
-OBJECT poly
-name "horzstab"
-data 8
-Mesh.005
-texture "//DSC01758.rgb"
-texrep 1 1
-crease 45.000000
-numvert 9
--0.130157 0.035188 -0.165385
-0.056747 0.048284 -0.165385
-0.056748 0.047968 0.16319
--0.130232 0.034365 0.16319
-0.056747 0.035473 -0.001098
--0.130195 0.039586 -0.001098
-0.024135 0.054261 -0.165385
-0.024101 0.054395 0.16319
--0.031115 0.052716 -0.001098
-numsurf 4
-SURF 0x30
-mat 2
-refs 4
-4 0.528291463852 0.761986076832
-8 0.51858150959 0.76190161705
-7 0.519941926003 0.773422718048
-2 0.52847212553 0.77364385128
-SURF 0x30
-mat 2
-refs 4
-8 0.51858150959 0.76190161705
-5 0.508871614933 0.761817157269
-3 0.51141166687 0.773201584816
-7 0.519941926003 0.773422718048
-SURF 0x30
-mat 2
-refs 4
-6 0.520433187485 0.750243842602
-0 0.512755572796 0.75015938282
-5 0.508871614933 0.761817157269
-8 0.51858150959 0.76190161705
-SURF 0x30
-mat 2
-refs 4
-8 0.51858150959 0.76190161705
-4 0.528291463852 0.761986076832
-1 0.528110802174 0.750328302383
-6 0.520433187485 0.750243842602
-kids 0
+AC3Db
+MATERIAL "DefaultWhite" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 0.5 0.5 0.5  
shi 64  trans 0
+MATERIAL "ac3dmat0" rgb 0 0 0 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 
16 trans 0
+MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 
16 trans 0
+OBJECT world
+kids 10
+OBJECT poly
+name "elevator.002"
+data 8
+Mesh.007
+crease 45.000000
+numvert 16
+0.347071 0.070181 -0.798229
+0.358572 0.068152 -0.798229
+0.35857 0.074784 -0.874594
+0.347071 0.076781 -0.874594
+0.327247 0.077067 -0.874727
+0.378451 0.075071 -0.874602
+0.37852 0.068468 -0.798331
+0.327249 0.07047 -0.798206
+0.36769 0.077071 0.922783
+0.41896 0.075069 0.922658
+0.418891 0.06847 0.846387
+0.367688 0.070467 0.846262
+0.387511 0.070181 0.846395
+0.399011 0.068183 0.846395
+0.399013 0.074752 0.92276
+0.387511 0.076781 0.92276
+numsurf 10
+SURF 0x30
+mat 1
+refs 4
+3 0.0 1.0
+0 0.0 0.0434782989323
+1 1.0 0.0
+2 0.980769991875 1.0
+SURF 0x30
+mat 1
+refs 4
+7 0.0 0.0
+0 0.0 0.0
+3 0.0 0.0
+4 0.0 0.0
+SURF 0x30
+mat 1
+refs 4
+0 0.0 0.0
+7 0.0 0.0
+6 0.0 0.0
+1 0.0 0.0
+SURF 0x30
+mat 1
+refs 4
+5 0.0 0.0
+2 0.0 0.0
+1 0.0 0.0
+6 0.0 0.0
+SURF 0x30
+mat 1
+refs 4
+4 0.0 0.0
+3 0.0 0.0
+2 0.0 0.0
+5 0.0 0.0
+SURF 0x30
+mat 1
+refs 4
+11 0.0 0.0
+12 0.0 0.0
+13 0.0 0.0
+10 0.0 0.0
+SURF 0x30
+mat 1
+refs 4
+10 0.0 0.0
+13 0.0 0.0
+14 0.0 0.0
+9 0.0 0.0
+SURF 0x30
+mat 1
+refs 4
+15 0.0 0.0
+8 0.0 0.0
+9 0.0 0.0
+14 0.0 0.0
+SURF 0x30
+mat 1
+refs 4
+8 0.0 0.0
+15 0.0 0.0
+12 0.0 0.0
+11 0.0 0.0
+SURF 0x30
+mat 1
+refs 4
+12 0.0 1.0
+15 0.0 0.0434782989323
+14 1.0 0.0
+13 0.980769991875 1.0
+kids 0
+OBJECT poly
+name "strut"
+data 8
+Mesh.012
+crease 45.000000
+numvert 76
+0.560943 0.047946 0.86931
+0.560133 0.048086 0.869093
+0.55999 0.048179 0.86835
+0.560659 0.048131 0.867826
+0.561611 0.047897 0.868785
+0.561469 0.047989 0.868042
+0.561581 0.053113 0.869846
+0.560784 0.052492 0.869392
+0.56061 0.052599 0.868659
+0.561237 0.053327 0.86838
+0.562226 0.05384 0.869567
+0.562055 0.053946 0.868833
+0.394243 0.073744 0.912046
+0.394042 0.07305 0.911597
+0.393871 0.073156 0.910864
+0.393898 0.073958 0.910579
+0.394098 0.074652 0.911028
+0.39427 0.074546 0.911762
+0.39997 0.073025 0.910591
+0.399768 0.07233 0.910142
+0.399596 0.072437 0.909408
+0.399623 0.073239 0.909123
+0.399824 0.073933 0.909572
+0.399996 0.073826 0.910306
+0.483779 0.06236 0.89022
+0.48358 0.061666 0.889771
+0.483406 0.061773 0.889037
+0.483435 0.062574 0.888753
+0.483634 0.063269 0.889203
+0.483808 0.063162 0.889935
+0.486658 0.062139 0.889516
+0.486458 0.061444 0.889067
+0.486285 0.061551 0.888334
+0.486313 0.062352 0.88805
+0.486513 0.063047 0.888499
+0.486687 0.06294 0.889231
+0.394071 0.073851 0.911313
+0.560801 0.048038 0.868567
+0.526582 0.048038 -0.806734
+0.36246 0.073851 -0.858598
+0.452748 0.06294 -0.828377
+0.452988 0.063047 -0.82909
+0.453056 0.062352 -0.829577
+0.452882 0.061551 -0.82935
+0.452641 0.061444 -0.828637
+0.452573 0.062139 -0.82815
+0.449932 0.063162 -0.829301
+0.450172 0.063269 -0.830015
+0.45024 0.062574 -0.830502
+0.450066 0.061773 -0.830276
+0.449826 0.061666 -0.829561
+0.449758 0.06236 -0.829074
+0.368022 0.073826 -0.85632
+0.368264 0.073933 -0.857034
+0.36833 0.073239 -0.857521
+0.368157 0.072437 -0.857294
+0.367915 0.07233 -0.85658
+0.367848 0.073025 -0.856093
+0.362392 0.074546 -0.858111
+0.362634 0.074652 -0.858825
+0.3627 0.073958 -0.859312
+0.362527 0.073156 -0.859085
+0.362286 0.073049 -0.858372
+0.362219 0.073744 -0.857885
+0.527506 0.053946 -0.805845
+0.527264 0.05384 -0.805132
+0.527052 0.053327 -0.806662
+0.526371 0.052599 -0.806756
+0.526132 0.052492 -0.806042
+0.526568 0.053113 -0.805236
+0.527427 0.047989 -0.806826
+0.527154 0.047897 -0.806121
+0.526854 0.048131 -0.807438
+0.526009 0.048179 -0.807347
+0.525737 0.048086 -0.806641
+0.526311 0.047946 -0.806028
+numsurf 84
+SURF 0x10
+mat 1
+refs 3
+4 0.0 0.0
+0 0.0 0.0
+37 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+37 0.0 0.0
+0 0.0 0.0
+1 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+37 0.0 0.0
+1 0.0 0.0
+2 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+37 0.0 0.0
+2 0.0 0.0
+3 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+37 0.0 0.0
+3 0.0 0.0
+5 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+37 0.0 0.0
+5 0.0 0.0
+4 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+0 0.0 0.0
+4 0.0 0.0
+10 0.0 0.0
+6 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+1 0.0 0.0
+0 0.0 0.0
+6 0.0 0.0
+7 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+7 0.0 0.0
+8 0.0 0.0
+2 0.0 0.0
+1 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+8 0.0 0.0
+9 0.0 0.0
+3 0.0 0.0
+2 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+9 0.0 0.0
+11 0.0 0.0
+5 0.0 0.0
+3 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+11 0.0 0.0
+10 0.0 0.0
+4 0.0 0.0
+5 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+35 0.0 0.0
+30 0.0 0.0
+6 0.0 0.0
+10 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+30 0.0 0.0
+31 0.0 0.0
+7 0.0 0.0
+6 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+31 0.0 0.0
+32 0.0 0.0
+8 0.0 0.0
+7 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+32 0.0 0.0
+33 0.0 0.0
+9 0.0 0.0
+8 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+33 0.0 0.0
+34 0.0 0.0
+11 0.0 0.0
+9 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+34 0.0 0.0
+35 0.0 0.0
+10 0.0 0.0
+11 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+36 0.0 0.0
+12 0.0 0.0
+17 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+36 0.0 0.0
+13 0.0 0.0
+12 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+36 0.0 0.0
+14 0.0 0.0
+13 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+36 0.0 0.0
+15 0.0 0.0
+14 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+36 0.0 0.0
+16 0.0 0.0
+15 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+36 0.0 0.0
+17 0.0 0.0
+16 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+18 0.0 0.0
+23 0.0 0.0
+17 0.0 0.0
+12 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+19 0.0 0.0
+18 0.0 0.0
+12 0.0 0.0
+13 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+20 0.0 0.0
+19 0.0 0.0
+13 0.0 0.0
+14 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+21 0.0 0.0
+20 0.0 0.0
+14 0.0 0.0
+15 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+22 0.0 0.0
+21 0.0 0.0
+15 0.0 0.0
+16 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+23 0.0 0.0
+22 0.0 0.0
+16 0.0 0.0
+17 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+24 0.0 0.0
+29 0.0 0.0
+23 0.0 0.0
+18 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+25 0.0 0.0
+24 0.0 0.0
+18 0.0 0.0
+19 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+26 0.0 0.0
+25 0.0 0.0
+19 0.0 0.0
+20 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+27 0.0 0.0
+26 0.0 0.0
+20 0.0 0.0
+21 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+28 0.0 0.0
+27 0.0 0.0
+21 0.0 0.0
+22 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+29 0.0 0.0
+28 0.0 0.0
+22 0.0 0.0
+23 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+35 -2.98022992951e-008 1.0
+29 -2.98022992951e-008 0.0
+24 0.166666999459 0.0
+30 0.166666999459 1.0
+SURF 0x10
+mat 1
+refs 4
+30 0.166666999459 1.0
+24 0.166666999459 0.0
+25 0.33333298564 0.0
+31 0.33333298564 1.0
+SURF 0x10
+mat 1
+refs 4
+31 0.33333298564 1.0
+25 0.33333298564 0.0
+26 0.5 0.0
+32 0.5 1.0
+SURF 0x10
+mat 1
+refs 4
+32 0.5 1.0
+26 0.5 0.0
+27 0.666666984558 0.0
+33 0.666666984558 1.0
+SURF 0x10
+mat 1
+refs 4
+33 0.666666984558 1.0
+27 0.666666984558 0.0
+28 0.833333015442 0.0
+34 0.833333015442 1.0
+SURF 0x10
+mat 1
+refs 4
+34 0.833333015442 1.0
+28 0.833333015442 0.0
+29 1.0 0.0
+35 1.0 1.0
+SURF 0x10
+mat 1
+refs 4
+41 0.833333015442 1.0
+47 0.833333015442 0.0
+46 1.0 0.0
+40 1.0 1.0
+SURF 0x10
+mat 1
+refs 4
+42 0.666666984558 1.0
+48 0.666666984558 0.0
+47 0.833333015442 0.0
+41 0.833333015442 1.0
+SURF 0x10
+mat 1
+refs 4
+43 0.5 1.0
+49 0.5 0.0
+48 0.666666984558 0.0
+42 0.666666984558 1.0
+SURF 0x10
+mat 1
+refs 4
+44 0.33333298564 1.0
+50 0.33333298564 0.0
+49 0.5 0.0
+43 0.5 1.0
+SURF 0x10
+mat 1
+refs 4
+45 0.166666999459 1.0
+51 0.166666999459 0.0
+50 0.33333298564 0.0
+44 0.33333298564 1.0
+SURF 0x10
+mat 1
+refs 4
+40 -2.98022992951e-008 1.0
+46 -2.98022992951e-008 0.0
+51 0.166666999459 0.0
+45 0.166666999459 1.0
+SURF 0x10
+mat 1
+refs 4
+46 0.0 0.0
+47 0.0 0.0
+53 0.0 0.0
+52 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+47 0.0 0.0
+48 0.0 0.0
+54 0.0 0.0
+53 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+48 0.0 0.0
+49 0.0 0.0
+55 0.0 0.0
+54 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+49 0.0 0.0
+50 0.0 0.0
+56 0.0 0.0
+55 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+50 0.0 0.0
+51 0.0 0.0
+57 0.0 0.0
+56 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+51 0.0 0.0
+46 0.0 0.0
+52 0.0 0.0
+57 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+52 0.0 0.0
+53 0.0 0.0
+59 0.0 0.0
+58 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+53 0.0 0.0
+54 0.0 0.0
+60 0.0 0.0
+59 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+54 0.0 0.0
+55 0.0 0.0
+61 0.0 0.0
+60 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+55 0.0 0.0
+56 0.0 0.0
+62 0.0 0.0
+61 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+56 0.0 0.0
+57 0.0 0.0
+63 0.0 0.0
+62 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+57 0.0 0.0
+52 0.0 0.0
+58 0.0 0.0
+63 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+39 0.0 0.0
+58 0.0 0.0
+59 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+39 0.0 0.0
+59 0.0 0.0
+60 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+39 0.0 0.0
+60 0.0 0.0
+61 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+39 0.0 0.0
+61 0.0 0.0
+62 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+39 0.0 0.0
+62 0.0 0.0
+63 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+39 0.0 0.0
+63 0.0 0.0
+58 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+41 0.0 0.0
+40 0.0 0.0
+65 0.0 0.0
+64 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+42 0.0 0.0
+41 0.0 0.0
+64 0.0 0.0
+66 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+43 0.0 0.0
+42 0.0 0.0
+66 0.0 0.0
+67 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+44 0.0 0.0
+43 0.0 0.0
+67 0.0 0.0
+68 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+45 0.0 0.0
+44 0.0 0.0
+68 0.0 0.0
+69 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+40 0.0 0.0
+45 0.0 0.0
+69 0.0 0.0
+65 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+64 0.0 0.0
+65 0.0 0.0
+71 0.0 0.0
+70 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+66 0.0 0.0
+64 0.0 0.0
+70 0.0 0.0
+72 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+67 0.0 0.0
+66 0.0 0.0
+72 0.0 0.0
+73 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+68 0.0 0.0
+67 0.0 0.0
+73 0.0 0.0
+74 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+74 0.0 0.0
+75 0.0 0.0
+69 0.0 0.0
+68 0.0 0.0
+SURF 0x10
+mat 1
+refs 4
+75 0.0 0.0
+71 0.0 0.0
+65 0.0 0.0
+69 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+38 0.0 0.0
+70 0.0 0.0
+71 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+38 0.0 0.0
+72 0.0 0.0
+70 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+38 0.0 0.0
+73 0.0 0.0
+72 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+38 0.0 0.0
+74 0.0 0.0
+73 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+38 0.0 0.0
+75 0.0 0.0
+74 0.0 0.0
+SURF 0x10
+mat 1
+refs 3
+71 0.0 0.0
+75 0.0 0.0
+38 0.0 0.0
+kids 0
+OBJECT poly
+name "lhelevon"
+data 8
+Mesh.034
+texture "//DSC01758.rgb"
+texrep 1 1
+crease 45.000000
+numvert 13
+0.599074 0.014895 -0.531554
+0.888591 0.119852 2.243279
+0.88656 0.113006 2.242792
+0.599074 0.014895 0.530098
+0.59518 0.008608 0.527454
+0.463361 0.035624 0.529998
+0.460279 0.012334 0.527711
+0.59518 0.008608 0.527454
+0.599074 0.014895 0.530098
+0.830417 0.12606 2.243226
+0.828674 0.113886 2.242929
+0.88656 0.113006 2.242792
+0.888591 0.119852 2.243279
+numsurf 3
+SURF 0x30
+mat 2
+refs 4
+3 0.389142990112 0.68247282505
+1 0.389142990112 0.68247282505
+2 0.389142990112 0.68247282505
+4 0.389142990112 0.68247282505
+SURF 0x30
+mat 2
+refs 4
+12 0.632252514362 0.754359185696
+8 0.633194804192 0.815167069435
+5 0.577246665955 0.814726471901
+9 0.581604659557 0.753918588161
+SURF 0x30
+mat 2
+refs 4
+7 0.621307790279 0.314203381538
+11 0.620118558407 0.25295484066
+10 0.567195057869 0.253511667252
+6 0.564221799374 0.314203381538
+kids 0
+OBJECT poly
+name "vertfin.001"
+data 8
+Mesh.030
+texture "//DSC01758.rgb"
+texrep 1 1
+crease 45.000000
+numvert 40
+0.898813 0.127446 2.305112
+0.991374 0.444008 2.310203
+0.898925 0.444261 2.309624
+0.894502 0.444221 2.309629
+0.891408 0.443818 2.309534
+0.887714 0.441718 2.309106
+0.885246 0.439368 2.308627
+0.647729 0.11492 2.308054
+0.647636 0.115487 2.307015
+0.885226 0.439496 2.308345
+0.887694 0.441835 2.308817
+0.891387 0.443935 2.309244
+0.894483 0.444362 2.309331
+0.898906 0.444396 2.309338
+0.991278 0.444693 2.308753
+0.898719 0.128013 2.304073
+0.675529 0.109794 2.307774
+0.88548 0.439591 2.308672
+0.675436 0.110361 2.306736
+0.885461 0.439718 2.308389
+0.885461 0.439718 -2.305973
+0.675436 0.110361 -2.304319
+0.88548 0.439591 -2.306256
+0.675529 0.109794 -2.305357
+0.898719 0.128013 -2.301657
+0.991278 0.444693 -2.306336
+0.898906 0.444396 -2.306921
+0.894483 0.444362 -2.306914
+0.891387 0.443935 -2.306828
+0.887694 0.441835 -2.3064
+0.885226 0.439496 -2.305928
+0.647636 0.115487 -2.304599
+0.647729 0.11492 -2.305637
+0.885246 0.439368 -2.306211
+0.887714 0.441718 -2.306689
+0.891408 0.443818 -2.307117
+0.894502 0.444221 -2.307213
+0.898925 0.444261 -2.307207
+0.991374 0.444008 -2.307786
+0.898813 0.127446 -2.302695
+numsurf 28
+SURF 0x30
+mat 2
+refs 4
+0 0.497161775827 0.756072878838
+1 0.497380167246 0.787407398224
+2 0.485913664103 0.787407398224
+3 0.483402043581 0.78682166338
+SURF 0x30
+mat 2
+refs 4
+0 0.497161775827 0.756072878838
+3 0.483402043581 0.78682166338
+4 0.481654673815 0.786089539528
+5 0.480235010386 0.785211026669
+SURF 0x30
+mat 2
+refs 4
+1 0.464727908373 0.754755079746
+0 0.464727908373 0.754755079746
+15 0.464727908373 0.754755079746
+14 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+2 0.464727908373 0.754755079746
+1 0.464727908373 0.754755079746
+14 0.464727908373 0.754755079746
+13 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+3 0.464727908373 0.754755079746
+2 0.464727908373 0.754755079746
+13 0.464727908373 0.754755079746
+12 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+4 0.464727908373 0.754755079746
+3 0.464727908373 0.754755079746
+12 0.464727908373 0.754755079746
+11 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+5 0.464727908373 0.754755079746
+4 0.464727908373 0.754755079746
+11 0.464727908373 0.754755079746
+10 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+7 0.464727908373 0.754755079746
+6 0.464727908373 0.754755079746
+9 0.464727908373 0.754755079746
+8 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+16 0.480944782495 0.75541394949
+0 0.497161775827 0.756072878838
+5 0.480235010386 0.785211026669
+17 0.479525238276 0.784552156925
+SURF 0x30
+mat 2
+refs 4
+17 0.479525238276 0.784552156925
+6 0.478815346956 0.783893227577
+7 0.464727908373 0.754755079746
+16 0.480944782495 0.75541394949
+SURF 0x30
+mat 2
+refs 4
+0 0.464727908373 0.754755079746
+16 0.464727908373 0.754755079746
+18 0.464727908373 0.754755079746
+15 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+16 0.464727908373 0.754755079746
+7 0.464727908373 0.754755079746
+8 0.464727908373 0.754755079746
+18 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+6 0.464727908373 0.754755079746
+17 0.464727908373 0.754755079746
+19 0.464727908373 0.754755079746
+9 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+17 0.464727908373 0.754755079746
+5 0.464727908373 0.754755079746
+10 0.464727908373 0.754755079746
+19 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+22 0.464727908373 0.754755079746
+20 0.464727908373 0.754755079746
+29 0.464727908373 0.754755079746
+34 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+33 0.464727908373 0.754755079746
+30 0.464727908373 0.754755079746
+20 0.464727908373 0.754755079746
+22 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+23 0.464727908373 0.754755079746
+21 0.464727908373 0.754755079746
+31 0.464727908373 0.754755079746
+32 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+39 0.464727908373 0.754755079746
+24 0.464727908373 0.754755079746
+21 0.464727908373 0.754755079746
+23 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+22 0.479525238276 0.784552156925
+23 0.480944782495 0.75541394949
+32 0.464727908373 0.754755079746
+33 0.478815346956 0.783893227577
+SURF 0x30
+mat 2
+refs 4
+23 0.480944782495 0.75541394949
+22 0.479525238276 0.784552156925
+34 0.480235010386 0.785211026669
+39 0.497161775827 0.756072878838
+SURF 0x30
+mat 2
+refs 4
+32 0.464727908373 0.754755079746
+31 0.464727908373 0.754755079746
+30 0.464727908373 0.754755079746
+33 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+34 0.464727908373 0.754755079746
+29 0.464727908373 0.754755079746
+28 0.464727908373 0.754755079746
+35 0.464727908373 0.754755079746
+SURF 0x30
+mat 2
+refs 4
+35 0.464727908373 0.754755079746
+28 0.464727908373 0.754755079746
+27 0.464727908373 0.754755079746

@@ Diff output truncated at 153600 characters. @@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]