|
From: <fli...@li...> - 2022-08-13 12:25:51
|
Revision: 6799
http://sourceforge.net/p/flightgear/fgaddon/6799
Author: helijah
Date: 2022-08-13 12:25:48 +0000 (Sat, 13 Aug 2022)
Log Message:
-----------
Stemme Sky Sportster S6: New FDM. Procedural lights. Relative paths. Added flaps.
Added Paths:
-----------
trunk/Aircraft/Sky-sportster/Models/Effects/Bump/bumpspec.eff
trunk/Aircraft/Sky-sportster/Models/Effects/Bump/normalmap.png
trunk/Aircraft/Sky-sportster/Models/lights/Classic/BlueLight.ac
trunk/Aircraft/Sky-sportster/Models/lights/Classic/BlueLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Classic/GreenLight.ac
trunk/Aircraft/Sky-sportster/Models/lights/Classic/GreenLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Classic/RedLight.ac
trunk/Aircraft/Sky-sportster/Models/lights/Classic/RedLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Classic/StrobeLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Classic/WhiteLight.ac
trunk/Aircraft/Sky-sportster/Models/lights/Classic/WhiteLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Classic/beacon.xml
trunk/Aircraft/Sky-sportster/Models/lights/Classic/light-cone.ac
trunk/Aircraft/Sky-sportster/Models/lights/Classic/light-cone.xml
trunk/Aircraft/Sky-sportster/Models/lights/Classic/light-gradient-lamp.png
trunk/Aircraft/Sky-sportster/Models/lights/Classic/lights.png
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/BlueLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/GreenLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/RedLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/StrobeLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/WhiteLight.xml
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/beacon.xml
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/light-cone.xml
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/lights.png
trunk/Aircraft/Sky-sportster/Models/lights/Procedural/petitcone.ac
trunk/Aircraft/Sky-sportster/Previews/sportster-0.png
trunk/Aircraft/Sky-sportster/Previews/sportster-1.png
trunk/Aircraft/Sky-sportster/Previews/sportster-2.png
trunk/Aircraft/Sky-sportster/Previews/sportster-3.png
trunk/Aircraft/Sky-sportster/Previews/sportster-4.png
trunk/Aircraft/Sky-sportster/Previews/sportster-5.png
Added: trunk/Aircraft/Sky-sportster/Models/Effects/Bump/bumpspec.eff
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/Effects/Bump/bumpspec.eff (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/Effects/Bump/bumpspec.eff 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!-- Bump and specular effect -->
+<PropertyList>
+
+ <name>bumpspec</name>
+ <inherits-from>Effects/model-combined-deferred</inherits-from>
+ <parameters>
+ <normalmap-enabled type="int"> 1 </normalmap-enabled>
+ <normalmap-dds type="int"> 0 </normalmap-dds>
+ <normalmap-tiling type="float"> 1.0 </normalmap-tiling>
+ <texture n="2">
+ <image>Aircraft/Sky-sportster/Models/Effects/Bump/normalmap.png</image>
+ <filter>linear-mipmap-linear</filter>
+ <wrap-s>repeat</wrap-s>
+ <wrap-t>repeat</wrap-t>
+ <internal-format>normalized</internal-format>
+ </texture>
+ <lightmap-enabled type="int"> 0 </lightmap-enabled>
+ <reflection-enabled type="int"> 1 </reflection-enabled>
+ <reflection-correction type="float"> -0.1 </reflection-correction>
+ <reflection-dynamic type="int"> 1 </reflection-dynamic>
+ <reflection-fresnel type="float"> 0.1 </reflection-fresnel>
+ <reflection-rainbow type="float"> 0.1 </reflection-rainbow>
+ <reflection-noise type="float"> 0.0 </reflection-noise>
+ <texture n= "5" >
+ <type>cubemap</type>
+ <images>
+ <positive-x>Aircraft/Generic/Effects/fgfs-sky2/1.png</positive-x>
+ <negative-x>Aircraft/Generic/Effects/fgfs-sky2/4.png</negative-x>
+ <positive-y>Aircraft/Generic/Effects/fgfs-sky2/2.png</positive-y>
+ <negative-y>Aircraft/Generic/Effects/fgfs-sky2/3.png</negative-y>
+ <positive-z>Aircraft/Generic/Effects/fgfs-sky2/6.png</positive-z>
+ <negative-z>Aircraft/Generic/Effects/fgfs-sky2/5.png</negative-z>
+ </images>
+ </texture>
+ <ambient-correction type="float"> 0.1 </ambient-correction>
+ </parameters>
+<!--WARNING: Do not edit below this line -->
+ <!--
+ #########################
+ ### NORMALMAP INCLUDE ###
+ #########################
+ -->
+ <generate>
+ <tangent type="int">6</tangent>
+ <binormal type="int">7</binormal>
+ </generate>
+
+ <technique n="4">
+ <pass>
+ <program>
+ <attribute>
+ <name>tangent</name>
+ <index>6</index>
+ </attribute>
+ <attribute>
+ <name>binormal</name>
+ <index>7</index>
+ </attribute>
+ </program>
+ </pass>
+ </technique>
+
+ <technique n="7">
+ <pass>
+ <program>
+ <attribute>
+ <name>tangent</name>
+ <index>6</index>
+ </attribute>
+ <attribute>
+ <name>binormal</name>
+ <index>7</index>
+ </attribute>
+ </program>
+ </pass>
+ </technique>
+
+ <technique n="9">
+ <pass>
+ <program>
+ <attribute>
+ <name>tangent</name>
+ <index>6</index>
+ </attribute>
+ <attribute>
+ <name>binormal</name>
+ <index>7</index>
+ </attribute>
+ </program>
+ </pass>
+ </technique>
+ <!--
+ #############################
+ ### END NORMALMAP INCLUDE ###
+ #############################
+ -->
+</PropertyList>
Added: trunk/Aircraft/Sky-sportster/Models/Effects/Bump/normalmap.png
===================================================================
(Binary files differ)
Index: trunk/Aircraft/Sky-sportster/Models/Effects/Bump/normalmap.png
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/Effects/Bump/normalmap.png 2022-08-13 12:24:00 UTC (rev 6798)
+++ trunk/Aircraft/Sky-sportster/Models/Effects/Bump/normalmap.png 2022-08-13 12:25:48 UTC (rev 6799)
Property changes on: trunk/Aircraft/Sky-sportster/Models/Effects/Bump/normalmap.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/BlueLight.ac
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/BlueLight.ac (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/BlueLight.ac 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,81 @@
+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
+OBJECT world
+kids 1
+OBJECT poly
+name "Light"
+loc 0 0 -0
+data 5
+Light
+texture "lights.png"
+texrep 1.000000 1.000000
+crease 45.000001
+numvert 24
+0.5 0.5 0.001
+-0.5 0.5 0.001
+-0.5 -0.5 0.001
+0.5 -0.5 0.001
+0.001 -0.5 -0.5
+0.001 -0.5 0.5
+0.001 0.5 0.5
+0.001 0.5 -0.5
+0.5 0.001 -0.5
+-0.5 0.001 -0.5
+-0.5 0.001 0.5
+0.5 0.001 0.5
+-0.001 -0.5 -0.5
+-0.001 -0.5 0.5
+-0.001 0.5 0.5
+-0.001 0.5 -0.5
+0.5 0.5 -0.001
+-0.5 0.5 -0.001
+-0.5 -0.5 -0.001
+0.5 -0.5 -0.001
+0.5 -0.001 -0.5
+-0.5 -0.001 -0.5
+-0.5 -0.001 0.5
+0.5 -0.001 0.5
+numsurf 6
+SURF 0x00
+mat 0
+refs 4
+0 0.930196762085 0.447449624538
+1 0.544773697853 0.447449505329
+2 0.544773697853 0.062026433647
+3 0.930196762085 0.062026433647
+SURF 0x00
+mat 0
+refs 4
+7 0.933126568794 0.063003055751
+6 0.933126568794 0.448426187038
+5 0.547703385353 0.448426187038
+4 0.547703385353 0.063002996147
+SURF 0x00
+mat 0
+refs 4
+11 0.930196881294 0.451355874538
+8 0.930196881294 0.065932683647
+9 0.544773697853 0.065932743251
+10 0.544773817062 0.451355874538
+SURF 0x00
+mat 0
+refs 4
+15 0.933126568794 0.063003055751
+12 0.547703385353 0.063002996147
+13 0.547703385353 0.448426187038
+14 0.933126568794 0.448426187038
+SURF 0x00
+mat 0
+refs 4
+16 0.930196762085 0.447449624538
+19 0.930196762085 0.062026433647
+18 0.544773697853 0.062026433647
+17 0.544773697853 0.447449505329
+SURF 0x00
+mat 0
+refs 4
+23 0.930196881294 0.451355874538
+22 0.544773817062 0.451355874538
+21 0.544773697853 0.065932743251
+20 0.930196881294 0.065932683647
+kids 0
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/BlueLight.xml
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/BlueLight.xml (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/BlueLight.xml 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<PropertyList>
+
+ <path>BlueLight.ac</path>
+ <nopreview/>
+
+ <animation>
+
+ <object-name>Light</object-name>
+ </animation>
+
+ <animation>
+ <type>noshadow</type>
+ <object-name>Light</object-name>
+ </animation>
+
+ <effect>
+ <inherits-from>Effects/model-transparent</inherits-from>
+ <object-name>Light</object-name>
+ </effect>
+
+ <animation>
+ <type>alpha-test</type>
+ <alpha-factor>0.01</alpha-factor>
+ </animation>
+
+ <animation>
+ <type>billboard</type>
+ <object-name>Light</object-name>
+ <spherical type="bool">true</spherical>
+ </animation>
+
+ <animation>
+ <type>material</type>
+ <object-name>Light</object-name>
+ <emission>
+ <red> 0 </red>
+ <green> 0 </green>
+ <blue> 2 </blue>
+ </emission>
+ </animation>
+
+ <animation>
+ <type>dist-scale</type>
+ <object-name>Light</object-name>
+ <interpolation>
+ <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
+ <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
+ <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
+ </interpolation>
+ </animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>Light</object-name>
+ <condition>
+ <property>/controls/lighting/nav-lights</property>
+ </condition>
+ </animation>
+
+</PropertyList>
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/GreenLight.ac
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/GreenLight.ac (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/GreenLight.ac 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,82 @@
+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 "DefaultWhite.001" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
+OBJECT world
+kids 1
+OBJECT poly
+name "Light"
+loc 0 0 -0
+data 5
+Light
+texture "lights.png"
+texrep 1.000000 1.000000
+crease 45.000001
+numvert 24
+0.5 0.5 0.001
+-0.5 0.5 0.001
+-0.5 -0.5 0.001
+0.5 -0.5 0.001
+0.001 -0.5 -0.5
+0.001 -0.5 0.5
+0.001 0.5 0.5
+0.001 0.5 -0.5
+0.5 0.001 -0.5
+-0.5 0.001 -0.5
+-0.5 0.001 0.5
+0.5 0.001 0.5
+-0.001 -0.5 -0.5
+-0.001 -0.5 0.5
+-0.001 0.5 0.5
+-0.001 0.5 -0.5
+0.5 0.5 -0.001
+-0.5 0.5 -0.001
+-0.5 -0.5 -0.001
+0.5 -0.5 -0.001
+0.5 -0.001 -0.5
+-0.5 -0.001 -0.5
+-0.5 -0.001 0.5
+0.5 -0.001 0.5
+numsurf 6
+SURF 0x20
+mat 1
+refs 4
+0 0.444078326225 0.940508842468
+1 0.058655261993 0.940508723259
+2 0.058655261993 0.555085659027
+3 0.444078326225 0.555085659027
+SURF 0x20
+mat 1
+refs 4
+7 0.447008132935 0.556062281132
+6 0.447008132935 0.941485404968
+5 0.061584949493 0.941485404968
+4 0.061584949493 0.556062221527
+SURF 0x20
+mat 1
+refs 4
+11 0.444078445435 0.944415092468
+8 0.444078445435 0.558991909027
+9 0.058655261993 0.558991968632
+10 0.058655381203 0.944415092468
+SURF 0x20
+mat 1
+refs 4
+15 0.447008132935 0.556062281132
+12 0.061584949493 0.556062221527
+13 0.061584949493 0.941485404968
+14 0.447008132935 0.941485404968
+SURF 0x20
+mat 1
+refs 4
+16 0.444078326225 0.940508842468
+19 0.444078326225 0.555085659027
+18 0.058655261993 0.555085659027
+17 0.058655261993 0.940508723259
+SURF 0x20
+mat 1
+refs 4
+23 0.444078445435 0.944415092468
+22 0.058655381203 0.944415092468
+21 0.058655261993 0.558991968632
+20 0.444078445435 0.558991909027
+kids 0
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/GreenLight.xml
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/GreenLight.xml (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/GreenLight.xml 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<PropertyList>
+
+ <path>GreenLight.ac</path>
+ <nopreview/>
+
+ <animation>
+
+ <object-name>Light</object-name>
+ </animation>
+
+ <animation>
+ <type>noshadow</type>
+ <object-name>Light</object-name>
+ </animation>
+
+ <effect>
+ <inherits-from>Effects/model-transparent</inherits-from>
+ <object-name>Light</object-name>
+ </effect>
+
+ <animation>
+ <type>alpha-test</type>
+ <alpha-factor>0.01</alpha-factor>
+ </animation>
+
+ <animation>
+ <type>billboard</type>
+ <object-name>Light</object-name>
+ <spherical type="bool">true</spherical>
+ </animation>
+
+ <animation>
+ <type>material</type>
+ <object-name>Light</object-name>
+ <emission>
+ <red> 0 </red>
+ <green> 2 </green>
+ <blue> 0 </blue>
+ </emission>
+ </animation>
+
+ <animation>
+ <type>dist-scale</type>
+ <object-name>Light</object-name>
+ <interpolation>
+ <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
+ <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
+ <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
+ </interpolation>
+ </animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>Light</object-name>
+ <condition>
+ <property>/controls/lighting/nav-lights</property>
+ </condition>
+ </animation>
+
+</PropertyList>
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/RedLight.ac
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/RedLight.ac (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/RedLight.ac 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,82 @@
+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 "DefaultWhite.001" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
+OBJECT world
+kids 1
+OBJECT poly
+name "Light"
+loc 0 0 -0
+data 5
+Light
+texture "lights.png"
+texrep 1.000000 1.000000
+crease 45.000001
+numvert 24
+0.5 0.5 0.001
+-0.5 0.5 0.001
+-0.5 -0.5 0.001
+0.5 -0.5 0.001
+0.001 -0.5 -0.5
+0.001 -0.5 0.5
+0.001 0.5 0.5
+0.001 0.5 -0.5
+0.5 0.001 -0.5
+-0.5 0.001 -0.5
+-0.5 0.001 0.5
+0.5 0.001 0.5
+-0.001 -0.5 -0.5
+-0.001 -0.5 0.5
+-0.001 0.5 0.5
+-0.001 0.5 -0.5
+0.5 0.5 -0.001
+-0.5 0.5 -0.001
+-0.5 -0.5 -0.001
+0.5 -0.5 -0.001
+0.5 -0.001 -0.5
+-0.5 -0.001 -0.5
+-0.5 -0.001 0.5
+0.5 -0.001 0.5
+numsurf 6
+SURF 0x20
+mat 1
+refs 4
+0 0.944078326225 0.944415092468
+1 0.558655261993 0.944414973259
+2 0.558655261993 0.558991909027
+3 0.944078326225 0.558991909027
+SURF 0x20
+mat 1
+refs 4
+7 0.947008132935 0.559968531132
+6 0.947008132935 0.945391654968
+5 0.561584949493 0.945391654968
+4 0.561584949493 0.559968471527
+SURF 0x20
+mat 1
+refs 4
+11 0.944078445435 0.948321342468
+8 0.944078445435 0.562898159027
+9 0.558655261993 0.562898218632
+10 0.558655381203 0.948321342468
+SURF 0x20
+mat 1
+refs 4
+15 0.947008132935 0.559968531132
+12 0.561584949493 0.559968471527
+13 0.561584949493 0.945391654968
+14 0.947008132935 0.945391654968
+SURF 0x20
+mat 1
+refs 4
+16 0.944078326225 0.944415092468
+19 0.944078326225 0.558991909027
+18 0.558655261993 0.558991909027
+17 0.558655261993 0.944414973259
+SURF 0x20
+mat 1
+refs 4
+23 0.944078445435 0.948321342468
+22 0.558655381203 0.948321342468
+21 0.558655261993 0.562898218632
+20 0.944078445435 0.562898159027
+kids 0
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/RedLight.xml
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/RedLight.xml (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/RedLight.xml 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<PropertyList>
+
+ <path>RedLight.ac</path>
+ <nopreview/>
+
+ <animation>
+
+ <object-name>Light</object-name>
+ </animation>
+
+ <animation>
+ <type>noshadow</type>
+ <object-name>Light</object-name>
+ </animation>
+
+ <effect>
+ <inherits-from>Effects/model-transparent</inherits-from>
+ <object-name>Light</object-name>
+ </effect>
+
+ <animation>
+ <type>alpha-test</type>
+ <alpha-factor>0.01</alpha-factor>
+ </animation>
+
+ <animation>
+ <type>billboard</type>
+ <object-name>Light</object-name>
+ <spherical type="bool">true</spherical>
+ </animation>
+
+ <animation>
+ <type>material</type>
+ <object-name>Light</object-name>
+ <emission>
+ <red> 2 </red>
+ <green> 0 </green>
+ <blue> 0 </blue>
+ </emission>
+ </animation>
+
+ <animation>
+ <type>dist-scale</type>
+ <object-name>Light</object-name>
+ <interpolation>
+ <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
+ <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
+ <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
+ </interpolation>
+ </animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>Light</object-name>
+ <condition>
+ <property>/controls/lighting/nav-lights</property>
+ </condition>
+ </animation>
+
+</PropertyList>
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/StrobeLight.xml
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/StrobeLight.xml (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/StrobeLight.xml 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<PropertyList>
+
+ <path>WhiteLight.ac</path>
+ <nopreview/>
+
+ <animation>
+ <!-- Objets opaques -->
+
+ <!-- Objets transparents -->
+ <object-name>Light</object-name>
+ </animation>
+
+ <animation>
+ <type>noshadow</type>
+ <object-name>Light</object-name>
+ </animation>
+
+ <effect>
+ <inherits-from>Effects/model-transparent</inherits-from>
+ <object-name>Light</object-name>
+ </effect>
+
+ <animation>
+ <type>billboard</type>
+ <object-name>Light</object-name>
+ <spherical type="bool">true</spherical>
+ </animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>Light</object-name>
+ <condition>
+ <property>/sim/model/lights/sbc1/state</property>
+ </condition>
+ </animation>
+
+ <animation>
+ <type>dist-scale</type>
+ <object-name>Light</object-name>
+ <interpolation>
+ <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
+ <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
+ <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
+ </interpolation>
+ </animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>Light</object-name>
+ <condition>
+ <property>controls/lighting/strobe</property>
+ </condition>
+ </animation>
+
+</PropertyList>
+
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/WhiteLight.ac
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/WhiteLight.ac (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/WhiteLight.ac 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,81 @@
+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
+OBJECT world
+kids 1
+OBJECT poly
+name "Light"
+loc 0 0 -0
+data 5
+Light
+texture "lights.png"
+texrep 1.000000 1.000000
+crease 45.000001
+numvert 24
+0.5 0.5 0.001
+-0.5 0.5 0.001
+-0.5 -0.5 0.001
+0.5 -0.5 0.001
+0.001 -0.5 -0.5
+0.001 -0.5 0.5
+0.001 0.5 0.5
+0.001 0.5 -0.5
+0.5 0.001 -0.5
+-0.5 0.001 -0.5
+-0.5 0.001 0.5
+0.5 0.001 0.5
+-0.001 -0.5 -0.5
+-0.001 -0.5 0.5
+-0.001 0.5 0.5
+-0.001 0.5 -0.5
+0.5 0.5 -0.001
+-0.5 0.5 -0.001
+-0.5 -0.5 -0.001
+0.5 -0.5 -0.001
+0.5 -0.001 -0.5
+-0.5 -0.001 -0.5
+-0.5 -0.001 0.5
+0.5 -0.001 0.5
+numsurf 6
+SURF 0x20
+mat 0
+refs 4
+0 0.502989888191 0.51269364357
+1 0.000130636792 0.512720167637
+2 0.000127745967 0.000071479182
+3 0.50300693512 0.000071330171
+SURF 0x20
+mat 0
+refs 4
+7 0.50301361084 0.000073565345
+6 0.503030717373 0.512707233429
+5 0.000131471257 0.51272046566
+4 0.00013433228 0.000073654752
+SURF 0x20
+mat 0
+refs 4
+11 0.502989888191 0.512748003006
+8 0.50300693512 0.000080241065
+9 0.000127745967 0.000080270867
+10 0.000130636792 0.512721300125
+SURF 0x20
+mat 0
+refs 4
+15 0.50301361084 0.000073565345
+12 0.00013433228 0.000073654752
+13 0.000131471257 0.51272046566
+14 0.503030717373 0.512707233429
+SURF 0x20
+mat 0
+refs 4
+16 0.502989888191 0.51269364357
+19 0.50300693512 0.000071330171
+18 0.000127745967 0.000071479182
+17 0.000130636792 0.512720167637
+SURF 0x20
+mat 0
+refs 4
+23 0.502989888191 0.512748003006
+22 0.000130636792 0.512721300125
+21 0.000127745967 0.000080270867
+20 0.50300693512 0.000080241065
+kids 0
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/WhiteLight.xml
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/WhiteLight.xml (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/WhiteLight.xml 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<PropertyList>
+
+ <path>WhiteLight.ac</path>
+ <nopreview/>
+
+ <animation>
+
+ <object-name>Light</object-name>
+ </animation>
+
+ <animation>
+ <type>noshadow</type>
+ <object-name>Light</object-name>
+ </animation>
+
+ <effect>
+ <inherits-from>Effects/model-transparent</inherits-from>
+ <object-name>Light</object-name>
+ </effect>
+
+ <animation>
+ <type>alpha-test</type>
+ <alpha-factor>0.01</alpha-factor>
+ </animation>
+
+ <animation>
+ <type>billboard</type>
+ <object-name>Light</object-name>
+ <spherical type="bool">true</spherical>
+ </animation>
+
+ <animation>
+ <type>material</type>
+ <object-name>Light</object-name>
+ <emission>
+ <red> 2 </red>
+ <green> 2 </green>
+ <blue> 2 </blue>
+ </emission>
+ </animation>
+
+ <animation>
+ <type>dist-scale</type>
+ <object-name>Light</object-name>
+ <interpolation>
+ <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
+ <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
+ <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
+ </interpolation>
+ </animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>Light</object-name>
+ <condition>
+ <property>/controls/lighting/nav-lights</property>
+ </condition>
+ </animation>
+
+</PropertyList>
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/beacon.xml
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/beacon.xml (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/beacon.xml 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<PropertyList>
+
+ <path>RedLight.ac</path>
+ <nopreview/>
+
+ <animation>
+ <!-- Objets opaques -->
+
+ <!-- Objets transparents -->
+ <object-name>Light</object-name>
+ </animation>
+
+ <animation>
+ <type>noshadow</type>
+ <object-name>Light</object-name>
+ </animation>
+
+ <effect>
+ <inherits-from>Effects/model-transparent</inherits-from>
+ <object-name>Light</object-name>
+ </effect>
+
+ <animation>
+ <type>alpha-test</type>
+ <alpha-factor>0.01</alpha-factor>
+ </animation>
+
+ <animation>
+ <type>billboard</type>
+ <object-name>Light</object-name>
+ <spherical type="bool">true</spherical>
+ </animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>Light</object-name>
+ <condition>
+ <property>sim/model/lights/beacon/state</property>
+ </condition>
+ </animation>
+
+ <animation>
+ <type>material</type>
+ <object-name>Light</object-name>
+ <emission>
+ <red> 2 </red>
+ <green> 0 </green>
+ <blue> 0 </blue>
+ </emission>
+ </animation>
+
+ <animation>
+ <type>dist-scale</type>
+ <object-name>Light</object-name>
+ <interpolation>
+ <entry><ind> 0 </ind><dep> 0.25 </dep></entry>
+ <entry><ind> 20 </ind><dep> 0.50 </dep></entry>
+ <entry><ind> 1500 </ind><dep> 5.00 </dep></entry>
+ </interpolation>
+ </animation>
+
+ <animation>
+ <type>select</type>
+ <object-name>Light</object-name>
+ <condition>
+ <property>controls/lighting/beacon</property>
+ </condition>
+ </animation>
+
+</PropertyList>
Added: trunk/Aircraft/Sky-sportster/Models/lights/Classic/light-cone.ac
===================================================================
--- trunk/Aircraft/Sky-sportster/Models/lights/Classic/light-cone.ac (rev 0)
+++ trunk/Aircraft/Sky-sportster/Models/lights/Classic/light-cone.ac 2022-08-13 12:25:48 UTC (rev 6799)
@@ -0,0 +1,3115 @@
+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 "lightcone2" rgb 0 0 0 amb 0 0 0 emis 1 1 1 spec 0 0 0 shi 60 trans 0.804
+MATERIAL "lightcone" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 1 0.969 0.847 shi 64 trans 0.808
+OBJECT world
+kids 3
+OBJECT poly
+name "Cone"
+loc 0 0 -0
+data 4
+Cone
+texture "light-gradient-lamp.png"
+texrep 1.000000 1.000000
+crease 45.000001
+numvert 193
+-34.735821 0 0.000001
+-27.955269 0.000008 5.717249
+-27.955269 -1.115373 5.60742
+-27.955269 -2.187885 5.282081
+-27.955269 -3.176321 4.753721
+-27.955269 -4.042696 4.04271
+-27.955269 -4.753721 3.176334
+-27.955269 -5.282025 2.187906
+-27.955269 -5.607364 1.115387
+-27.955269 -5.717249 0.000005
+-27.955269 -5.60742 -1.11538
+-27.955269 -5.282081 -2.187885
+-27.955269 -4.753721 -3.176321
+-27.955269 -4.04271 -4.042711
+-27.955269 -3.176334 -4.753721
+-27.955269 -2.187906 -5.282025
+-27.955269 -1.115387 -5.607364
+-27.955269 -0.000002 -5.717249
+-27.955269 1.11538 -5.60742
+-27.955269 2.187906 -5.282025
+-27.955269 3.176335 -4.753721
+-27.955269 4.042711 -4.04271
+-27.955269 4.753721 -3.176334
+-27.955269 5.282025 -2.187906
+-27.955269 5.60742 -1.11538
+-27.955269 5.717249 0.000001
+-27.955269 5.60742 1.115387
+-27.955269 5.282025 2.187906
+-27.955269 4.753721 3.176335
+-27.955269 4.04271 4.042711
+-27.955269 3.176334 4.753721
+-27.955269 2.187906 5.282025
+-27.955269 1.115387 5.60742
+-29.973579 -5.229224 -2.16601
+-29.973579 -4.706184 -3.144561
+-29.973579 3.144575 -4.706184
+-29.973579 4.002285 -4.002284
+-29.973579 -0.000002 -5.660074
+-29.973579 1.104229 -5.551301
+-29.973579 -5.551301 -1.104222
+-29.973579 5.551301 1.104229
+-29.973579 5.229224 2.166031
+-29.973579 5.229224 -2.166031
+-29.973579 5.551301 -1.104229
+-29.973579 -1.104229 -5.551301
+-29.973579 -2.166031 -5.229224
+-29.973579 -3.144574 -4.706184
+-29.973579 2.16601 -5.229224
+-29.973579 -4.002284 -4.002271
+-29.973579 4.706184 -3.144574
+-29.973579 -3.144561 4.706184
+-29.973579 -4.002271 4.002284
+-29.973579 -2.16601 5.229224
+-29.973579 -5.660074 0.000005
+-29.973579 0.000008 5.660074
+-29.973579 -1.104215 5.551301
+-29.973579 -5.551301 1.104229
+-29.973579 3.144574 4.706184
+-29.973579 2.16601 5.229224
+-29.973579 4.002284 4.002285
+-29.973579 4.706184 3.144575
+-29.973579 5.660074 0.000001
+-29.973579 -5.229224 2.166031
+-29.973579 -4.706184 3.144574
+-29.973579 1.104229 5.551301
+-32.091221 3.24184 -3.24184
+-32.091221 3.812004 -2.547111
+-32.091221 -2.547111 -3.812004
+-32.091221 -1.75448 -4.235679
+-32.091221 -0.894425 -4.496576
+-32.091221 -3.241861 -3.24184
+-32.091221 -3.24184 3.241861
+-32.091221 -3.812004 2.547111
+-32.091221 4.496576 -0.894425
+-32.091221 4.584664 0.000001
+-32.091221 4.496576 0.894425
+-32.091221 -0.894418 4.496576
+-32.091221 -1.754466 4.235679
+-32.091221 0.894425 -4.496576
+-32.091221 1.754459 -4.235679
+-32.091221 4.235679 -1.75448
+-32.091221 -0.000001 -4.584664
+-32.091221 3.24184 3.24184
+-32.091221 2.547104 3.812004
+-32.091221 -2.54709 3.812004
+-32.091221 -4.235665 1.75448
+-32.091221 -4.496576 0.894425
+-32.091221 4.235665 1.75448
+-32.091221 -3.812004 -2.547111
+-32.091221 -4.235679 -1.754466
+-32.091221 2.547104 -3.812004
+-32.091221 0.894425 4.496576
+-32.091221 0.000007 4.584664
+-32.091221 3.812004 2.547111
+-32.091221 1.754459 4.235679
+-32.091221 -4.584664 0.000004
+-32.091221 -4.496576 -0.894425
+-33.66993 -2.788926 1.155217
+-33.66993 -2.960706 0.588924
+-33.66993 -2.509955 1.677109
+-33.66993 3.018715 0.000001
+-33.66993 2.960706 0.588919
+-33.66993 2.960706 -0.588919
+-33.66993 0.000004 3.018715
+-33.66993 -0.588919 2.960706
+-33.66993 -1.155203 2.788919
+-33.66993 -0.588924 -2.960706
+-33.66993 -0.000001 -3.018715
+-33.66993 -1.15521 -2.788919
+-33.66993 2.788919 1.15521
+-33.66993 -1.677102 2.509976
+-33.66993 -2.134545 2.134545
+-33.66993 1.677102 -2.509976
+-33.66993 2.134545 -2.134545
+-33.66993 1.677102 2.509976
+-33.66993 1.15521 2.788919
+-33.66993 2.134545 2.134545
+-33.66993 0.588919 2.960706
+-33.66993 -2.509976 -1.677102
+-33.66993 -2.134545 -2.134545
+-33.66993 -1.677109 -2.509955
+-33.66993 2.788919 -1.15521
+-33.66993 2.509955 -1.677102
+-33.66993 -3.018715 0.000003
+-33.66993 -2.960706 -0.588919
+-33.66993 1.15521 -2.788919
+-33.66993 0.588919 -2.960706
+-33.66993 2.509955 1.677102
+-33.66993 -2.788926 -1.155203
+-34.412422 1.411893 -0.584824
+-34.412422 1.498854 -0.29814
+-34.412422 1.411893 0.584824
+-34.412422 1.270668 0.849037
+-34.412422 -1.270668 0.849037
+-34.412422 -1.411893 0.584829
+-34.412422 -1.498854 0.298143
+-34.412422 1.528226 -0
+-34.412422 -0.849037 -1.270668
+-34.412422 -0.584823 -1.411893
+-34.412422 -0.298143 -1.498854
+-34.412422 1.498854 0.29814
+-34.412422 -0.298138 1.498861
+-34.412422 -0.584823 1.411893
+-34.412422 -1.411893 -0.584824
+-34.412422 -1.270668 -0.849037
+-34.412422 -1.498854 -0.29814
+-34.412422 0.29814 1.498854
+-34.412422 0.000002 1.528226
+-34.412422 0.29814 -1.498854
+-34.412422 0.584824 -1.411893
+-34.412422 0.849037 -1.270668
+-34.412422 -0.84903 1.270675
+-34.412422 -1.080611 1.080618
+-34.412422 -1.528226 0.000001
+-34.412422 -0.000001 -1.528226
+-34.412422 0.849037 1.270668
+-34.412422 0.584824 1.411893
+-34.412422 1.080611 -1.080611
+-34.412422 1.270668 -0.849037
+-34.412422 -1.080618 -1.080611
+-34.412422 1.080611 1.080611
+0 0 0.0476
+0 0.018216 0.043977
+0 0.009286 0.046686
+0 0.026445 0.039578
+0 0.033658 0.033658
+0 0.039578 0.026445
+0 0.043977 0.018216
+0 0.046686 0.009286
+0 0.0476 -0
+0 0.046686 -0.009286
+0 0.043977 -0.018215
+0 0.039578 -0.026445
+0 0.033658 -0.033658
+0 0.026445 -0.039578
+0 0.018216 -0.043977
+0 0.009286 -0.046686
+0 0 -0.0476
+0 -0.009286 -0.046685
+0 -0.018216 -0.043977
+0 -0.026445 -0.039578
+0 -0.033658 -0.033658
+0 -0.039578 -0.026445
+0 -0.043977 -0.018216
+0 -0.046686 -0.009286
+0 -0.0476 -0
+0 -0.046685 0.009286
+0 -0.043977 0.018216
+0 -0.039578 0.026445
+0 -0.033658 0.033658
+0 -0.026445 0.039578
+0 -0.018216 0.043977
+0 -0.009286 0.046686
+numsurf 192
+SURF 0x10
+mat 2
+refs 4
+192 0.0625 0.98967897892
+191 0.062822498381 0.98967897892
+3 0.09375 0
+2 0.0625 0
+SURF 0x10
+mat 2
+refs 4
+191 0.09375 0.98967897892
+190 0.094072498381 0.98967897892
+4 0.125 0
+3 0.09375 0
+SURF 0x10
+mat 2
+refs 4
+190 0.125 0.98967897892
+189 0.12532299757 0.98967897892
+5 0.15625 0
+4 0.125 0
+SURF 0x10
+mat 2
+refs 4
+189 0.15625 0.98967897892
+188 0.15657299757 0.98967897892
+6 0.1875 0
+5 0.15625 0
+SURF 0x10
+mat 2
+refs 4
+188 0.1875 0.98967897892
+187 0.18782299757 0.98967897892
+7 0.21875 0
+6 0.1875 0
+SURF 0x10
+mat 2
+refs 4
+187 0.21875 0.98967897892
+186 0.21907299757 0.98967897892
+8 0.25 0
+7 0.21875 0
+SURF 0x10
+mat 2
+refs 4
+186 0.25 0.98967897892
+185 0.25032299757 0.98967897892
+9 0.28125 0
+8 0.25 0
+SURF 0x10
+mat 2
+refs 4
+185 0.28125 0.98967897892
+184 0.28157299757 0.98967897892
+10 0.3125 0
+9 0.28125 0
+SURF 0x10
+mat 2
+refs 4
+184 0.3125 0.98967897892
+183 0.31282299757 0.98967897892
+11 0.34375 0
+10 0.3125 0
+SURF 0x10
+mat 2
+refs 4
+183 0.34375 0.98967897892
+182 0.34407299757 0.98967897892
+12 0.375 0
+11 0.34375 0
+SURF 0x10
+mat 2
+refs 4
+182 0.375 0.98967897892
+181 0.37532299757 0.98967897892
+13 0.40625 0
+12 0.375 0
+SURF 0x10
+mat 2
+refs 4
+181 0.40625 0.98967897892
+180 0.40657299757 0.98967897892
+14 0.4375 0
+13 0.40625 0
+SURF 0x10
+mat 2
+refs 4
+180 0.4375 0.98967897892
+179 0.43782299757 0.98967897892
+15 0.46875 0
+14 0.4375 0
+SURF 0x10
+mat 2
+refs 4
+179 0.46875 0.98967897892
+178 0.46907299757 0.98967897892
+16 0.5 0
+15 0.46875 0
+SURF 0x10
+mat 2
+refs 4
+178 0.5 0.98967897892
+177 0.50032299757 0.98967897892
+17 0.53125 0
+16 0.5 0
+SURF 0x10
+mat 2
+refs 4
+177 0.53125 0.98967897892
+176 0.53157299757 0.98967897892
+18 0.5625 0
+17 0.53125 0
+SURF 0x10
+mat 2
+refs 4
+176 0.5625 0.98967897892
+175 0.56282299757 0.98967897892
+19 0.59375 0
+18 0.5625 0
+SURF 0x10
+mat 2
+refs 4
+175 0.59375 0.98967897892
+174 0.59407299757 0.98967897892
+20 0.625 0
+19 0.59375 0
+SURF 0x10
+mat 2
+refs 4
+174 0.625 0.98967897892
+173 0.62532299757 0.98967897892
+21 0.65625 0
+20 0.625 0
+SURF 0x10
+mat 2
+refs 4
+173 0.65625 0.98967897892
+172 0.65657299757 0.98967897892
+22 0.6875 0
+21 0.65625 0
+SURF 0x10
+mat 2
+refs 4
+172 0.6875 0.98967897892
+171 0.68782299757 0.98967897892
+23 0.71875 0
+22 0.6875 0
+SURF 0x10
+mat 2
+refs 4
+171 0.71875 0.98967897892
+170 0.71907299757 0.98967897892
+24 0.75 0
+23 0.71875 0
+SURF 0x10
+mat 2
+refs 4
+170 0.75 0.98967897892
+169 0.75032299757 0.98967897892
+25 0.78125 0
+24 0.75 0
+SURF 0x10
+mat 2
+refs 4
+169 0.78125 0.98967897892
+168 0.78157299757 0.98967897892
+26 0.8125 0
+25 0.78125 0
+SURF 0x10
+mat 2
+refs 4
+168 0.8125 0.98967897892
+167 0.81282299757 0.98967897892
+27 0.84375 0
+26 0.8125 0
+SURF 0x10
+mat 2
+refs 4
+167 0.84375 0.98967897892
+166 0.84407299757 0.98967897892
+28 0.875 0
+27 0.84375 0
+SURF 0x10
+mat 2
+refs 4
+166 0.875 0.98967897892
+165 0.87532299757 0.98967897892
+29 0.90625 0
+28 0.875 0
+SURF 0x10
+mat 2
+refs 4
+165 0.90625 0.98967897892
+164 0.90657299757 0.98967897892
+30 0.9375 0
+29 0.90625 0
+SURF 0x10
+mat 2
+refs 4
+162 0.96875 0.98967897892
+163 0.96907299757 0.98967897892
+32 1 0
+31 0.96875 0
+SURF 0x10
+mat 2
+refs 4
+164 0.9375 0.98967897892
+162 0.93782299757 0.98967897892
+31 0.96875 0
+30 0.9375 0
+SURF 0x10
+mat 2
+refs 4
+161 0.03125 0.98967897892
+192 0.031572498381 0.98967897892
+2 0.0625 0
+1 0.03125 0
+SURF 0x10
+mat 2
+refs 4
+163 0.030927499756 0.98967897892
+161 0.03125 0.98967897892
+1 0.03125 0
+32 0 0
+SURF 0x10
+mat 2
+refs 3
+142 0 0
+151 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+141 0 0
+142 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+147 0 0
+141 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+148 0 0
+149 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+134 0 0
+135 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+133 0 0
+134 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+156 0 0
+146 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+132 0 0
+160 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+160 0 0
+155 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+155 0 0
+156 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+140 0 0
+131 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+131 0 0
+132 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+159 0 0
+137 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+130 0 0
+136 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+129 0 0
+130 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+158 0 0
+129 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+144 0 0
+159 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+154 0 0
+148 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+146 0 0
+147 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+136 0 0
+140 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+139 0 0
+154 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+138 0 0
+139 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+137 0 0
+138 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+153 0 0
+145 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+135 0 0
+153 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+157 0 0
+158 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+152 0 0
+133 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+151 0 0
+152 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+150 0 0
+157 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+149 0 0
+150 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+145 0 0
+143 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 3
+143 0 0
+144 0 0
+0 0 0
+SURF 0x10
+mat 2
+refs 4
+11 0 0
+12 0 0
+34 0 0
+33 0 0
+SURF 0x10
+mat 2
+refs 4
+20 0 0
+21 0 0
+36 0 0
+35 0 0
+SURF 0x10
+mat 2
+refs 4
+17 0 0
+18 0 0
+38 0 0
+37 0 0
+SURF 0x10
+mat 2
+refs 4
+10 0 0
+11 0 0
+33 0 0
+39 0 0
+SURF 0x10
+mat 2
+refs 4
+26 0 0
+27 0 0
+41 0 0
+40 0 0
+SURF 0x10
+mat 2
+refs 4
+23 0 0
+24 0 0
+43 0 0
+42 0 0
+SURF 0x10
+mat 2
+refs 4
+16 0 0
+17 0 0
+37 0 0
+44 0 0
+SURF 0x10
+mat 2
+refs 4
+15 0 0
+16 0 0
+44 0 0
+45 0 0
+SURF 0x10
+mat 2
+refs 4
+14 0 0
+15 0 0
+45 0 0
+46 0 0
+SURF 0x10
+mat 2
+refs 4
+19 0 0
+20 0 0
+35 0 0
+47 0 0
+SURF 0x10
+mat 2
+refs 4
+18 0 0
+19 0 0
+47 0 0
+38 0 0
+SURF 0x10
+mat 2
+refs 4
+13 0 0
+14 0 0
+46 0 0
+48 0 0
+SURF 0x10
+mat 2
+refs 4
+12 0 0
+13 0 0
+48 0 0
+34 0 0
+SURF 0x10
+mat 2
+refs 4
+22 0 0
+23 0 0
+42 0 0
+49 0 0
+SURF 0x10
+mat 2
+refs 4
+4 0 0
+5 0 0
+51 0 0
+50 0 0
+SURF 0x10
+mat 2
+refs 4
+3 0 0
+4 0 0
+50 0 0
+52 0 0
+SURF 0x10
+mat 2
+refs 4
+21 0 0
+22 0 0
+49 0 0
+36 0 0
+SURF 0x10
+mat 2
+refs 4
+9 0 0
+10 0 0
+39 0 0
+53 0 0
+SURF 0x10
+mat 2
+refs 4
+1 0 0
+2 0 0
+55 0 0
+54 0 0
+SURF 0x10
+mat 2
+refs 4
+8 0 0
+9 0 0
+53 0 0
+56 0 0
+SURF 0x10
+mat 2
+refs 4
+30 0 0
+31 0 0
+58 0 0
+57 0 0
+SURF 0x10
+mat 2
+refs 4
+29 0 0
+30 0 0
+57 0 0
+59 0 0
+SURF 0x10
+mat 2
+refs 4
+28 0 0
+29 0 0
+59 0 0
+60 0 0
+SURF 0x10
+mat 2
+refs 4
+27 0 0
+28 0 0
+60 0 0
+41 0 0
+SURF 0x10
+mat 2
+refs 4
+2 0 0
+3 0 0
+52 0 0
+55 0 0
+SURF 0x10
+mat 2
+refs 4
+25 0 0
+26 0 0
+40 0 0
+61 0 0
+SURF 0x10
+mat 2
+refs 4
+24 0 0
+25 0 0
+61 0 0
+43 0 0
+SURF 0x10
+mat 2
+refs 4
+7 0 0
+8 0 0
+56 0 0
+62 0 0
+SURF 0x10
+mat 2
+refs 4
+6 0 0
+7 0 0
+62 0 0
+63 0 0
+SURF 0x10
+mat 2
+refs 4
+5 0 0
+6 0 0
+63 0 0
+51 0 0
+SURF 0x10
+mat 2
+refs 4
+31 0 0
+32 0 0
+64 0 0
+58 0 0
+SURF 0x10
+mat 2
+refs 4
+32 0 0
+1 0 0
+54 0 0
+64 0 0
+SURF 0x10
+mat 2
+refs 4
+36 0 0
+49 0 0
+66 0 0
+65 0 0
+SURF 0x10
+mat 2
+refs 4
+46 0 0
+45 0 0
+68 0 0
+67 0 0
+SURF 0x10
+mat 2
+refs 4
+45 0 0
+44 0 0
+69 0 0
+68 0 0
+SURF 0x10
+mat 2
+refs 4
+48 0 0
+46 0 0
+67 0 0
+70 0 0
+SURF 0x10
+mat 2
+refs 4
+51 0 0
+63 0 0
+72 0 0
+71 0 0
+SURF 0x10
+mat 2
+refs 4
+43 0 0
+61 0 0
+74 0 0
+73 0 0
+SURF 0x10
+mat 2
+refs 4
+61 0 0
+40 0 0
+75 0 0
+74 0 0
+SURF 0x10
+mat 2
+refs 4
+55 0 0
+52 0 0
+77 0 0
+76 0 0
+SURF 0x10
+mat 2
+refs 4
+38 0 0
+47 0 0
+79 0 0
+78 0 0
+SURF 0x10
+mat 2
+refs 4
+49 0 0
+42 0 0
+80 0 0
+66 0 0
+SURF 0x10
+mat 2
+refs 4
+44 0 0
+37 0 0
+81 0 0
+69 0 0
+SURF 0x10
+mat 2
+refs 4
+37 0 0
+38 0 0
+78 0 0
+81 0 0
+SURF 0x10
+mat 2
+refs 4
+59 0 0
+57 0 0
+83 0 0
+82 0 0
+SURF 0x10
+mat 2
+refs 4
+52 0 0
+50 0 0
+84 0 0
+77 0 0
+SURF 0x10
+mat 2
+refs 4
+63 0 0
+62 0 0
+85 0 0
+72 0 0
+SURF 0x10
+mat 2
+refs 4
+62 0 0
+56 0 0
+86 0 0
+85 0 0
+SURF 0x10
+mat 2
+refs 4
+50 0 0
+51 0 0
+71 0 0
+84 0 0
+SURF 0x10
+mat 2
+refs 4
+40 0 0
+41 0 0
+87 0 0
+75 0 0
+SURF 0x10
+mat 2
+refs 4
+34 0 0
+48 0 0
+70 0 0
+88 0 0
+SURF 0x10
+mat 2
+refs 4
+33 0 0
+34 0 0
+88 0 0
+89 0 0
+SURF 0x10
+mat 2
+refs 4
+47 0 0
+35 0 0
+90 0 0
+79 0 0
+SURF 0x10
+mat 2
+refs 4
+35 0 0
+36 0 0
+65 0 0
+90 0 0
+SURF 0x10
+mat 2
+refs 4
+64 0 0
+54 0 0
+92 0 0
+91 0 0
+SURF 0x10
+mat 2
+refs 4
+54 0 0
+55 0 0
+76 0 0
+92 0 0
+SURF 0x10
+mat 2
+refs 4
+41 0 0
+60 0 0
+93 0 0
+87 0 0
+SURF 0x10
+mat 2
+refs 4
+60 0 0
+59 0 0
+82 0 0
+93 0 0
+SURF 0x10
+mat 2
+refs 4
+58 0 0
+64 0 0
+91 0 0
+94 0 0
+SURF 0x10
+mat 2
+refs 4
+57 0 0
+58 0 0
+94 0 0
+83 0 0
+SURF 0x10
+mat 2
+refs 4
+56 0 0
+53 0 0
+95 0 0
+86 0 0
+SURF 0x10
+mat 2
+refs 4
+42 0 0
+43 0 0
+73 0 0
+80 0 0
+SURF 0x10
+mat 2
+refs 4
+53 0 0
+39 0 0
+96 0 0
+95 0 0
+SURF 0x10
+mat 2
+refs 4
+39 0 0
+33 0 0
+89 0 0
+96 0 0
+SURF 0x10
+mat 2
+refs 4
+85 0 0
+86 0 0
+98 0 0
+97 0 0
+SURF 0x10
+mat 2
+refs 4
+72 0 0
+85 0 0
+97 0 0
+99 0 0
+SURF 0x10
+mat 2
+refs 4
+74 0 0
+75 0 0
+101 0 0
+100 0 0
+SURF 0x10
+mat 2
+refs 4
+73 0 0
+74 0 0
+100 0 0
+102 0 0
+SURF 0x10
+mat 2
+refs 4
+92 0 0
+76 0 0
+104 0 0
+103 0 0
+SURF 0x10
+mat 2
+refs 4
+76 0 0
+77 0 0
+105 0 0
+104 0 0
+SURF 0x10
+mat 2
+refs 4
+69 0 0
+81 0 0
+107 0 0
+106 0 0
+SURF 0x10
+mat 2
+refs 4
+68 0 0
+69 0 0
+106 0 0
+108 0 0
+SURF 0x10
+mat 2
+refs 4
+75 0 0
+87 0 0
+109 0 0
+101 0 0
+SURF 0x10
+mat 2
+refs 4
+84 0 0
+71 0 0
+111 0 0
+110 0 0
+SURF 0x10
+mat 2
+refs 4
+77 0 0
+84 0 0
+110 0 0
+105 0 0
+SURF 0x10
+mat 2
+refs 4
+90 0 0
+65 0 0
+113 0 0
+112 0 0
+SURF 0x10
+mat 2
+refs 4
+83 0 0
+94 0 0
+115 0 0
+114 0 0
+SURF 0x10
+mat 2
+refs 4
+82 0 0
+83 0 0
+114 0 0
+116 0 0
+SURF 0x10
+mat 2
+refs 4
+94 0 0
+91 0 0
+117 0 0
+115 0 0
+SURF 0x10
+mat 2
+refs 4
+91 0 0
+92 0 0
+103 0 0
+117 0 0
+SURF 0x10
+mat 2
+refs 4
+71 0 0
+72 0 0
+99 0 0
+111 0 0
+SURF 0x10
+mat 2
+refs 4
+88 0 0
+70 0 0
+119 0 0
+118 0 0
+SURF 0x10
+mat 2
+refs 4
+70 0 0
+67 0 0
+120 0 0
+119 0 0
+SURF 0x10
+mat 2
+refs 4
+80 0 0
+73 0 0
+102 0 0
+121 0 0
+SURF 0x10
+mat 2
+refs 4
+66 0 0
+80 0 0
+121 0 0
+122 0 0
+SURF 0x10
+mat 2
+refs 4
+95 0 0
+96 0 0
+124 0 0
+123 0 0
+SURF 0x10
+mat 2
+refs 4
+86 0 0
+95 0 0
+123 0 0
+98 0 0
+SURF 0x10
+mat 2
+refs 4
+65 0 0
+66 0 0
+122 0 0
+113 0 0
+SURF 0x10
+mat 2
+refs 4
+79 0 0
+90 0 0
+112 0 0
+125 0 0
+SURF 0x10
+mat 2
+refs 4
+78 0 0
+79 0 0
+125 0 0
+126 0 0
+SURF 0x10
+mat 2
+refs 4
+93 0 0
+82 0 0
+116 0 0
+127 0 0
+SURF 0x10
+mat 2
+refs 4
+87 0 0
+93 0 0
+127 0 0
+109 0 0
+SURF 0x10
+mat 2
+refs 4
+81 0 0
+78 0 0
+126 0 0
+107 0 0
+SURF 0x10
+mat 2
+refs 4
+67 0 0
+68 0 0
+108 0 0
+120 0 0
+SURF 0x10
+mat 2
+refs 4
+96 0 0
+89 0 0
+128 0 0
+124 0 0
+SURF 0x10
+mat 2
+refs 4
+89 0 0
+88 0 0
+118 0 0
+128 0 0
+SURF 0x10
+mat 2
+refs 4
+121 0 0
+102 0 0
+130 0 0
+129 0 0
+SURF 0x10
+mat 2
+refs 4
+109 0 0
+127 0 0
+132 0 0
+131 0 0
+SURF 0x10
+mat 2
+refs 4
+99 0 0
+97 0 0
+134 0 0
+133 0 0
+SURF 0x10
+mat 2
+refs 4
+97 0 0
+98 0 0
+135 0 0
+134 0 0
+SURF 0x10
+mat 2
+refs 4
+102 0 0
+100 0 0
+136 0 0
+130 0 0
+SURF 0x10
+mat 2
+refs 4
+120 0 0
+108 0 0
+138 0 0
+137 0 0
+SURF 0x10
+mat 2
+refs 4
+108 0 0
+106 0 0
+139 0 0
+138 0 0
+SURF 0x10
+mat 2
+refs 4
+101 0 0
+109 0 0
+131 0 0
+140 0 0
+SURF 0x10
+mat 2
+refs 4
+100 0 0
+101 0 0
+140 0 0
+136 0 0
+SURF 0x10
+mat 2
+refs 4
+104 0 0
+105 0 0
+142 0 0
+141 0 0
+SURF 0x10
+mat 2
+refs 4
+128 0 0
+118 0 0
+144 0 0
+143 0 0
+SURF 0x10
+mat 2
+refs 4
+124 0 0
+128 0 0
+143 0 0
+145 0 0
+SURF 0x10
+mat 2
+refs 4
+117 0 0
+103 0 0
+147 0 0
+146 0 0
+SURF 0x10
+mat 2
+refs 4
+103 0 0
+104 0 0
+141 0 0
+147 0 0
+SURF 0x10
+mat 2
+refs 4
+126 0 0
+125 0 0
+149 0 0
+148 0 0
+SURF 0x10
+mat 2
+refs 4
+125 0 0
+112 0 0
+150 0 0
+149 0 0
+SURF 0x10
+mat 2
+refs 4
+105 0 0
+110 0 0
+151 0 0
+142 0 0
+SURF 0x10
+mat 2
+refs 4
+110 0 0
+111 0 0
+152 0 0
+151 0 0
+SURF 0x10
+mat 2
+refs 4
+98 0 0
+123 0 0
+153 0 0
+135 0 0
+SURF 0x10
+mat 2
+refs 4
+123 0 0
+124 0 0
+145 0 0
+153 0 0
+SURF 0x10
+mat 2
+refs 4
+107 0 0
+126 0 0
+148 0 0
+154 0 0
+SURF 0x10
+mat 2
+refs 4
+106 0 0
+107 0 0
+154 0 0
+139 0 0
+SURF 0x10
+mat 2
+refs 4
+111 0 0
+99 0 0
+133 0 0
+152 0 0
+SURF 0x10
+mat 2
+refs 4
+114 0 0
+115 0 0
+156 0 0
+155 0 0
+SURF 0x10
+mat 2
+refs 4
+113 0 0
+122 0 0
+158 0 0
+157 0 0
+SURF 0x10
+mat 2
+refs 4
+115 0 0
+117 0 0
+146 0 0
+156 0 0
+SURF 0x10
+mat 2
+refs 4
+112 0 0
+113 0 0
+157 0 0
+150 0 0
+SURF 0x10
+mat 2
+refs 4
+119 0 0
+120 0 0
+137 0 0
+159 0 0
+SURF 0x10
+mat 2
+refs 4
+118 0 0
+119 0 0
+159 0 0
+144 0 0
+SURF 0x10
+mat 2
+refs 4
+127 0 0
+116 0 0
+160 0 0
+132 0 0
+SURF 0x10
+mat 2
+refs 4
+116 0 0
+114 0 0
+155 0 0
+160 0 0
+SURF 0x10
+mat 2
+refs 4
+122 0 0
+121 0 0
+129 0 0
+158 0 0
+kids 0
+OBJECT poly
+name "Cone-texture"
+loc 0 0 -0
+data 12
+Cone-texture
+texture "light-gradient-lamp.png"
+texrep 1.000000 1.000000
+crease 45.000001
+numvert 193
+-34.584267 1.091419 1.091419
+-34.584267 -1.091426 -1.091419
+-34.584267 1.283373 -0.857528
+-34.584267 1.091419 -1.091419
+-34.584267 0.590673 1.426012
+-34.584267 0.857528 1.283373
+-34.584267 0 -1.543507
+-34.584267 -1.543507 0.000001
+-34.584267 -1.091419 1.091426
+-34.584267 -0.857521 1.28338
+-34.584267 0.857528 -1.283373
+-34.584267 0.590673 -1.426012
+-34.584267 0.301123 -1.513841
+-34.584267 0 1.543507
+-34.584267 0.301123 1.513841
+-34.584267 -1.513848 -0.301121
+-34.584267 -1.283373 -0.857528
+-34.584267 -1.426012 -0.590672
+-34.584267 -0.590673 1.426012
+-34.584267 -0.301123 1.513848
+-34.584267 1.513848 0.301122
+-34.584267 -0.301123 -1.513841
+-34.584267 -0.590673 -1.426012
+-34.584267 -0.857528 -1.283373
+-34.584267 1.543507 -0
+-34.584267 -1.513848 0.301125
+-34.584267 -1.426012 0.590677
+-34.584267 -1.283373 0.857528
+-34.584267 1.283373 0.857528
+-34.584267 1.426012 0.590672
+-34.584267 1.513848 -0.301122
+-34.584267 1.426012 -0.590672
+-33.83429 -2.816814 -1.16676
+-33.83429 2.535071 1.693874
+-33.83429 0.594807 -2.990309
+-33.83429 1.16676 -2.816814
+-33.83429 -2.990309 -0.594808
+-33.83429 -3.048906 0.000003
+-33.83429 2.535071 -1.693874
+-33.83429 2.816814 -1.16676
+-33.83429 -1.693874 -2.535071
+-33.83429 -2.155895 -2.155895
+-33.83429 -2.535071 -1.693874
+-33.83429 0.594807 2.990309
+-33.83429 2.155895 2.155895
+-33.83429 1.16676 2.816814
+-33.83429 1.693874 2.535071
+-33.83429 2.155895 -2.155895
+-33.83429 1.693874 -2.535071
+-33.83429 -2.155895 2.155895
+-33.83429 -1.693874 2.535071
+-33.83429 2.816814 1.16676
+-33.83429 -1.16676 -2.816814
+-33.83429 0 -3.048906
+-33.83429 -0.594812 -2.990309
+-33.83429 -1.166753 2.816814
+-33.83429 -0.594807 2.990309
+-33.83429 0.000005 3.048906
+-33.83429 2.990309 -0.594808
+-33.83429 2.990309 0.594808
+-33.83429 3.048906 0.000001
+-33.83429 -2.535071 1.693881
+-33.83429 -2.990309 0.594813
+-33.83429 -2.816814 1.166767
+-32.239899 -4.54153 -0.903364
+-32.239899 -4.630521 0.000004
+-32.239899 1.772015 4.278029
+-32.239899 3.850126 2.57257
+-32.239899 0.000005 4.630521
+-32.239899 0.903364 4.54153
+-32.239899 2.57257 -3.850119
+-32.239899 -4.278029 -1.772015
+-32.239899 -3.850126 -2.57257
+-32.239899 4.278029 1.772015
+-32.239899 -4.54153 0.903371
+-32.239899 -4.278029 1.772036
+-32.239899 -2.57257 3.85014
+-32.239899 2.57257 3.850119
+-32.239899 3.274271 3.274271
+-32.239899 0 -4.630521
+-32.239899 4.278029 -1.772015
+-32.239899 1.772015 -4.278029
+-32.239899 0.903364 -4.54153
+-32.239899 -1.772015 4.278029
+-32.239899 -0.903357 4.54153
+-32.239899 4.54153 0.903364
+-32.239899 4.630521 0.000001
+-32.239899 4.54153 -0.903364
+-32.239899 -3.850126 2.57257
+-32.239899 -3.274271 3.274271
+-32.239899 -3.274271 -3.274271
+-32.239899 -0.903371 -4.54153
+-32.239899 -1.772015 -4.278029
+-32.239899 -2.57257 -3.850119
+-32.239899 3.850126 -2.57257
+-32.239899 3.274271 -3.274271
+-30.101049 1.115268 5.606804
+-30.101049 -4.753245 3.176025
+-30.101049 -5.281521 2.187689
+-30.101049 5.716676 0.000001
+-30.101049 4.753245 3.176026
+-30.101049 4.042311 4.042305
+-30.101049 2.187675 5.281514
+-30.101049 3.176025 4.753245
+-30.101049 -5.606811 1.115275
+-30.101049 -1.115261 5.606804
+-30.101049 0.00001 5.716669
+-30.101049 -5.716669 0.000005
+-30.101049 -2.187675 5.281514
+-30.101049 -4.042291 4.042304
+-30.101049 -3.176005 4.753245
+-30.101049 4.753245 -3.176025
+-30.101049 -4.042311 -4.042291
+-30.101049 2.187675 -5.281514
+-30.101049 -3.176025 -4.753245
+-30.101049 -2.187675 -5.281514
+-30.101049 -1.115268 -5.606804
+-30.101049 5.606804 -1.115268
+-30.101049 5.281514 -2.187675
+-30.101049 5.281514 2.187675
+-30.101049 5.606804 1.115268
+-30.101049 -5.606811 -1.115268
+-30.101049 1.115268 -5.606804
+-30.101049 0 -5.716669
+-30.101049 4.042312 -4.042304
+-30.101049 3.176026 -4.753245
+-30.101049 -4.753245 -3.176005
+-30.101049 -5.281521 -2.187675
+-28.06258 1.126538 5.66349
+-28.06258 2.209774 5.33484
+-28.06258 3.2081 4.801244
+-28.06258 4.083134 4.083135
+-28.06258 4.801244 3.208101
+-28.06258 5.33484 2.209781
+-28.06258 5.66349 1.126538
+-28.06258 5.774426 0.000001
+-28.06258 5.66349 -1.126531
+-28.06258 5.33484 -2.209781
+-28.06258 4.801244 -3.2081
+-28.06258 4.083135 -4.083134
+-28.06258 3.208101 -4.801244
+-28.06258 2.209774 -5.33484
+-28.06258 1.126531 -5.66349
+-28.06258 0 -5.774426
+-28.06258 -1.126538 -5.663434
+-28.06258 -2.209774 -5.33484
+-28.06258 -3.2081 -4.801244
+-28.06258 -4.083134 -4.083135
+-28.06258 -4.801265 -3.208101
+-28.06258 -5.334896 -2.209781
+-28.06258 -5.66349 -1.126531
+-28.06258 -5.774426 0.000006
+-28.06258 -5.663434 1.126538
+-28.06258 -5.33484 2.209781
+-28.06258 -4.801244 3.2081
+-28.06258 -4.083135 4.083134
+-28.06258 -3.208101 4.801265
+-28.06258 -2.209774 5.334889
+-28.06258 -1.126524 5.66349
+-28.06258 0.00001 5.774426
+-34.910961 0 0.000001
+0 -0.052359 -0.034985
+0 -0.044519 -0.044528
+0 -0.034992 -0.05236
+0 -0.024097 -0.058179
+0 -0.012284 -0.061762
+0 0 -0.062973
+0 0.012284 -0.061763
+0 0.024097 -0.058179
+0 0.034992 -0.05236
+0 0.044519 -0.044528
+0 0.052359 -0.034985
+0 0.058169 -0.024098
+0 0.061758 -0.012285
+0 0.062976 -0
+0 0.061758 0.012286
+0 0.058169 0.024099
+0 0.052359 0.034985
+0 0.044519 0.044528
+0 0.034992 0.05236
+0 0.024097 0.058179
+0 0.012284 0.061762
+0 0 0.062973
+0 -0.012284 0.061763
+0 -0.024097 0.058179
+0 -0.034992 0.05236
+0 -0.044519 0.044528
+0 -0.052359 0.034986
+0 -0.058169 0.024098
+0 -0.061758 0.012285
+0 -0.062976 -0
+0 -0.061758 -0.012286
+0 -0.058169 -0.024099
+numsurf 192
+SURF 0x10
+mat 1
+refs 4
+191 0.500290989876 0.960937976837
+150 0.60676497221 0.207383006811
+149 0.60057002306 0.207383006811
+192 0.500274002552 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+190 0.500297009945 0.960937976837
+151 0.608856022358 0.207383006811
+150 0.60676497221 0.207383006811
+191 0.500290989876 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+189 0.500290989876 0.960937976837
+152 0.606764018536 0.207383006811
+151 0.608856022358 0.207383006811
+190 0.500297009945 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+188 0.500274002552 0.960937976837
+153 0.600569009781 0.207383006811
+152 0.606764018536 0.207383006811
+189 0.500290989876 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+187 0.500247001648 0.960937976837
+154 0.590510010719 0.207383006811
+153 0.600569009781 0.207383006811
+188 0.500274002552 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+186 0.500209987164 0.960937976837
+155 0.57697302103 0.207383006811
+154 0.590510010719 0.207383006811
+187 0.500247001648 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+185 0.500164985657 0.960937976837
+156 0.560477018356 0.207383006811
+155 0.57697302103 0.207383006811
+186 0.500209987164 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+184 0.500114023685 0.960937976837
+157 0.541656970978 0.207383006811
+156 0.560477018356 0.207383006811
+185 0.500164985657 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+183 0.500057995319 0.960937976837
+158 0.521237015724 0.207383006811
+157 0.541656970978 0.207383006811
+184 0.500114023685 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+182 0.5 0.960937976837
+159 0.5 0.207383006811
+158 0.521237015724 0.207383006811
+183 0.500057995319 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+181 0.499942004681 0.960937976837
+128 0.478763014078 0.207383006811
+159 0.5 0.207383006811
+182 0.5 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+180 0.499886989594 0.960937976837
+129 0.45834299922 0.207383006811
+128 0.478763014078 0.207383006811
+181 0.499942004681 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+179 0.499835014343 0.960937976837
+130 0.439523011446 0.207383006811
+129 0.45834299922 0.207383006811
+180 0.499886989594 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+178 0.499790012836 0.960937976837
+131 0.423027008772 0.207383006811
+130 0.439523011446 0.207383006811
+179 0.499835014343 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+177 0.499752998352 0.960937976837
+132 0.409489989281 0.207383006811
+131 0.423027008772 0.207383006811
+178 0.499790012836 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+176 0.499725997448 0.960937976837
+133 0.399430990219 0.207383006811
+132 0.409489989281 0.207383006811
+177 0.499752998352 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+175 0.499709010124 0.960937976837
+134 0.393234997988 0.207383006811
+133 0.399430990219 0.207383006811
+176 0.499725997448 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+174 0.499702990055 0.960937976837
+135 0.391144007444 0.207383006811
+134 0.393234997988 0.207383006811
+175 0.499709010124 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+173 0.499709010124 0.960937976837
+136 0.393234997988 0.207383006811
+135 0.391144007444 0.207383006811
+174 0.499702990055 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+172 0.499725997448 0.960937976837
+137 0.399430990219 0.207383006811
+136 0.393234997988 0.207383006811
+173 0.499709010124 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+171 0.499752998352 0.960937976837
+138 0.409489989281 0.207383006811
+137 0.399430990219 0.207383006811
+172 0.499725997448 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+170 0.499790012836 0.960937976837
+139 0.423027008772 0.207383006811
+138 0.409489989281 0.207383006811
+171 0.499752998352 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+169 0.499835014343 0.960937976837
+140 0.439523011446 0.207383006811
+139 0.423027008772 0.207383006811
+170 0.499790012836 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+168 0.499886989594 0.960937976837
+141 0.45834299922 0.207383006811
+140 0.439523011446 0.207383006811
+169 0.499835014343 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+167 0.499942004681 0.960937976837
+142 0.478763014078 0.207383006811
+141 0.45834299922 0.207383006811
+168 0.499886989594 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+166 0.5 0.960937976837
+143 0.5 0.207383006811
+142 0.478763014078 0.207383006811
+167 0.499942004681 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+165 0.500057995319 0.960937976837
+144 0.521237015724 0.207383006811
+143 0.5 0.207383006811
+166 0.5 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+164 0.500114023685 0.960937976837
+145 0.541656970978 0.207383006811
+144 0.521237015724 0.207383006811
+165 0.500057995319 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+163 0.500164985657 0.960937976837
+146 0.560477018356 0.207383006811
+145 0.541656970978 0.207383006811
+164 0.500114023685 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+162 0.500209987164 0.960937976837
+147 0.57697302103 0.207383006811
+146 0.560477018356 0.207383006811
+163 0.500164985657 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+192 0.500274002552 0.960937976837
+149 0.60057002306 0.207383006811
+148 0.590511023998 0.207383006811
+161 0.500247001648 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+161 0.500247001648 0.960937976837
+148 0.590511023998 0.207383006811
+147 0.57697302103 0.207383006811
+162 0.500209987164 0.960937976837
+SURF 0x10
+mat 1
+refs 4
+38 0.452210009098 0.052353300154
+2 0.475807011127 0.03221090138
+31 0.473118007183 0.03221090138
+39 0.44689899683 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+44 0.459358006716 0.052353300154
+0 0.479425013065 0.03221090138
+5 0.483833998442 0.03221090138
+46 0.468068003654 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+0 0.479425013065 0.03221090138
+44 0.459358006716 0.052353300154
+33 0.452210009098 0.052353300154
+28 0.475807011127 0.03221090138
+SURF 0x10
+mat 1
+refs 4
+42 0.547789990902 0.052353300154
+16 0.524192988873 0.03221090138
+1 0.520574986935 0.03221090138
+41 0.540642023087 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+41 0.540642023087 0.052353300154
+1 0.520574986935 0.03221090138
+23 0.516165018082 0.03221090138
+40 0.531931996346 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+48 0.468068003654 0.052353300154
+10 0.483833998442 0.03221090138
+3 0.479425013065 0.03221090138
+47 0.459358006716 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+45 0.478004992008 0.052353300154
+4 0.488864988089 0.03221090138
+14 0.494322985411 0.03221090138
+43 0.488786995411 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+47 0.459358006716 0.052353300154
+3 0.479425013065 0.03221090138
+2 0.475807011127 0.03221090138
+38 0.452210009098 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+46 0.468068003654 0.052353300154
+5 0.483833998442 0.03221090138
+4 0.488864988089 0.03221090138
+45 0.478004992008 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+49 0.540642023087 0.052353300154
+8 0.520574986935 0.03221090138
+27 0.524192988873 0.03221090138
+61 0.547788977623 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+54 0.511213004589 0.052353300154
+21 0.505676984787 0.03221090138
+6 0.5 0.03221090138
+53 0.5 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+53 0.5 0.052353300154
+6 0.5 0.03221090138
+12 0.494322985411 0.03221090138
+34 0.488786995411 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+37 0.557475984097 0.052353300154
+7 0.529097020626 0.03221090138
+15 0.528537988663 0.03221090138
+36 0.556371986866 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+62 0.556371986866 0.052353300154
+25 0.528537988663 0.03221090138
+7 0.529097020626 0.03221090138
+37 0.557475984097 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+50 0.531931996346 0.052353300154
+9 0.516165018082 0.03221090138
+8 0.520574986935 0.03221090138
+49 0.540642023087 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+55 0.521995007992 0.052353300154
+18 0.511134982109 0.03221090138
+9 0.516165018082 0.03221090138
+50 0.531931996346 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+35 0.478004992008 0.052353300154
+11 0.488864988089 0.03221090138
+10 0.483833998442 0.03221090138
+48 0.468068003654 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+34 0.488786995411 0.052353300154
+12 0.494322985411 0.03221090138
+11 0.488864988089 0.03221090138
+35 0.478004992008 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+57 0.5 0.052353300154
+13 0.5 0.03221090138
+19 0.505676984787 0.03221090138
+56 0.511213004589 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+43 0.488786995411 0.052353300154
+14 0.494322985411 0.03221090138
+13 0.5 0.03221090138
+57 0.5 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+36 0.556371986866 0.052353300154
+15 0.528537988663 0.03221090138
+17 0.526881992817 0.03221090138
+32 0.55310100317 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+32 0.55310100317 0.052353300154
+17 0.526881992817 0.03221090138
+16 0.524192988873 0.03221090138
+42 0.547789990902 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+56 0.511213004589 0.052353300154
+19 0.505676984787 0.03221090138
+18 0.511134982109 0.03221090138
+55 0.521995007992 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+60 0.442523986101 0.052353300154
+24 0.470903009176 0.03221090138
+20 0.471462011337 0.03221090138
+59 0.443628013134 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+59 0.443628013134 0.052353300154
+20 0.471462011337 0.03221090138
+29 0.473118007183 0.03221090138
+51 0.44689899683 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+52 0.521995007992 0.052353300154
+22 0.511134982109 0.03221090138
+21 0.505676984787 0.03221090138
+54 0.511213004589 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+40 0.531931996346 0.052353300154
+23 0.516165018082 0.03221090138
+22 0.511134982109 0.03221090138
+52 0.521995007992 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+58 0.443628013134 0.052353300154
+30 0.471462011337 0.03221090138
+24 0.470903009176 0.03221090138
+60 0.442523986101 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+63 0.55310100317 0.052353300154
+26 0.526881992817 0.03221090138
+25 0.528537988663 0.03221090138
+62 0.556371986866 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+61 0.547788977623 0.052353300154
+27 0.524192988873 0.03221090138
+26 0.526881992817 0.03221090138
+63 0.55310100317 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+51 0.44689899683 0.052353300154
+29 0.473118007183 0.03221090138
+28 0.475807011127 0.03221090138
+33 0.452210009098 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+39 0.44689899683 0.052353300154
+31 0.473118007183 0.03221090138
+30 0.471462011337 0.03221090138
+58 0.443628013134 0.052353300154
+SURF 0x10
+mat 1
+refs 4
+71 0.58064699173 0.095179997385
+32 0.55310100317 0.052353300154
+42 0.547789990902 0.052353300154
+72 0.572579979897 0.095179997385
+SURF 0x10
+mat 1
+refs 4
+64 0.585614025593 0.095179997385
+36 0.556371986866 0.052353300154
+32 0.55310100317 0.052353300154
+71 0.58064699173 0.095179997385
+SURF 0x10
+mat 1
+refs 4
+93 0.548497021198 0.095179997385
+40 ...
[truncated message content] |