diff --git a/mods/transport/helicopter/LICENSE b/mods/transport/helicopter/LICENSE new file mode 100644 index 00000000..22fbe5db --- /dev/null +++ b/mods/transport/helicopter/LICENSE @@ -0,0 +1,339 @@ +GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {description} + Copyright (C) {year} {fullname} + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + {signature of Ty Coon}, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. \ No newline at end of file diff --git a/mods/transport/helicopter/README.md b/mods/transport/helicopter/README.md new file mode 100644 index 00000000..243df85a --- /dev/null +++ b/mods/transport/helicopter/README.md @@ -0,0 +1,13 @@ +Minetest 0.4.7+ mod: Simple helicopter +======================= +by Pavel_S + +License of source code: +----------------------- +GPL_v2 + +License of media (textures and sounds): +--------------------------------------- + +helicopter_motor.ogg by Robinhood76 | License: Attribution Noncommercial + diff --git a/mods/transport/helicopter/depends.txt b/mods/transport/helicopter/depends.txt new file mode 100644 index 00000000..b57e07ed --- /dev/null +++ b/mods/transport/helicopter/depends.txt @@ -0,0 +1,2 @@ +default +craft_guide? diff --git a/mods/transport/helicopter/init.lua b/mods/transport/helicopter/init.lua new file mode 100644 index 00000000..192f14b7 --- /dev/null +++ b/mods/transport/helicopter/init.lua @@ -0,0 +1,271 @@ +-- +-- Helper functions +-- +local function get_sign(i) + if i == 0 then + return 0 + else + return i/math.abs(i) + end +end + +-- +-- Heli entity +-- + +local heli = { + physical = true, + collisionbox = {-1,-0.6,-1, 1,0.3,1}, + makes_footstep_sound = false, + collide_with_objects = true, + + visual = "mesh", + mesh = "root.x", + --Player + driver = nil, + + --Heli mesh + model = nil, + --Rotation + yaw=0, + --Speeds + vx=0, + vy=0, + vz=0, + soundHandle=nil + + +} +local heliModel = { + visual = "mesh", + mesh = "heli.x", + textures = {"blades.png","blades.png","heli.png","Glass.png"}, +} + +function heli:on_rightclick(clicker) + if not clicker or not clicker:is_player() then + return + end + if self.driver and clicker == self.driver then + clicker:set_detach() + self.driver = nil + self.model:set_animation({x=0,y=1},0, 0) + minetest.sound_stop(self.soundHandle) + elseif not self.driver then + self.soundHandle=minetest.sound_play({name="helicopter_motor"},{object = self.object, gain = 2.0, max_hear_distance = 32, loop = true,}) + self.model:set_animation({x=0,y=11},30, 0) + self.driver = clicker + clicker:set_attach(self.model, "", {x=0,y=14,z=0}, {x=0,y=0,z=0}) + end +end + +function heliModel:on_activate(staticdata, dtime_s) + self.object:set_armor_groups({immortal=1}) + local is_attached = false + for _,object in ipairs(minetest.env:get_objects_inside_radius(self.object:getpos(), 2)) do + if object and object:get_luaentity() and object:get_luaentity().name=="helicopter:heli" then + if object:get_luaentity().model == nil then + object:get_luaentity().model = self + end + if object:get_luaentity().model == self then + is_attached = true + end + end + end + if is_attached == false then + self.object:remove() + end + +end + +function heli:on_activate(staticdata, dtime_s) + self.object:set_armor_groups({cracky=80,choppy=80,fleshy=80}) + self.object:set_hp(30) + self.prev_y=self.object:getpos() + if self.model == nil then + self.model = minetest.env:add_entity(self.object:getpos(), "helicopter:heliModel") + self.model:set_attach(self.object, "", {x=0,y=-5,z=0}, {x=0,y=0,z=0}) + end +end + +function heli:on_punch(puncher, time_from_last_punch, tool_capabilities, direction) + if self.object:get_hp() == 0 then + if self.model ~= nil then + self.model:remove() + end + if self.soundHandle then + minetest.sound_stop(self.soundHandle) + end + self.object:remove() + + if puncher and puncher:is_player() then + puncher:get_inventory():add_item("main", "default:steel_ingot 5") + puncher:get_inventory():add_item("main", "default:mese_crystal") + end + end +end +function heliModel:on_punch(puncher, time_from_last_punch, tool_capabilities, direction) + self.object:remove() +end +function heli:on_step(dtime) + --Prevent multi heli control bug + if self.driver and ( math.abs(self.driver:getpos().x-self.object:getpos().x)>10*dtime or math.abs(self.driver:getpos().y-self.object:getpos().y)>10*dtime or math.abs(self.driver:getpos().z-self.object:getpos().z)>10*dtime) then + self.driver = nil + self.model:set_animation({x=0,y=1},0, 0) + minetest.sound_stop(self.soundHandle) + end + + if self.driver then + --self.driver:set_animation({ x= 81, y=160, },10,0) + self.yaw = self.driver:get_look_yaw() + self.vx = self.object:getvelocity().x + self.vy = self.object:getvelocity().y + self.vz = self.object:getvelocity().z + local ctrl = self.driver:get_player_control() + --Forward/backward + if ctrl.up then + self.vx = self.vx + math.cos(self.driver:get_look_yaw())*0.1 + self.vz = self.vz + math.sin(self.driver:get_look_yaw())*0.1 + end + if ctrl.down then + self.vx = self.vx-math.cos(self.driver:get_look_yaw())*0.1 + self.vz = self.vz-math.sin(self.driver:get_look_yaw())*0.1 + end + --Left/right + if ctrl.left then + self.vz = self.vz+math.cos(self.driver:get_look_yaw())*0.1 + self.vx = self.vx+math.sin(math.pi+self.driver:get_look_yaw())*0.1 + end + if ctrl.right then + self.vz = self.vz-math.cos(self.driver:get_look_yaw())*0.1 + self.vx = self.vx-math.sin(math.pi+self.driver:get_look_yaw())*0.1 + end + --up/down + if ctrl.jump then + if self.vy<1.5 then + self.vy = self.vy+0.2 + end + end + if ctrl.sneak then + if self.vy>-1.5 then + self.vy = self.vy-0.2 + end + end + -- + end + if self.vx==0 and self.vz==0 and self.vy==0 then + return + end + --Decelerating + local sx=get_sign(self.vx) + self.vx = self.vx - 0.02*sx + local sz=get_sign(self.vz) + self.vz = self.vz - 0.02*sz + local sy=get_sign(self.vy) + self.vy = self.vy-0.01*sy + + --Stop + if sx ~= get_sign(self.vx) then + self.vx = 0 + end + if sz ~= get_sign(self.vz) then + self.vz = 0 + end + if sy ~= get_sign(self.vy) then + self.vy = 0 + end + + --Speed limit + if math.abs(self.vx) > 4.5 then + self.vx = 4.5*get_sign(self.vx) + end + if math.abs(self.vz) > 4.5 then + self.vz = 4.5*get_sign(self.vz) + end + if math.abs(self.vy) > 4.5 then + self.vz = 4.5*get_sign(self.vy) + end + + --Set speed to entity + + self.object:setvelocity({x=self.vx, y=self.vy,z=self.vz}) + if self.model then + self.model:set_attach(self.object,"Root", {x=0,y=0,z=5}, { + x=-90+self.vx*3*math.cos(self.yaw)+self.vz*3*math.sin(self.yaw), + y=0-self.vx*3*math.sin(self.yaw)+self.vz*3*math.cos(self.yaw), + z=(self.yaw-math.pi/2)*57}) + end +end + +-- +--Registration +-- + +minetest.register_entity("helicopter:heli", heli) +minetest.register_entity("helicopter:heliModel", heliModel) + +-- +--Craft items +-- + +--Blades +minetest.register_craftitem("helicopter:blades",{ + description = "Blades", + inventory_image = "blades_inv.png", + wield_image = "blades_inv.png", +}) +--Cabin +minetest.register_craftitem("helicopter:cabin",{ + description = "Cabin for heli", + inventory_image = "cabin_inv.png", + wield_image = "cabin_inv.png", +}) +--Heli +minetest.register_craftitem("helicopter:heli", { + description = "Helicopter", + inventory_image = "heli_inv.png", + wield_image = "heli_inv.png", + wield_scale = {x=1, y=1, z=1}, + liquids_pointable = false, + + on_place = function(itemstack, placer, pointed_thing) + if pointed_thing.type ~= "node" then + return + end + if minetest.get_node(pointed_thing.above).name ~= "air" then + return + end + minetest.env:add_entity(pointed_thing.above, "helicopter:heli") + itemstack:take_item() + return itemstack + end, +}) + +-- +--Craft +-- + +minetest.register_craft({ + output = 'helicopter:blades', + recipe = { + {'', 'default:steel_ingot', ''}, + {'default:steel_ingot', 'group:stick', 'default:steel_ingot'}, + {'', 'default:steel_ingot', ''}, + } +}) +minetest.register_craft({ + output = 'helicopter:cabin', + recipe = { + {'', 'group:wood', ''}, + {'group:wood', 'default:mese_crystal','default:glass'}, + {'group:wood','group:wood','group:wood'}, + } +}) +minetest.register_craft({ + output = 'helicopter:heli', + recipe = { + {'', 'helicopter:blades', ''}, + {'helicopter:blades', 'helicopter:cabin',''}, + } +}) + diff --git a/mods/transport/helicopter/models/heli.x b/mods/transport/helicopter/models/heli.x new file mode 100644 index 00000000..ef57e827 --- /dev/null +++ b/mods/transport/helicopter/models/heli.x @@ -0,0 +1,3390 @@ +xof 0303txt 0032 + +Frame Root { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000,-0.000000, 1.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 0.000000, 1.000000;; + } + Frame blade { + FrameTransformMatrix { + -0.891006, 0.453991, 0.000000, 0.000000, + -0.453991,-0.891006, 0.000000, 0.000000, + 0.000000, 0.000000, 1.000000, 0.000000, + 0.066270, 0.155000,23.948601, 1.000000;; + } + Mesh { // blade mesh + 48; + -12.418771;-10.241999; 0.184581;, + -12.418771;-10.241999;-0.534882;, + -10.241998;-12.418774;-0.534882;, + -10.241998;-12.418774; 0.184581;, + 12.418774;10.241999; 0.184579;, + 12.418774;10.241999;-0.534886;, + 10.241996;12.418772;-0.534886;, + 10.241996;12.418772; 0.184579;, + -12.418771;-10.241999; 0.184581;, + -10.241998;-12.418774; 0.184581;, + 12.418774;10.241999; 0.184579;, + 10.241996;12.418772; 0.184579;, + -12.418771;-10.241999;-0.534882;, + -12.418771;-10.241999; 0.184581;, + 10.241996;12.418772; 0.184579;, + 10.241996;12.418772;-0.534886;, + -10.241998;-12.418774;-0.534882;, + -12.418771;-10.241999;-0.534882;, + 10.241996;12.418772;-0.534886;, + 12.418774;10.241999;-0.534886;, + -10.241998;-12.418774; 0.184581;, + -10.241998;-12.418774;-0.534882;, + 12.418774;10.241999;-0.534886;, + 12.418774;10.241999; 0.184579;, + 12.418770;-10.241998; 0.580299;, + 12.418770;-10.241998;-0.139164;, + -10.241998;12.418770;-0.139168;, + -10.241998;12.418770; 0.580295;, + 12.418770;-10.241998;-0.139164;, + 10.241994;-12.418773;-0.139164;, + -12.418775;10.241997;-0.139168;, + -10.241998;12.418770;-0.139168;, + 10.241994;-12.418773;-0.139164;, + 10.241994;-12.418773; 0.580299;, + -12.418775;10.241997; 0.580295;, + -12.418775;10.241997;-0.139168;, + 10.241994;-12.418773; 0.580299;, + 12.418770;-10.241998; 0.580299;, + -10.241998;12.418770; 0.580295;, + -12.418775;10.241997; 0.580295;, + -10.241998;12.418770; 0.580295;, + -10.241998;12.418770;-0.139168;, + -12.418775;10.241997;-0.139168;, + -12.418775;10.241997; 0.580295;, + 10.241994;-12.418773; 0.580299;, + 10.241994;-12.418773;-0.139164;, + 12.418770;-10.241998;-0.139164;, + 12.418770;-10.241998; 0.580299;; + 12; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;; + MeshTextureCoords { // blade UV coordinates + 48; + 0.562500; 1.000000;, + 0.562500; 0.968750;, + 0.437500; 0.968750;, + 0.437500; 1.000000;, + 0.437500; 0.000000;, + 0.437500; 0.031250;, + 0.562500; 0.031250;, + 0.562500; 0.000000;, + -0.156250; 0.437500;, + -0.156250; 0.562500;, + 1.156250; 0.562500;, + 1.156250; 0.437500;, + 0.531250; 1.000000;, + 0.562500; 1.000000;, + 0.562500; 0.000000;, + 0.531250; 0.000000;, + 0.437500; 1.156250;, + 0.562500; 1.156250;, + 0.562500;-0.156250;, + 0.437500;-0.156250;, + 0.437500; 1.000000;, + 0.468750; 1.000000;, + 0.468750; 0.000000;, + 0.437500; 0.000000;, + 1.000000; 0.562500;, + 1.000000; 0.531250;, + 0.000000; 0.531250;, + 0.000000; 0.562500;, + 1.156250; 0.562500;, + 1.156250; 0.437500;, + -0.156250; 0.437500;, + -0.156250; 0.562500;, + 1.000000; 0.468750;, + 1.000000; 0.437500;, + 0.000000; 0.437500;, + 0.000000; 0.468750;, + 0.437500; 1.156250;, + 0.562500; 1.156250;, + 0.562500;-0.156250;, + 0.437500;-0.156250;, + 0.000000; 0.562500;, + 0.031250; 0.562500;, + 0.031250; 0.437500;, + 0.000000; 0.437500;, + 1.000000; 0.437500;, + 0.968750; 0.437500;, + 0.968750; 0.562500;, + 1.000000; 0.562500;; + } // End of blade UV coordinates + } // End of blade mesh + } // End of blade + Frame blade_back { + FrameTransformMatrix { + 0.364074, 0.000000, 0.000000, 0.000000, + 0.000000,-0.346255, 0.112505, 0.000000, + 0.000000,-0.112505,-0.346255, 0.000000, + 1.522937,-17.349216,17.075975, 1.000000;; + } + Mesh { // blade_back mesh + 48; + 0.184582;-1.539212;-16.023582;, + -0.534881;-1.539212;-16.023582;, + -0.534881; 1.539211;-16.023584;, + 0.184582; 1.539211;-16.023584;, + 0.184578; 1.539214;16.023584;, + -0.534887; 1.539214;16.023584;, + -0.534887;-1.539212;16.023582;, + 0.184579;-1.539212;16.023582;, + 0.184582;-1.539212;-16.023582;, + 0.184582; 1.539211;-16.023584;, + 0.184578; 1.539214;16.023584;, + 0.184579;-1.539212;16.023582;, + -0.534881;-1.539212;-16.023582;, + 0.184582;-1.539212;-16.023582;, + 0.184579;-1.539212;16.023582;, + -0.534887;-1.539212;16.023582;, + -0.534881; 1.539211;-16.023584;, + -0.534881;-1.539212;-16.023582;, + -0.534887;-1.539212;16.023582;, + -0.534887; 1.539214;16.023584;, + 0.184582; 1.539211;-16.023584;, + -0.534881; 1.539211;-16.023584;, + -0.534887; 1.539214;16.023584;, + 0.184578; 1.539214;16.023584;, + 0.580298;16.023582; 1.539209;, + -0.139166;16.023582; 1.539209;, + -0.139167;-16.023582; 1.539212;, + 0.580297;-16.023582; 1.539212;, + -0.139166;16.023582; 1.539209;, + -0.139166;16.023582;-1.539216;, + -0.139166;-16.023586;-1.539213;, + -0.139167;-16.023582; 1.539212;, + -0.139166;16.023582;-1.539216;, + 0.580298;16.023582;-1.539216;, + 0.580297;-16.023586;-1.539213;, + -0.139166;-16.023586;-1.539213;, + 0.580298;16.023582;-1.539216;, + 0.580298;16.023582; 1.539209;, + 0.580297;-16.023582; 1.539212;, + 0.580297;-16.023586;-1.539213;, + 0.580297;-16.023582; 1.539212;, + -0.139167;-16.023582; 1.539212;, + -0.139166;-16.023586;-1.539213;, + 0.580297;-16.023586;-1.539213;, + 0.580298;16.023582;-1.539216;, + -0.139166;16.023582;-1.539216;, + -0.139166;16.023582; 1.539209;, + 0.580298;16.023582; 1.539209;; + 12; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;; + MeshTextureCoords { // blade_back UV coordinates + 48; + 0.562500; 1.000000;, + 0.562500; 0.968750;, + 0.437500; 0.968750;, + 0.437500; 1.000000;, + 0.437500; 0.000000;, + 0.437500; 0.031250;, + 0.562500; 0.031250;, + 0.562500; 0.000000;, + -0.156250; 0.437500;, + -0.156250; 0.562500;, + 1.156250; 0.562500;, + 1.156250; 0.437500;, + 0.531250; 1.000000;, + 0.562500; 1.000000;, + 0.562500; 0.000000;, + 0.531250; 0.000000;, + 0.437500; 1.156250;, + 0.562500; 1.156250;, + 0.562500;-0.156250;, + 0.437500;-0.156250;, + 0.437500; 1.000000;, + 0.468750; 1.000000;, + 0.468750; 0.000000;, + 0.437500; 0.000000;, + 1.000000; 0.562500;, + 1.000000; 0.531250;, + 0.000000; 0.531250;, + 0.000000; 0.562500;, + 1.156250; 0.562500;, + 1.156250; 0.437500;, + -0.156250; 0.437500;, + -0.156250; 0.562500;, + 1.000000; 0.468750;, + 1.000000; 0.437500;, + 0.000000; 0.437500;, + 0.000000; 0.468750;, + 0.437500; 1.156250;, + 0.562500; 1.156250;, + 0.562500;-0.156250;, + 0.437500;-0.156250;, + 0.000000; 0.562500;, + 0.031250; 0.562500;, + 0.031250; 0.437500;, + 0.000000; 0.437500;, + 1.000000; 0.437500;, + 0.968750; 0.437500;, + 0.968750; 0.562500;, + 1.000000; 0.562500;; + } // End of blade_back UV coordinates + } // End of blade_back mesh + } // End of blade_back + Frame cabin { + FrameTransformMatrix { + -0.000000, 0.849807, 0.000000, 0.000000, + -0.849807,-0.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 0.849807, 0.000000, + 0.103012, 0.077333, 5.824100, 1.000000;; + } + Mesh { // cabin mesh + 1192; + -8.335882; 0.000000;20.299566;, + -8.335882;-1.044112;20.299566;, + -8.335882;-1.044112;-2.071621;, + -8.335882; 0.000000;-2.071621;, + -8.335882;-1.044112;20.299566;, + -10.257066;-1.044112;20.299566;, + -10.257066;-1.044112;-2.071621;, + -8.335882;-1.044112;-2.071621;, + -10.257066; 0.000000;-2.071621;, + -8.335882; 0.000000;-2.071621;, + -8.335882;-1.044112;-2.071621;, + -10.257066;-1.044112;-2.071621;, + -8.839310; 0.000000;12.197909;, + -8.839310;-0.760468;12.197909;, + -21.979908;-0.760469;12.197909;, + -21.979908; 0.000000;12.197909;, + -8.839310;-0.760468;12.197909;, + -8.839310;-0.760468;14.119094;, + -21.979908;-0.760469;14.119090;, + -21.979908;-0.760469;12.197909;, + -21.979908; 0.000000;14.119090;, + -21.979908; 0.000000;12.197909;, + -21.979908;-0.760469;12.197909;, + -21.979908;-0.760469;14.119090;, + 4.611715; 0.000000;20.497721;, + 4.611715;-3.062278;20.497721;, + 4.611715;-3.062278;19.527578;, + 4.611715; 0.000000;19.527578;, + 4.611715;-3.062278;20.497721;, + -10.163321;-3.062281;20.497721;, + -10.163321;-3.062281;19.527578;, + 4.611715;-3.062278;19.527578;, + -10.163322; 0.000000;19.527578;, + 4.611715; 0.000000;19.527578;, + 4.611715;-3.062278;19.527578;, + -10.163321;-3.062281;19.527578;, + -10.163321;-3.062281;20.497721;, + -10.163322; 0.000000;20.497721;, + -10.163322; 0.000000;19.527578;, + -10.163321;-3.062281;19.527578;, + -10.163321;-3.062281;20.497721;, + 4.611715;-3.062278;20.497721;, + 4.611715; 0.000000;20.497721;, + -10.163322; 0.000000;20.497721;, + -8.839310;-0.760468;14.119094;, + -8.839310; 0.000000;14.119094;, + -21.979908; 0.000000;14.119090;, + -21.979908;-0.760469;14.119090;, + -8.839310;-0.760468;14.119094;, + -8.839310;-0.760468;12.197909;, + -8.839310; 0.000000;12.197909;, + -8.839310; 0.000000;14.119094;, + -10.257066;-1.044112;20.299566;, + -10.257066; 0.000000;20.299566;, + -10.257066; 0.000000;-2.071621;, + -10.257066;-1.044112;-2.071621;, + -10.257066;-1.044112;20.299566;, + -8.335882;-1.044112;20.299566;, + -8.335882; 0.000000;20.299566;, + -10.257066; 0.000000;20.299566;, + -8.335882; 0.000000;20.299566;, + -8.335882; 0.000000;-2.071621;, + -8.335882; 1.044112;-2.071621;, + -8.335882; 1.044112;20.299566;, + -8.335882; 1.044112;20.299566;, + -8.335882; 1.044112;-2.071621;, + -10.257066; 1.044112;-2.071621;, + -10.257066; 1.044112;20.299566;, + -10.257066; 0.000000;-2.071621;, + -10.257066; 1.044112;-2.071621;, + -8.335882; 1.044112;-2.071621;, + -8.335882; 0.000000;-2.071621;, + -8.839310; 0.000000;12.197909;, + -21.979908; 0.000000;12.197909;, + -21.979908; 0.760469;12.197909;, + -8.839310; 0.760468;12.197909;, + -8.839310; 0.760468;12.197909;, + -21.979908; 0.760469;12.197909;, + -21.979908; 0.760469;14.119090;, + -8.839310; 0.760468;14.119094;, + -21.979908; 0.000000;14.119090;, + -21.979908; 0.760469;14.119090;, + -21.979908; 0.760469;12.197909;, + -21.979908; 0.000000;12.197909;, + 4.611715; 0.000000;20.497721;, + 4.611715; 0.000000;19.527578;, + 4.611715; 3.062278;19.527578;, + 4.611715; 3.062278;20.497721;, + 4.611715; 3.062278;20.497721;, + 4.611715; 3.062278;19.527578;, + -10.163321; 3.062281;19.527578;, + -10.163321; 3.062281;20.497721;, + -10.163322; 0.000000;19.527578;, + -10.163321; 3.062281;19.527578;, + 4.611715; 3.062278;19.527578;, + 4.611715; 0.000000;19.527578;, + -10.163321; 3.062281;20.497721;, + -10.163321; 3.062281;19.527578;, + -10.163322; 0.000000;19.527578;, + -10.163322; 0.000000;20.497721;, + -10.163321; 3.062281;20.497721;, + -10.163322; 0.000000;20.497721;, + 4.611715; 0.000000;20.497721;, + 4.611715; 3.062278;20.497721;, + -8.839310; 0.760468;14.119094;, + -21.979908; 0.760469;14.119090;, + -21.979908; 0.000000;14.119090;, + -8.839310; 0.000000;14.119094;, + -8.839310; 0.760468;14.119094;, + -8.839310; 0.000000;14.119094;, + -8.839310; 0.000000;12.197909;, + -8.839310; 0.760468;12.197909;, + -10.257066; 1.044112;20.299566;, + -10.257066; 1.044112;-2.071621;, + -10.257066; 0.000000;-2.071621;, + -10.257066; 0.000000;20.299566;, + -10.257066; 1.044112;20.299566;, + -10.257066; 0.000000;20.299566;, + -8.335882; 0.000000;20.299566;, + -8.335882; 1.044112;20.299566;, + 2.958205;-6.266014;-1.085394;, + 2.958205;-3.457446;-1.085394;, + 1.341950;-3.457446;-1.085394;, + 1.341949;-6.266014;-1.085394;, + 2.958205;-6.266014;-1.085394;, + 1.341949;-6.266014;-1.085394;, + 1.341949;-6.266014; 3.272140;, + 2.958205;-6.266014; 4.259186;, + 1.341949;-6.266014;-1.085394;, + -7.821624;-6.266014;-1.085394;, + -7.821624;-6.266014; 3.272140;, + 1.341949;-6.266014; 3.272140;, + 1.341949;-6.266014;-1.085394;, + 1.341950;-3.457446;-1.085394;, + -7.821624;-3.457446;-1.085394;, + -7.821624;-6.266014;-1.085394;, + -7.821624;-6.266014;-1.085394;, + -7.821624;-3.457446;-1.085394;, + -7.821624;-3.457446; 3.272140;, + -7.821624;-6.266014; 3.272140;, + -7.821624;-6.266014; 3.272140;, + -7.821624;-3.457446; 3.272140;, + -7.821624;-3.457446; 7.532129;, + -7.821624;-6.266014; 7.532129;, + -7.821624;-7.682857; 3.272140;, + -7.821624;-6.266014; 3.272140;, + -7.821624;-6.266014; 7.532129;, + -7.821624;-7.682857; 7.532129;, + -7.821624;-3.457446; 7.532129;, + -7.821624;-3.457446; 3.272140;, + -6.626290;-3.457446; 4.051414;, + -6.626290;-3.457446; 7.510913;, + -7.821624;-3.457446; 3.272140;, + -7.821624;-3.457446;-1.085394;, + -6.626290;-3.457446; 0.512702;, + -6.626290;-3.457446; 4.051414;, + -7.821624;-1.728723; 7.532129;, + -7.821624;-3.457446; 7.532129;, + -6.626290;-3.457446; 7.510913;, + -6.626290;-1.728723; 7.510913;, + -7.821624;-0.000000; 7.532129;, + -7.821624;-1.728723; 7.532129;, + -6.626290;-1.728723; 7.510913;, + -6.626290;-0.000000; 7.510913;, + -7.821624;-3.457446;-1.085394;, + 1.341950;-3.457446;-1.085394;, + 1.361950;-3.457446; 0.512702;, + -6.626290;-3.457446; 0.512702;, + 1.361950;-1.728723; 0.512702;, + 1.361950; 0.000000; 0.512702;, + -6.626290;-0.000000; 0.512702;, + -6.626290;-1.728723; 0.512702;, + -6.626290;-1.728723; 0.512702;, + -6.626290;-0.000000; 0.512702;, + -6.626290;-0.000000; 4.051414;, + -6.626290;-1.728723; 4.051414;, + -6.626290;-1.728723; 4.051414;, + -6.626290;-0.000000; 4.051414;, + -6.626290;-0.000000; 7.510913;, + -6.626290;-1.728723; 7.510913;, + 1.361950;-3.457446; 0.512702;, + 1.361950;-1.728723; 0.512702;, + -6.626290;-1.728723; 0.512702;, + -6.626290;-3.457446; 0.512702;, + -6.626290;-3.457446; 0.512702;, + -6.626290;-1.728723; 0.512702;, + -6.626290;-1.728723; 4.051414;, + -6.626290;-3.457446; 4.051414;, + -6.626290;-3.457446; 4.051414;, + -6.626290;-1.728723; 4.051414;, + -6.626290;-1.728723; 7.510913;, + -6.626290;-3.457446; 7.510913;, + 1.341950;-3.457446;-1.085394;, + 1.341950;-1.728723;-1.085394;, + 1.361950;-1.728723; 0.512702;, + 1.361950;-3.457446; 0.512702;, + 4.578670;-8.545100;-2.759586;, + 4.578670;-9.900055;-2.759586;, + 4.578670;-9.900055;-4.730428;, + 4.578670;-8.545100;-4.730428;, + -7.821622;-9.900054;-2.759586;, + -9.477706;-9.900054;-2.759586;, + -9.477706;-9.900054;-4.730428;, + -7.821622;-9.900054;-4.730428;, + 2.964239;-9.900055;-2.759586;, + 2.964239;-8.545100;-2.759586;, + 2.964239;-8.545100;-4.730428;, + 2.964239;-9.900055;-4.730428;, + -14.610346;-7.824526;-4.097442;, + 8.922906;-7.824527;-4.097442;, + 8.922906;-7.824527;-6.750484;, + -14.610346;-7.824526;-6.750484;, + 8.922906;-7.824527;-4.097442;, + 8.922906;-10.477569;-4.097442;, + 8.922906;-10.477569;-6.750484;, + 8.922906;-7.824527;-6.750484;, + 8.922906;-10.477569;-4.097442;, + -14.610346;-10.477567;-4.097442;, + -14.610346;-10.477567;-6.750484;, + 8.922906;-10.477569;-6.750484;, + -14.610346;-10.477567;-4.097442;, + -14.610346;-7.824526;-4.097442;, + -14.610346;-7.824526;-6.750484;, + -14.610346;-10.477567;-6.750484;, + -14.610346;-7.824526;-6.750484;, + 8.922906;-7.824527;-6.750484;, + 8.922906;-10.477569;-6.750484;, + -14.610346;-10.477567;-6.750484;, + -14.610346;-10.477567;-4.097442;, + 8.922906;-10.477569;-4.097442;, + 8.922906;-7.824527;-4.097442;, + -14.610346;-7.824526;-4.097442;, + 2.964239;-8.545100;-2.759586;, + 4.578670;-8.545100;-2.759586;, + 4.578670;-8.545100;-4.730428;, + 2.964239;-8.545100;-4.730428;, + 2.965864;-8.545100;-1.086077;, + 2.964239;-8.545100;-2.759586;, + 2.964239;-9.900055;-2.759586;, + 2.965864;-9.900055;-1.086077;, + -7.821624;-9.900054;-1.085394;, + -9.476039;-9.900054;-1.086077;, + -9.477706;-9.900054;-2.759586;, + -7.821622;-9.900054;-2.759586;, + 4.578668;-8.545100;-1.085394;, + 2.965864;-8.545100;-1.086077;, + 2.965864;-9.900055;-1.086077;, + 4.578668;-9.900055;-1.085394;, + 4.578670;-8.545100;-2.759586;, + 4.578668;-8.545100;-1.085394;, + 4.578668;-9.900055;-1.085394;, + 4.578670;-9.900055;-2.759586;, + -7.821622;-8.545099;-2.759586;, + -7.821624;-8.545099;-1.085394;, + -7.821624;-9.900054;-1.085394;, + -7.821622;-9.900054;-2.759586;, + 4.578668;-9.900055;-1.085394;, + 2.965864;-9.900055;-1.086077;, + 2.964239;-9.900055;-2.759586;, + 4.578670;-9.900055;-2.759586;, + -7.821624;-8.545099;-1.085394;, + -9.476039;-8.545099;-1.086077;, + -9.476039;-9.900054;-1.086077;, + -7.821624;-9.900054;-1.085394;, + -9.476039;-8.545099;-1.086077;, + -9.477706;-8.545099;-2.759586;, + -9.477706;-9.900054;-2.759586;, + -9.476039;-9.900054;-1.086077;, + -9.477706;-8.545099;-2.759586;, + -7.821622;-8.545099;-2.759586;, + -7.821622;-8.545099;-4.730428;, + -9.477706;-8.545099;-4.730428;, + -9.477706;-9.900054;-2.759586;, + -9.477706;-8.545099;-2.759586;, + -9.477706;-8.545099;-4.730428;, + -9.477706;-9.900054;-4.730428;, + 4.578670;-9.900055;-2.759586;, + 2.964239;-9.900055;-2.759586;, + 2.964239;-9.900055;-4.730428;, + 4.578670;-9.900055;-4.730428;, + -7.821622;-8.545099;-2.759586;, + -7.821622;-9.900054;-2.759586;, + -7.821622;-9.900054;-4.730428;, + -7.821622;-8.545099;-4.730428;, + 2.958205;-7.682857;-1.085394;, + 2.964239;-7.682857;-2.759586;, + 2.964239;-8.545100;-2.759586;, + 2.965864;-8.545100;-1.086077;, + 2.958205; 6.266014; 4.259186;, + 2.958205; 6.266014; 7.532129;, + 1.341949; 6.266014; 7.532129;, + 1.341949; 6.266014; 3.272140;, + 2.958205; 6.266014;-1.085394;, + 2.958205; 6.266014; 4.259186;, + 1.341949; 6.266014; 3.272140;, + 1.341949; 6.266014;-1.085394;, + 1.341949; 6.266014;-1.085394;, + 1.341949; 6.266014; 3.272140;, + -7.821624; 6.266014; 3.272140;, + -7.821624; 6.266014;-1.085394;, + 1.341949; 6.266014;-1.085394;, + -7.821624; 6.266014;-1.085394;, + -7.821624; 3.457446;-1.085394;, + 1.341950; 3.457446;-1.085394;, + -7.821624; 6.266014;-1.085394;, + -7.821624; 6.266014; 3.272140;, + -7.821624; 3.457446; 3.272140;, + -7.821624; 3.457446;-1.085394;, + -7.821624; 6.266014; 3.272140;, + -7.821624; 6.266014; 7.532129;, + -7.821624; 3.457446; 7.532129;, + -7.821624; 3.457446; 3.272140;, + -7.821624; 3.457446; 7.532129;, + -6.626290; 3.457446; 7.510913;, + -6.626290; 3.457446; 4.051414;, + -7.821624; 3.457446; 3.272140;, + -7.821624; 3.457446; 3.272140;, + -6.626290; 3.457446; 4.051414;, + -6.626290; 3.457446; 0.512702;, + -7.821624; 3.457446;-1.085394;, + -7.821624; 3.457446;-1.085394;, + -6.626290; 3.457446; 0.512702;, + 1.361950; 3.457446; 0.512702;, + 1.341950; 3.457446;-1.085394;, + 4.574461; 6.266014; 5.246232;, + 4.574461; 6.266014; 7.532129;, + 2.958205; 6.266014; 7.532129;, + 2.958205; 6.266014; 4.259186;, + 4.574461; 6.266014;-1.085394;, + 4.574461; 6.266014; 5.246232;, + 2.958205; 6.266014; 4.259186;, + 2.958205; 6.266014;-1.085394;, + 1.361950; 1.728723; 0.512702;, + -6.626290; 1.728723; 0.512702;, + -6.626290;-0.000000; 0.512702;, + 1.361950; 0.000000; 0.512702;, + -6.626290; 1.728723; 0.512702;, + -6.626290; 1.728723; 4.051414;, + -6.626290;-0.000000; 4.051414;, + -6.626290;-0.000000; 0.512702;, + -6.626290; 1.728723; 4.051414;, + -6.626290; 1.728723; 7.510913;, + -6.626290;-0.000000; 7.510913;, + -6.626290;-0.000000; 4.051414;, + 1.361950; 3.457446; 0.512702;, + -6.626290; 3.457446; 0.512702;, + -6.626290; 1.728723; 0.512702;, + 1.361950; 1.728723; 0.512702;, + -6.626290; 3.457446; 0.512702;, + -6.626290; 3.457446; 4.051414;, + -6.626290; 1.728723; 4.051414;, + -6.626290; 1.728723; 0.512702;, + -6.626290; 3.457446; 4.051414;, + -6.626290; 3.457446; 7.510913;, + -6.626290; 1.728723; 7.510913;, + -6.626290; 1.728723; 4.051414;, + 1.341950; 3.457446;-1.085394;, + 1.361950; 3.457446; 0.512702;, + 1.361950; 1.728723; 0.512702;, + 1.341950; 1.728723;-1.085394;, + 4.578670; 8.545100;-2.759586;, + 4.578670; 8.545100;-4.730428;, + 4.578670; 9.900055;-4.730428;, + 4.578670; 9.900055;-2.759586;, + 2.964239; 9.900055;-2.759586;, + 2.964239; 9.900055;-4.730428;, + 2.964239; 8.545100;-4.730428;, + 2.964239; 8.545100;-2.759586;, + -14.610346; 7.824526;-4.097442;, + -14.610346; 7.824526;-6.750484;, + 8.922906; 7.824527;-6.750484;, + 8.922906; 7.824527;-4.097442;, + 8.922906; 7.824527;-4.097442;, + 8.922906; 7.824527;-6.750484;, + 8.922906;10.477569;-6.750484;, + 8.922906;10.477569;-4.097442;, + 8.922906;10.477569;-4.097442;, + 8.922906;10.477569;-6.750484;, + -14.610346;10.477567;-6.750484;, + -14.610346;10.477567;-4.097442;, + -14.610346;10.477567;-4.097442;, + -14.610346;10.477567;-6.750484;, + -14.610346; 7.824526;-6.750484;, + -14.610346; 7.824526;-4.097442;, + -14.610346; 7.824526;-6.750484;, + -14.610346;10.477567;-6.750484;, + 8.922906;10.477569;-6.750484;, + 8.922906; 7.824527;-6.750484;, + -14.610346;10.477567;-4.097442;, + -14.610346; 7.824526;-4.097442;, + 8.922906; 7.824527;-4.097442;, + 8.922906;10.477569;-4.097442;, + 2.964239; 8.545100;-2.759586;, + 2.964239; 8.545100;-4.730428;, + 4.578670; 8.545100;-4.730428;, + 4.578670; 8.545100;-2.759586;, + 2.965864; 8.545100;-1.086077;, + 2.965864; 9.900055;-1.086077;, + 2.964239; 9.900055;-2.759586;, + 2.964239; 8.545100;-2.759586;, + 4.578668; 8.545100;-1.085394;, + 4.578668; 9.900055;-1.085394;, + 2.965864; 9.900055;-1.086077;, + 2.965864; 8.545100;-1.086077;, + 4.578670; 8.545100;-2.759586;, + 4.578670; 9.900055;-2.759586;, + 4.578668; 9.900055;-1.085394;, + 4.578668; 8.545100;-1.085394;, + 4.578668; 9.900055;-1.085394;, + 4.578670; 9.900055;-2.759586;, + 2.964239; 9.900055;-2.759586;, + 2.965864; 9.900055;-1.086077;, + 4.578670; 9.900055;-2.759586;, + 4.578670; 9.900055;-4.730428;, + 2.964239; 9.900055;-4.730428;, + 2.964239; 9.900055;-2.759586;, + 4.574460; 7.682857;-1.085394;, + 4.578668; 8.545100;-1.085394;, + 2.965864; 8.545100;-1.086077;, + 2.958205; 7.682857;-1.085394;, + -9.477706;-3.457446;-1.085394;, + -9.476039;-6.266012;-1.086077;, + -9.477706;-6.266012; 3.272140;, + -9.477706;-3.457446; 3.272140;, + 9.915538;-6.266014; 5.246232;, + 9.915538;-3.457446; 5.246232;, + 9.915538;-3.457446; 7.532129;, + 9.915538;-6.266014; 7.532129;, + 8.259454;-7.682857; 5.246232;, + 9.915538;-7.682857; 5.246232;, + 9.915538;-7.682857; 7.532129;, + 8.259454;-7.682857; 7.532129;, + 4.574460;-7.682857; 5.246232;, + 8.259454;-7.682857; 5.246232;, + 8.259454;-7.682857; 7.532129;, + 4.574460;-7.682857; 7.532129;, + 8.259455;-6.266014; 5.246232;, + 9.915538;-6.266014; 5.246232;, + 9.915538;-7.682857; 5.246232;, + 8.259454;-7.682857; 5.246232;, + 4.574460;-7.682857; 5.246232;, + 4.574461;-6.266014; 5.246232;, + 8.259455;-6.266014; 5.246232;, + 8.259454;-7.682857; 5.246232;, + -9.476039;-6.266012;-1.086077;, + -9.476039;-7.682857;-1.086077;, + -9.477706;-7.682857; 3.272140;, + -9.477706;-6.266012; 3.272140;, + -9.477706;-1.728723;-1.085394;, + -9.477706;-3.457446;-1.085394;, + -9.477706;-3.457446; 3.272140;, + -9.477706;-1.728723; 3.272140;, + 9.915538;-7.682857; 5.246232;, + 9.915538;-6.266014; 5.246232;, + 9.915538;-6.266014; 7.532129;, + 9.915538;-7.682857; 7.532129;, + -9.477706;-1.728723; 3.272140;, + -9.477706;-3.457446; 3.272140;, + -9.477706;-3.457446; 7.532129;, + -9.477706;-1.728723; 7.532129;, + -9.477706;-3.457446; 3.272140;, + -9.477706;-6.266012; 3.272140;, + -9.477706;-6.266012; 7.532129;, + -9.477706;-3.457446; 7.532129;, + -9.477706;-6.266012; 3.272140;, + -9.477706;-7.682857; 3.272140;, + -9.477706;-7.682857; 7.532129;, + -9.477706;-6.266012; 7.532129;, + -9.477706;-1.728723;-2.746734;, + -9.477706;-0.000000;-2.746734;, + -7.821624;-0.000000;-2.746734;, + -7.821623;-1.728723;-2.746734;, + -9.477706;-1.728723;-1.085394;, + -9.477706;-0.000000;-1.085394;, + -9.477706;-0.000000;-2.746734;, + -9.477706;-1.728723;-2.746734;, + -7.821623;-1.728723;-2.746734;, + -7.821624;-0.000000;-2.746734;, + 1.341950; 0.000000;-2.746734;, + 1.341951;-1.728723;-2.746734;, + 4.574460;-7.682857; 5.246232;, + 4.574460;-7.682857;-1.085394;, + 4.574461;-6.266014;-1.085394;, + 4.574461;-6.266014; 5.246232;, + 2.958206;-6.266014;-2.746734;, + 2.958206;-3.457446;-2.746734;, + 4.574461;-3.457446;-2.746734;, + 4.574461;-6.266014;-2.746734;, + 2.958205;-7.682857; 4.259186;, + 4.574460;-7.682857; 5.246232;, + 4.574460;-7.682857; 7.532129;, + 2.958205;-7.682857; 7.532129;, + -9.477706;-0.000000;-1.085394;, + -9.477706;-1.728723;-1.085394;, + -9.477706;-1.728723; 3.272140;, + -9.477706;-0.000000; 3.272140;, + -9.477706;-0.000000; 3.272140;, + -9.477706;-1.728723; 3.272140;, + -9.477706;-1.728723; 7.532129;, + -9.477706;-0.000000; 7.532129;, + -9.477706;-3.457446;-2.746734;, + -9.477706;-1.728723;-2.746734;, + -7.821623;-1.728723;-2.746734;, + -7.821623;-3.457446;-2.746734;, + -9.477706;-3.457446;-1.085394;, + -9.477706;-1.728723;-1.085394;, + -9.477706;-1.728723;-2.746734;, + -9.477706;-3.457446;-2.746734;, + -7.821623;-3.457446;-2.746734;, + -7.821623;-1.728723;-2.746734;, + 1.341951;-1.728723;-2.746734;, + 1.341951;-3.457446;-2.746734;, + 1.341951;-6.266014;-2.746734;, + 1.341951;-3.457446;-2.746734;, + 2.958206;-3.457446;-2.746734;, + 2.958206;-6.266014;-2.746734;, + 1.341949;-7.682857; 3.272140;, + 2.958205;-7.682857; 4.259186;, + 2.958205;-7.682857; 7.532129;, + 1.341949;-7.682857; 7.532129;, + -9.477706;-7.682857;-2.759586;, + -9.477706;-6.266014;-2.759586;, + -7.821623;-6.266014;-2.759586;, + -7.821622;-7.682857;-2.759586;, + 9.915538;-6.266014;18.525673;, + 8.259455;-6.266014;18.525673;, + 8.259455;-6.266014;20.059654;, + 9.915538;-6.266014;20.059654;, + 9.915538;-7.682857; 7.532129;, + 9.915538;-6.266014; 7.532129;, + 9.915538;-6.266014;18.525673;, + 9.915538;-7.682857;18.525673;, + 8.259454;-7.682857; 7.532129;, + 9.915538;-7.682857; 7.532129;, + 9.915538;-7.682857;18.525673;, + 8.259454;-7.682857;18.525673;, + 9.915538;-7.682857;20.059654;, + 9.915538;-6.266014;20.059654;, + 8.259455;-6.266014;20.059654;, + 8.259454;-7.682857;20.059654;, + 8.259454;-7.682857;18.525673;, + 9.915538;-7.682857;18.525673;, + 9.915538;-7.682857;20.059654;, + 8.259454;-7.682857;20.059654;, + 8.259455;-6.266014;18.525673;, + 8.259454;-7.682857;18.525673;, + 4.424043;-7.682854;18.525673;, + 4.424044;-6.266011;18.525673;, + 9.915538;-7.682857;18.525673;, + 9.915538;-6.266014;18.525673;, + 9.915538;-6.266014;20.059654;, + 9.915538;-7.682857;20.059654;, + 4.424044;-6.266011;18.525673;, + 4.424043;-7.682854;18.525673;, + 3.230945;-7.682853;18.525673;, + 3.230946;-6.266011;18.525673;, + 8.259454;-7.682857;18.525673;, + 8.259454;-7.682857;20.059654;, + 4.424043;-7.682854;20.059654;, + 4.424043;-7.682854;18.525673;, + 8.259454;-7.682857;20.059654;, + 8.259455;-6.266014;20.059654;, + 4.424044;-6.266011;20.059654;, + 4.424043;-7.682854;20.059654;, + 8.259455;-6.266014;20.059654;, + 8.259455;-6.266014;18.525673;, + 4.424044;-6.266011;18.525673;, + 4.424044;-6.266011;20.059654;, + 3.230946;-6.266011;18.525673;, + 3.230945;-7.682853;18.525673;, + 3.230945;-7.682853;20.059654;, + 3.230946;-6.266011;20.059654;, + 4.424043;-7.682854;20.059654;, + 4.424044;-6.266011;20.059654;, + 3.230946;-6.266011;20.059654;, + 3.230945;-7.682853;20.059654;, + 4.424044;-6.266011;20.059654;, + 4.424044;-6.266011;18.525673;, + 4.424048; 0.000000;18.525673;, + 4.424048; 0.000000;20.059654;, + 4.424043;-7.682854;18.525673;, + 4.424043;-7.682854;20.059654;, + 3.230945;-7.682853;20.059654;, + 3.230945;-7.682853;18.525673;, + 4.424044;-6.266011;18.525673;, + 3.230946;-6.266011;18.525673;, + 3.230950; 0.000000;18.525673;, + 4.424048; 0.000000;18.525673;, + 3.230946;-6.266011;18.525673;, + 3.230946;-6.266011;20.059654;, + 3.230950; 0.000000;20.059654;, + 3.230950; 0.000000;18.525673;, + 3.230946;-6.266011;20.059654;, + 4.424044;-6.266011;20.059654;, + 4.424048; 0.000000;20.059654;, + 3.230950; 0.000000;20.059654;, + -9.476039;-7.682857;-1.086077;, + -9.476039;-6.266012;-1.086077;, + -9.477706;-6.266014;-2.759586;, + -9.477706;-7.682857;-2.759586;, + -7.821622;-7.682857;-2.759586;, + -7.821623;-6.266014;-2.759586;, + 1.341951;-6.266014;-2.746734;, + 1.341951;-7.682857;-2.746734;, + -9.476039;-6.266012;-1.086077;, + -9.477706;-3.457446;-1.085394;, + -9.477706;-3.457446;-2.746734;, + -9.477706;-6.266014;-2.759586;, + -9.477706;-6.266014;-2.759586;, + -9.477706;-3.457446;-2.746734;, + -7.821623;-3.457446;-2.746734;, + -7.821623;-6.266014;-2.759586;, + -7.821623;-6.266014;-2.759586;, + -7.821623;-3.457446;-2.746734;, + 1.341951;-3.457446;-2.746734;, + 1.341951;-6.266014;-2.746734;, + 4.578670;-7.682857;-2.759586;, + 4.574461;-6.266014;-2.746734;, + 4.574461;-6.266014;-1.085394;, + 4.574460;-7.682857;-1.085394;, + -9.477706; 3.457446;-1.085394;, + -9.477706; 3.457446; 3.272140;, + -9.477706; 6.266012; 3.272140;, + -9.476039; 6.266012;-1.086077;, + 9.915538; 6.266014; 5.246232;, + 9.915538; 6.266014; 7.532129;, + 9.915538; 3.457446; 7.532129;, + 9.915538; 3.457446; 5.246232;, + 8.259454; 7.682857; 5.246232;, + 8.259454; 7.682857; 7.532129;, + 9.915538; 7.682857; 7.532129;, + 9.915538; 7.682857; 5.246232;, + 4.574460; 7.682857; 5.246232;, + 4.574460; 7.682857; 7.532129;, + 8.259454; 7.682857; 7.532129;, + 8.259454; 7.682857; 5.246232;, + 9.915538; 3.457446; 5.246232;, + 8.259455; 3.457446; 5.246232;, + 8.259455; 6.266014; 5.246232;, + 9.915538; 6.266014; 5.246232;, + 8.259455; 6.266014; 5.246232;, + 8.259454; 7.682857; 5.246232;, + 9.915538; 7.682857; 5.246232;, + 9.915538; 6.266014; 5.246232;, + -9.476039; 6.266012;-1.086077;, + -9.477706; 6.266012; 3.272140;, + -9.477706; 7.682857; 3.272140;, + -9.476039; 7.682857;-1.086077;, + -9.477706; 1.728723;-1.085394;, + -9.477706; 1.728723; 3.272140;, + -9.477706; 3.457446; 3.272140;, + -9.477706; 3.457446;-1.085394;, + 8.259455; 6.266014; 7.532129;, + 8.259455; 6.266014;18.525673;, + 8.259454; 7.682857;18.525673;, + 8.259454; 7.682857; 7.532129;, + 9.915538; 7.682857; 5.246232;, + 9.915538; 7.682857; 7.532129;, + 9.915538; 6.266014; 7.532129;, + 9.915538; 6.266014; 5.246232;, + -9.477706; 1.728723; 3.272140;, + -9.477706; 1.728723; 7.532129;, + -9.477706; 3.457446; 7.532129;, + -9.477706; 3.457446; 3.272140;, + -9.477706; 3.457446; 3.272140;, + -9.477706; 3.457446; 7.532129;, + -9.477706; 6.266012; 7.532129;, + -9.477706; 6.266012; 3.272140;, + -9.477706; 6.266012; 3.272140;, + -9.477706; 6.266012; 7.532129;, + -9.477706; 7.682857; 7.532129;, + -9.477706; 7.682857; 3.272140;, + -9.477706; 1.728723;-2.746734;, + -7.821623; 1.728723;-2.746734;, + -7.821624;-0.000000;-2.746734;, + -9.477706;-0.000000;-2.746734;, + -9.477706; 1.728723;-1.085394;, + -9.477706; 1.728723;-2.746734;, + -9.477706;-0.000000;-2.746734;, + -9.477706;-0.000000;-1.085394;, + -7.821623; 1.728723;-2.746734;, + 1.341951; 1.728723;-2.746734;, + 1.341950; 0.000000;-2.746734;, + -7.821624;-0.000000;-2.746734;, + 2.958206; 6.266014;-2.746734;, + 4.574461; 6.266014;-2.746734;, + 4.574461; 3.457446;-2.746734;, + 2.958206; 3.457446;-2.746734;, + 2.958205; 3.457446;-1.085394;, + 2.958206; 3.457446;-2.746734;, + 4.574461; 3.457446;-2.746734;, + 4.574461; 3.457446;-1.085394;, + 2.958205; 7.682857; 4.259186;, + 2.958205; 7.682857; 7.532129;, + 4.574460; 7.682857; 7.532129;, + 4.574460; 7.682857; 5.246232;, + -9.477706;-0.000000;-1.085394;, + -9.477706;-0.000000; 3.272140;, + -9.477706; 1.728723; 3.272140;, + -9.477706; 1.728723;-1.085394;, + -9.477706;-0.000000; 3.272140;, + -9.477706;-0.000000; 7.532129;, + -9.477706; 1.728723; 7.532129;, + -9.477706; 1.728723; 3.272140;, + -9.477706; 3.457446;-2.746734;, + -7.821623; 3.457446;-2.746734;, + -7.821623; 1.728723;-2.746734;, + -9.477706; 1.728723;-2.746734;, + -9.477706; 3.457446;-1.085394;, + -9.477706; 3.457446;-2.746734;, + -9.477706; 1.728723;-2.746734;, + -9.477706; 1.728723;-1.085394;, + -7.821623; 3.457446;-2.746734;, + 1.341951; 3.457446;-2.746734;, + 1.341951; 1.728723;-2.746734;, + -7.821623; 1.728723;-2.746734;, + 1.341951; 6.266014;-2.746734;, + 2.958206; 6.266014;-2.746734;, + 2.958206; 3.457446;-2.746734;, + 1.341951; 3.457446;-2.746734;, + 1.341949; 7.682857; 3.272140;, + 1.341949; 7.682857; 7.532129;, + 2.958205; 7.682857; 7.532129;, + 2.958205; 7.682857; 4.259186;, + -9.477706; 7.682857;-2.759586;, + -7.821622; 7.682857;-2.759586;, + -7.821623; 6.266014;-2.759586;, + -9.477706; 6.266014;-2.759586;, + 9.915538; 6.266014;18.525673;, + 9.915538; 6.266014;20.059654;, + 8.259455; 6.266014;20.059654;, + 8.259455; 6.266014;18.525673;, + 9.915538; 6.266014; 7.532129;, + 9.915538; 6.266014;18.525673;, + 8.259455; 6.266014;18.525673;, + 8.259455; 6.266014; 7.532129;, + 9.915538; 7.682857; 7.532129;, + 9.915538; 7.682857;18.525673;, + 9.915538; 6.266014;18.525673;, + 9.915538; 6.266014; 7.532129;, + 8.259454; 7.682857; 7.532129;, + 8.259454; 7.682857;18.525673;, + 9.915538; 7.682857;18.525673;, + 9.915538; 7.682857; 7.532129;, + 9.915538; 7.682857;20.059654;, + 8.259454; 7.682857;20.059654;, + 8.259455; 6.266014;20.059654;, + 9.915538; 6.266014;20.059654;, + 8.259454; 7.682857;18.525673;, + 8.259454; 7.682857;20.059654;, + 9.915538; 7.682857;20.059654;, + 9.915538; 7.682857;18.525673;, + 8.259455; 6.266014;18.525673;, + 4.424044; 6.266011;18.525673;, + 4.424043; 7.682854;18.525673;, + 8.259454; 7.682857;18.525673;, + 9.915538; 7.682857;18.525673;, + 9.915538; 7.682857;20.059654;, + 9.915538; 6.266014;20.059654;, + 9.915538; 6.266014;18.525673;, + 4.424044; 6.266011;18.525673;, + 3.230946; 6.266011;18.525673;, + 3.230945; 7.682853;18.525673;, + 4.424043; 7.682854;18.525673;, + 8.259454; 7.682857;18.525673;, + 4.424043; 7.682854;18.525673;, + 4.424043; 7.682854;20.059654;, + 8.259454; 7.682857;20.059654;, + 8.259454; 7.682857;20.059654;, + 4.424043; 7.682854;20.059654;, + 4.424044; 6.266011;20.059654;, + 8.259455; 6.266014;20.059654;, + 8.259455; 6.266014;20.059654;, + 4.424044; 6.266011;20.059654;, + 4.424044; 6.266011;18.525673;, + 8.259455; 6.266014;18.525673;, + 3.230946; 6.266011;18.525673;, + 3.230946; 6.266011;20.059654;, + 3.230945; 7.682853;20.059654;, + 3.230945; 7.682853;18.525673;, + 4.424043; 7.682854;20.059654;, + 3.230945; 7.682853;20.059654;, + 3.230946; 6.266011;20.059654;, + 4.424044; 6.266011;20.059654;, + 4.424044; 6.266011;20.059654;, + 4.424048; 0.000000;20.059654;, + 4.424048; 0.000000;18.525673;, + 4.424044; 6.266011;18.525673;, + 4.424043; 7.682854;18.525673;, + 3.230945; 7.682853;18.525673;, + 3.230945; 7.682853;20.059654;, + 4.424043; 7.682854;20.059654;, + 4.424044; 6.266011;18.525673;, + 4.424048; 0.000000;18.525673;, + 3.230950; 0.000000;18.525673;, + 3.230946; 6.266011;18.525673;, + 3.230946; 6.266011;18.525673;, + 3.230950; 0.000000;18.525673;, + 3.230950; 0.000000;20.059654;, + 3.230946; 6.266011;20.059654;, + 3.230946; 6.266011;20.059654;, + 3.230950; 0.000000;20.059654;, + 4.424048; 0.000000;20.059654;, + 4.424044; 6.266011;20.059654;, + -9.476039; 7.682857;-1.086077;, + -9.477706; 7.682857;-2.759586;, + -9.477706; 6.266014;-2.759586;, + -9.476039; 6.266012;-1.086077;, + 1.341949; 7.682857;-1.085394;, + 1.341951; 7.682857;-2.746734;, + -7.821622; 7.682857;-2.759586;, + -7.821624; 7.682857;-1.085394;, + -7.821622; 7.682857;-2.759586;, + 1.341951; 7.682857;-2.746734;, + 1.341951; 6.266014;-2.746734;, + -7.821623; 6.266014;-2.759586;, + -9.476039; 6.266012;-1.086077;, + -9.477706; 6.266014;-2.759586;, + -9.477706; 3.457446;-2.746734;, + -9.477706; 3.457446;-1.085394;, + -9.477706; 6.266014;-2.759586;, + -7.821623; 6.266014;-2.759586;, + -7.821623; 3.457446;-2.746734;, + -9.477706; 3.457446;-2.746734;, + -7.821623; 6.266014;-2.759586;, + 1.341951; 6.266014;-2.746734;, + 1.341951; 3.457446;-2.746734;, + -7.821623; 3.457446;-2.746734;, + 2.964239; 7.682857;-2.759586;, + 4.578670; 7.682857;-2.759586;, + 4.574461; 6.266014;-2.746734;, + 2.958206; 6.266014;-2.746734;, + 1.341951; 7.682857;-2.746734;, + 2.964239; 7.682857;-2.759586;, + 2.958206; 6.266014;-2.746734;, + 1.341951; 6.266014;-2.746734;, + 2.958205;-6.266014; 4.259186;, + 1.341949;-6.266014; 3.272140;, + 1.341949;-6.266014; 7.532129;, + 2.958205;-6.266014; 7.532129;, + 8.259455;-3.457446; 5.246232;, + 8.259455;-6.266014; 5.246232;, + 8.259455;-6.266014; 7.532129;, + 8.259455;-3.457446; 7.532129;, + 1.341950;-1.728723;-1.085394;, + 1.341950; 0.000000;-1.085394;, + 1.361950; 0.000000; 0.512702;, + 1.361950;-1.728723; 0.512702;, + 8.259455;-6.266014; 5.246232;, + 4.574461;-6.266014; 5.246232;, + 4.574461;-6.266014; 7.532129;, + 8.259455;-6.266014; 7.532129;, + -9.476039;-7.682857;-1.086077;, + -9.477706;-7.682857;-2.759586;, + -9.477706;-8.545099;-2.759586;, + -9.476039;-8.545099;-1.086077;, + 4.574461;-6.266014;-1.085394;, + 4.574461;-3.457446;-1.085394;, + 2.958205;-3.457446;-1.085394;, + 2.958205;-6.266014;-1.085394;, + 4.574461;-6.266014; 5.246232;, + 2.958205;-6.266014; 4.259186;, + 2.958205;-6.266014; 7.532129;, + 4.574461;-6.266014; 7.532129;, + 4.574461;-6.266014;-1.085394;, + 2.958205;-6.266014;-1.085394;, + 2.958205;-6.266014; 4.259186;, + 4.574461;-6.266014; 5.246232;, + -9.477706;-7.682857;-2.759586;, + -7.821622;-7.682857;-2.759586;, + -7.821622;-8.545099;-2.759586;, + -9.477706;-8.545099;-2.759586;, + -7.821624;-7.682857;-1.085394;, + -9.476039;-7.682857;-1.086077;, + -9.476039;-8.545099;-1.086077;, + -7.821624;-8.545099;-1.085394;, + -7.821622;-7.682857;-2.759586;, + -7.821624;-7.682857;-1.085394;, + -7.821624;-8.545099;-1.085394;, + -7.821622;-8.545099;-2.759586;, + 2.964239;-7.682857;-2.759586;, + 4.578670;-7.682857;-2.759586;, + 4.578670;-8.545100;-2.759586;, + 2.964239;-8.545100;-2.759586;, + 4.578670;-7.682857;-2.759586;, + 4.574460;-7.682857;-1.085394;, + 4.578668;-8.545100;-1.085394;, + 4.578670;-8.545100;-2.759586;, + 4.574460;-7.682857;-1.085394;, + 2.958205;-7.682857;-1.085394;, + 2.965864;-8.545100;-1.086077;, + 4.578668;-8.545100;-1.085394;, + 2.958205; 6.266014;-1.085394;, + 1.341949; 6.266014;-1.085394;, + 1.341950; 3.457446;-1.085394;, + 2.958205; 3.457446;-1.085394;, + 8.259455; 3.457446; 5.246232;, + 8.259455; 3.457446; 7.532129;, + 8.259455; 6.266014; 7.532129;, + 8.259455; 6.266014; 5.246232;, + 1.341950; 1.728723;-1.085394;, + 1.361950; 1.728723; 0.512702;, + 1.361950; 0.000000; 0.512702;, + 1.341950; 0.000000;-1.085394;, + 8.259455; 6.266014; 5.246232;, + 8.259455; 6.266014; 7.532129;, + 4.574461; 6.266014; 7.532129;, + 4.574461; 6.266014; 5.246232;, + -7.821624; 7.682857; 3.272140;, + -7.821624; 7.682857; 7.532129;, + -7.821624; 6.266014; 7.532129;, + -7.821624; 6.266014; 3.272140;, + -7.821624; 1.728723; 7.532129;, + -6.626290; 1.728723; 7.510913;, + -6.626290; 3.457446; 7.510913;, + -7.821624; 3.457446; 7.532129;, + -7.821624;-0.000000; 7.532129;, + -6.626290;-0.000000; 7.510913;, + -6.626290; 1.728723; 7.510913;, + -7.821624; 1.728723; 7.532129;, + 4.574461; 6.266014;-1.085394;, + 2.958205; 6.266014;-1.085394;, + 2.958205; 3.457446;-1.085394;, + 4.574461; 3.457446;-1.085394;, + 2.964239; 7.682857;-2.759586;, + 2.964239; 8.545100;-2.759586;, + 4.578670; 8.545100;-2.759586;, + 4.578670; 7.682857;-2.759586;, + 4.578670; 7.682857;-2.759586;, + 4.578670; 8.545100;-2.759586;, + 4.578668; 8.545100;-1.085394;, + 4.574460; 7.682857;-1.085394;, + 2.958205; 7.682857;-1.085394;, + 2.965864; 8.545100;-1.086077;, + 2.964239; 8.545100;-2.759586;, + 2.964239; 7.682857;-2.759586;, + 1.341950;-1.728723;-1.085394;, + 1.341950;-3.457446;-1.085394;, + 1.341951;-3.457446;-2.746734;, + 1.341951;-1.728723;-2.746734;, + 1.341949;-6.266014; 3.272140;, + 1.341949;-7.682857; 3.272140;, + 1.341949;-7.682857; 7.532129;, + 1.341949;-6.266014; 7.532129;, + 9.915538;-3.457446; 5.246232;, + 9.915538;-6.266014; 5.246232;, + 8.259455;-6.266014; 5.246232;, + 8.259455;-3.457446; 5.246232;, + 8.259455;-6.266014; 7.532129;, + 8.259454;-7.682857; 7.532129;, + 8.259454;-7.682857;18.525673;, + 8.259455;-6.266014;18.525673;, + 2.958205;-7.682857; 7.532129;, + 2.958205;-6.266014; 7.532129;, + 1.341949;-6.266014; 7.532129;, + 1.341949;-7.682857; 7.532129;, + 9.915538;-6.266014; 7.532129;, + 9.915538;-3.457446; 7.532129;, + 8.259455;-3.457446; 7.532129;, + 8.259455;-6.266014; 7.532129;, + 9.915538;-3.457446; 5.246232;, + 8.259455;-3.457446; 5.246232;, + 8.259455;-3.457446; 7.532129;, + 9.915538;-3.457446; 7.532129;, + -7.821624;-1.728723; 7.532129;, + -7.821624;-0.000000; 7.532129;, + -9.477706;-0.000000; 7.532129;, + -9.477706;-1.728723; 7.532129;, + 2.958205;-3.457446;-1.085394;, + 4.574461;-3.457446;-1.085394;, + 4.574461;-3.457446;-2.746734;, + 2.958206;-3.457446;-2.746734;, + 2.958205;-7.682857;-1.085394;, + 4.574460;-7.682857;-1.085394;, + 4.574460;-7.682857; 5.246232;, + 2.958205;-7.682857; 4.259186;, + 4.574461;-6.266014;-2.746734;, + 4.574461;-3.457446;-2.746734;, + 4.574461;-3.457446;-1.085394;, + 4.574461;-6.266014;-1.085394;, + 8.259454;-7.682857; 7.532129;, + 8.259455;-6.266014; 7.532129;, + 4.574461;-6.266014; 7.532129;, + 4.574460;-7.682857; 7.532129;, + 1.341950; 0.000000;-1.085394;, + 1.341950;-1.728723;-1.085394;, + 1.341951;-1.728723;-2.746734;, + 1.341950; 0.000000;-2.746734;, + -7.821624;-7.682857;-1.085394;, + 1.341949;-7.682857;-1.085394;, + 1.341949;-7.682857; 3.272140;, + -7.821624;-7.682857; 3.272140;, + 1.341949;-7.682857; 3.272140;, + 1.341949;-6.266014; 3.272140;, + -7.821624;-6.266014; 3.272140;, + -7.821624;-7.682857; 3.272140;, + -9.477706;-7.682857; 3.272140;, + -7.821624;-7.682857; 3.272140;, + -7.821624;-7.682857; 7.532129;, + -9.477706;-7.682857; 7.532129;, + -9.476039;-7.682857;-1.086077;, + -7.821624;-7.682857;-1.085394;, + -7.821624;-7.682857; 3.272140;, + -9.477706;-7.682857; 3.272140;, + -7.821624;-7.682857; 7.532129;, + -7.821624;-6.266014; 7.532129;, + -9.477706;-6.266012; 7.532129;, + -9.477706;-7.682857; 7.532129;, + -7.821624;-6.266014; 7.532129;, + -7.821624;-3.457446; 7.532129;, + -9.477706;-3.457446; 7.532129;, + -9.477706;-6.266012; 7.532129;, + -7.821624;-3.457446; 7.532129;, + -7.821624;-1.728723; 7.532129;, + -9.477706;-1.728723; 7.532129;, + -9.477706;-3.457446; 7.532129;, + 4.574460;-7.682857; 7.532129;, + 4.574461;-6.266014; 7.532129;, + 2.958205;-6.266014; 7.532129;, + 2.958205;-7.682857; 7.532129;, + 1.341950;-3.457446;-1.085394;, + 2.958205;-3.457446;-1.085394;, + 2.958206;-3.457446;-2.746734;, + 1.341951;-3.457446;-2.746734;, + 1.341949;-7.682857;-1.085394;, + 2.958205;-7.682857;-1.085394;, + 2.958205;-7.682857; 4.259186;, + 1.341949;-7.682857; 3.272140;, + 9.915538;-6.266014; 7.532129;, + 8.259455;-6.266014; 7.532129;, + 8.259455;-6.266014;18.525673;, + 9.915538;-6.266014;18.525673;, + 1.341949;-7.682857;-1.085394;, + -7.821624;-7.682857;-1.085394;, + -7.821622;-7.682857;-2.759586;, + 1.341951;-7.682857;-2.746734;, + 2.958205;-7.682857;-1.085394;, + 1.341949;-7.682857;-1.085394;, + 1.341951;-7.682857;-2.746734;, + 2.964239;-7.682857;-2.759586;, + 2.964239;-7.682857;-2.759586;, + 2.958206;-6.266014;-2.746734;, + 4.574461;-6.266014;-2.746734;, + 4.578670;-7.682857;-2.759586;, + 1.341951;-7.682857;-2.746734;, + 1.341951;-6.266014;-2.746734;, + 2.958206;-6.266014;-2.746734;, + 2.964239;-7.682857;-2.759586;, + 1.341950; 1.728723;-1.085394;, + 1.341951; 1.728723;-2.746734;, + 1.341951; 3.457446;-2.746734;, + 1.341950; 3.457446;-1.085394;, + 1.341949; 6.266014; 3.272140;, + 1.341949; 6.266014; 7.532129;, + 1.341949; 7.682857; 7.532129;, + 1.341949; 7.682857; 3.272140;, + 4.574460; 7.682857; 5.246232;, + 8.259454; 7.682857; 5.246232;, + 8.259455; 6.266014; 5.246232;, + 4.574461; 6.266014; 5.246232;, + 2.958205; 7.682857; 7.532129;, + 1.341949; 7.682857; 7.532129;, + 1.341949; 6.266014; 7.532129;, + 2.958205; 6.266014; 7.532129;, + 9.915538; 6.266014; 7.532129;, + 8.259455; 6.266014; 7.532129;, + 8.259455; 3.457446; 7.532129;, + 9.915538; 3.457446; 7.532129;, + 9.915538; 3.457446; 5.246232;, + 9.915538; 3.457446; 7.532129;, + 8.259455; 3.457446; 7.532129;, + 8.259455; 3.457446; 5.246232;, + -7.821624; 1.728723; 7.532129;, + -9.477706; 1.728723; 7.532129;, + -9.477706;-0.000000; 7.532129;, + -7.821624;-0.000000; 7.532129;, + 4.574460; 7.682857; 5.246232;, + 4.574461; 6.266014; 5.246232;, + 4.574461; 6.266014;-1.085394;, + 4.574460; 7.682857;-1.085394;, + 2.958205; 7.682857;-1.085394;, + 2.958205; 7.682857; 4.259186;, + 4.574460; 7.682857; 5.246232;, + 4.574460; 7.682857;-1.085394;, + 4.574461; 6.266014;-2.746734;, + 4.574461; 6.266014;-1.085394;, + 4.574461; 3.457446;-1.085394;, + 4.574461; 3.457446;-2.746734;, + 8.259454; 7.682857; 7.532129;, + 4.574460; 7.682857; 7.532129;, + 4.574461; 6.266014; 7.532129;, + 8.259455; 6.266014; 7.532129;, + 1.341950; 0.000000;-1.085394;, + 1.341950; 0.000000;-2.746734;, + 1.341951; 1.728723;-2.746734;, + 1.341950; 1.728723;-1.085394;, + -7.821624; 7.682857;-1.085394;, + -7.821624; 7.682857; 3.272140;, + 1.341949; 7.682857; 3.272140;, + 1.341949; 7.682857;-1.085394;, + 1.341949; 7.682857; 3.272140;, + -7.821624; 7.682857; 3.272140;, + -7.821624; 6.266014; 3.272140;, + 1.341949; 6.266014; 3.272140;, + -9.477706; 7.682857; 3.272140;, + -9.477706; 7.682857; 7.532129;, + -7.821624; 7.682857; 7.532129;, + -7.821624; 7.682857; 3.272140;, + -9.476039; 7.682857;-1.086077;, + -9.477706; 7.682857; 3.272140;, + -7.821624; 7.682857; 3.272140;, + -7.821624; 7.682857;-1.085394;, + -7.821624; 7.682857; 7.532129;, + -9.477706; 7.682857; 7.532129;, + -9.477706; 6.266012; 7.532129;, + -7.821624; 6.266014; 7.532129;, + -7.821624; 6.266014; 7.532129;, + -9.477706; 6.266012; 7.532129;, + -9.477706; 3.457446; 7.532129;, + -7.821624; 3.457446; 7.532129;, + -7.821624; 3.457446; 7.532129;, + -9.477706; 3.457446; 7.532129;, + -9.477706; 1.728723; 7.532129;, + -7.821624; 1.728723; 7.532129;, + 4.574460; 7.682857; 7.532129;, + 2.958205; 7.682857; 7.532129;, + 2.958205; 6.266014; 7.532129;, + 4.574461; 6.266014; 7.532129;, + 1.341950; 3.457446;-1.085394;, + 1.341951; 3.457446;-2.746734;, + 2.958206; 3.457446;-2.746734;, + 2.958205; 3.457446;-1.085394;, + 1.341949; 7.682857;-1.085394;, + 1.341949; 7.682857; 3.272140;, + 2.958205; 7.682857; 4.259186;, + 2.958205; 7.682857;-1.085394;, + 2.958205; 7.682857;-1.085394;, + 2.964239; 7.682857;-2.759586;, + 1.341951; 7.682857;-2.746734;, + 1.341949; 7.682857;-1.085394;, + 4.578670; 7.682857;-2.759586;, + 4.574460; 7.682857;-1.085394;, + 4.574461; 6.266014;-1.085394;, + 4.574461; 6.266014;-2.746734;, + -7.780403; 8.545101;-2.759586;, + -7.780403; 8.545101;-4.730428;, + -7.780403; 9.900056;-4.730428;, + -7.780403; 9.900056;-2.759586;, + -9.394835; 9.900056;-2.759586;, + -9.394835; 9.900056;-4.730428;, + -9.394835; 8.545101;-4.730428;, + -9.394835; 8.545101;-2.759586;, + -9.394835; 8.545101;-2.759586;, + -9.394835; 8.545101;-4.730428;, + -7.780403; 8.545101;-4.730428;, + -7.780403; 8.545101;-2.759586;, + -9.393209; 8.545101;-1.086077;, + -9.393209; 9.900056;-1.086077;, + -9.394835; 9.900056;-2.759586;, + -9.394835; 8.545101;-2.759586;, + -7.780405; 8.545101;-1.085394;, + -7.780405; 9.900056;-1.085394;, + -9.393209; 9.900056;-1.086077;, + -9.393209; 8.545101;-1.086077;, + -7.780403; 8.545101;-2.759586;, + -7.780403; 9.900056;-2.759586;, + -7.780405; 9.900056;-1.085394;, + -7.780405; 8.545101;-1.085394;, + -7.780405; 9.900056;-1.085394;, + -7.780403; 9.900056;-2.759586;, + -9.394835; 9.900056;-2.759586;, + -9.393209; 9.900056;-1.086077;, + -7.780403; 9.900056;-2.759586;, + -7.780403; 9.900056;-4.730428;, + -9.394835; 9.900056;-4.730428;, + -9.394835; 9.900056;-2.759586;, + -7.784613; 7.682857;-1.085394;, + -7.780405; 8.545101;-1.085394;, + -9.393209; 8.545101;-1.086077;, + -9.400867; 7.682857;-1.085394;, + -9.394835; 7.682858;-2.759586;, + -9.394835; 8.545101;-2.759586;, + -7.780403; 8.545101;-2.759586;, + -7.780403; 7.682858;-2.759586;, + -7.780403; 7.682858;-2.759586;, + -7.780403; 8.545101;-2.759586;, + -7.780405; 8.545101;-1.085394;, + -7.784613; 7.682857;-1.085394;, + -9.400867; 7.682857;-1.085394;, + -9.393209; 8.545101;-1.086077;, + -9.394835; 8.545101;-2.759586;, + -9.394835; 7.682858;-2.759586;; + 298; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;, + 4;51,50,49,48;, + 4;55,54,53,52;, + 4;59,58,57,56;, + 4;63,62,61,60;, + 4;67,66,65,64;, + 4;71,70,69,68;, + 4;75,74,73,72;, + 4;79,78,77,76;, + 4;83,82,81,80;, + 4;87,86,85,84;, + 4;91,90,89,88;, + 4;95,94,93,92;, + 4;99,98,97,96;, + 4;103,102,101,100;, + 4;107,106,105,104;, + 4;111,110,109,108;, + 4;115,114,113,112;, + 4;119,118,117,116;, + 4;123,122,121,120;, + 4;127,126,125,124;, + 4;131,130,129,128;, + 4;135,134,133,132;, + 4;139,138,137,136;, + 4;143,142,141,140;, + 4;147,146,145,144;, + 4;151,150,149,148;, + 4;155,154,153,152;, + 4;159,158,157,156;, + 4;163,162,161,160;, + 4;167,166,165,164;, + 4;171,170,169,168;, + 4;175,174,173,172;, + 4;179,178,177,176;, + 4;183,182,181,180;, + 4;187,186,185,184;, + 4;191,190,189,188;, + 4;195,194,193,192;, + 4;199,198,197,196;, + 4;203,202,201,200;, + 4;207,206,205,204;, + 4;211,210,209,208;, + 4;215,214,213,212;, + 4;219,218,217,216;, + 4;223,222,221,220;, + 4;227,226,225,224;, + 4;231,230,229,228;, + 4;235,234,233,232;, + 4;239,238,237,236;, + 4;243,242,241,240;, + 4;247,246,245,244;, + 4;251,250,249,248;, + 4;255,254,253,252;, + 4;259,258,257,256;, + 4;263,262,261,260;, + 4;267,266,265,264;, + 4;271,270,269,268;, + 4;275,274,273,272;, + 4;279,278,277,276;, + 4;283,282,281,280;, + 4;287,286,285,284;, + 4;291,290,289,288;, + 4;295,294,293,292;, + 4;299,298,297,296;, + 4;303,302,301,300;, + 4;307,306,305,304;, + 4;311,310,309,308;, + 4;315,314,313,312;, + 4;319,318,317,316;, + 4;323,322,321,320;, + 4;327,326,325,324;, + 4;331,330,329,328;, + 4;335,334,333,332;, + 4;339,338,337,336;, + 4;343,342,341,340;, + 4;347,346,345,344;, + 4;351,350,349,348;, + 4;355,354,353,352;, + 4;359,358,357,356;, + 4;363,362,361,360;, + 4;367,366,365,364;, + 4;371,370,369,368;, + 4;375,374,373,372;, + 4;379,378,377,376;, + 4;383,382,381,380;, + 4;387,386,385,384;, + 4;391,390,389,388;, + 4;395,394,393,392;, + 4;399,398,397,396;, + 4;403,402,401,400;, + 4;407,406,405,404;, + 4;411,410,409,408;, + 4;415,414,413,412;, + 4;419,418,417,416;, + 4;423,422,421,420;, + 4;427,426,425,424;, + 4;431,430,429,428;, + 4;435,434,433,432;, + 4;439,438,437,436;, + 4;443,442,441,440;, + 4;447,446,445,444;, + 4;451,450,449,448;, + 4;455,454,453,452;, + 4;459,458,457,456;, + 4;463,462,461,460;, + 4;467,466,465,464;, + 4;471,470,469,468;, + 4;475,474,473,472;, + 4;479,478,477,476;, + 4;483,482,481,480;, + 4;487,486,485,484;, + 4;491,490,489,488;, + 4;495,494,493,492;, + 4;499,498,497,496;, + 4;503,502,501,500;, + 4;507,506,505,504;, + 4;511,510,509,508;, + 4;515,514,513,512;, + 4;519,518,517,516;, + 4;523,522,521,520;, + 4;527,526,525,524;, + 4;531,530,529,528;, + 4;535,534,533,532;, + 4;539,538,537,536;, + 4;543,542,541,540;, + 4;547,546,545,544;, + 4;551,550,549,548;, + 4;555,554,553,552;, + 4;559,558,557,556;, + 4;563,562,561,560;, + 4;567,566,565,564;, + 4;571,570,569,568;, + 4;575,574,573,572;, + 4;579,578,577,576;, + 4;583,582,581,580;, + 4;587,586,585,584;, + 4;591,590,589,588;, + 4;595,594,593,592;, + 4;599,598,597,596;, + 4;603,602,601,600;, + 4;607,606,605,604;, + 4;611,610,609,608;, + 4;615,614,613,612;, + 4;619,618,617,616;, + 4;623,622,621,620;, + 4;627,626,625,624;, + 4;631,630,629,628;, + 4;635,634,633,632;, + 4;639,638,637,636;, + 4;643,642,641,640;, + 4;647,646,645,644;, + 4;651,650,649,648;, + 4;655,654,653,652;, + 4;659,658,657,656;, + 4;663,662,661,660;, + 4;667,666,665,664;, + 4;671,670,669,668;, + 4;675,674,673,672;, + 4;679,678,677,676;, + 4;683,682,681,680;, + 4;687,686,685,684;, + 4;691,690,689,688;, + 4;695,694,693,692;, + 4;699,698,697,696;, + 4;703,702,701,700;, + 4;707,706,705,704;, + 4;711,710,709,708;, + 4;715,714,713,712;, + 4;719,718,717,716;, + 4;723,722,721,720;, + 4;727,726,725,724;, + 4;731,730,729,728;, + 4;735,734,733,732;, + 4;739,738,737,736;, + 4;743,742,741,740;, + 4;747,746,745,744;, + 4;751,750,749,748;, + 4;755,754,753,752;, + 4;759,758,757,756;, + 4;763,762,761,760;, + 4;767,766,765,764;, + 4;771,770,769,768;, + 4;775,774,773,772;, + 4;779,778,777,776;, + 4;783,782,781,780;, + 4;787,786,785,784;, + 4;791,790,789,788;, + 4;795,794,793,792;, + 4;799,798,797,796;, + 4;803,802,801,800;, + 4;807,806,805,804;, + 4;811,810,809,808;, + 4;815,814,813,812;, + 4;819,818,817,816;, + 4;823,822,821,820;, + 4;827,826,825,824;, + 4;831,830,829,828;, + 4;835,834,833,832;, + 4;839,838,837,836;, + 4;843,842,841,840;, + 4;847,846,845,844;, + 4;851,850,849,848;, + 4;855,854,853,852;, + 4;859,858,857,856;, + 4;863,862,861,860;, + 4;867,866,865,864;, + 4;871,870,869,868;, + 4;875,874,873,872;, + 4;879,878,877,876;, + 4;883,882,881,880;, + 4;887,886,885,884;, + 4;891,890,889,888;, + 4;895,894,893,892;, + 4;899,898,897,896;, + 4;903,902,901,900;, + 4;907,906,905,904;, + 4;911,910,909,908;, + 4;915,914,913,912;, + 4;919,918,917,916;, + 4;923,922,921,920;, + 4;927,926,925,924;, + 4;931,930,929,928;, + 4;935,934,933,932;, + 4;939,938,937,936;, + 4;943,942,941,940;, + 4;947,946,945,944;, + 4;951,950,949,948;, + 4;955,954,953,952;, + 4;959,958,957,956;, + 4;963,962,961,960;, + 4;967,966,965,964;, + 4;971,970,969,968;, + 4;975,974,973,972;, + 4;979,978,977,976;, + 4;983,982,981,980;, + 4;987,986,985,984;, + 4;991,990,989,988;, + 4;995,994,993,992;, + 4;999,998,997,996;, + 4;1003,1002,1001,1000;, + 4;1007,1006,1005,1004;, + 4;1011,1010,1009,1008;, + 4;1015,1014,1013,1012;, + 4;1019,1018,1017,1016;, + 4;1023,1022,1021,1020;, + 4;1027,1026,1025,1024;, + 4;1031,1030,1029,1028;, + 4;1035,1034,1033,1032;, + 4;1039,1038,1037,1036;, + 4;1043,1042,1041,1040;, + 4;1047,1046,1045,1044;, + 4;1051,1050,1049,1048;, + 4;1055,1054,1053,1052;, + 4;1059,1058,1057,1056;, + 4;1063,1062,1061,1060;, + 4;1067,1066,1065,1064;, + 4;1071,1070,1069,1068;, + 4;1075,1074,1073,1072;, + 4;1079,1078,1077,1076;, + 4;1083,1082,1081,1080;, + 4;1087,1086,1085,1084;, + 4;1091,1090,1089,1088;, + 4;1095,1094,1093,1092;, + 4;1099,1098,1097,1096;, + 4;1103,1102,1101,1100;, + 4;1107,1106,1105,1104;, + 4;1111,1110,1109,1108;, + 4;1115,1114,1113,1112;, + 4;1119,1118,1117,1116;, + 4;1123,1122,1121,1120;, + 4;1127,1126,1125,1124;, + 4;1131,1130,1129,1128;, + 4;1135,1134,1133,1132;, + 4;1139,1138,1137,1136;, + 4;1143,1142,1141,1140;, + 4;1147,1146,1145,1144;, + 4;1151,1150,1149,1148;, + 4;1155,1154,1153,1152;, + 4;1159,1158,1157,1156;, + 4;1163,1162,1161,1160;, + 4;1167,1166,1165,1164;, + 4;1171,1170,1169,1168;, + 4;1175,1174,1173,1172;, + 4;1179,1178,1177,1176;, + 4;1183,1182,1181,1180;, + 4;1187,1186,1185,1184;, + 4;1191,1190,1189,1188;; + MeshTextureCoords { // cabin UV coordinates + 1192; + 0.156250; 0.484375;, + 0.148438; 0.484375;, + 0.148438; 0.734375;, + 0.156250; 0.734375;, + 0.148438; 0.484375;, + 0.132812; 0.484375;, + 0.132812; 0.734375;, + 0.148438; 0.734375;, + 0.156250; 0.750000;, + 0.156250; 0.734375;, + 0.148438; 0.734375;, + 0.148438; 0.750000;, + 0.117188; 0.625000;, + 0.125000; 0.625000;, + 0.125000; 0.390625;, + 0.117188; 0.390625;, + 0.125000; 0.625000;, + 0.140625; 0.625000;, + 0.140625; 0.390625;, + 0.125000; 0.390625;, + 0.117188; 0.359375;, + 0.117188; 0.390625;, + 0.125000; 0.390625;, + 0.125000; 0.359375;, + 0.174154; 0.660826;, + 0.145918; 0.660825;, + 0.145918; 0.678716;, + 0.174154; 0.678717;, + 0.145918; 0.660825;, + 0.145920; 0.388356;, + 0.136974; 0.388356;, + 0.136973; 0.660825;, + 0.108738; 0.388356;, + 0.108737; 0.660824;, + 0.136973; 0.660825;, + 0.136974; 0.388356;, + 0.145920; 0.388356;, + 0.174156; 0.388356;, + 0.174156; 0.370465;, + 0.145920; 0.370465;, + 0.145920; 0.388356;, + 0.145918; 0.660825;, + 0.174154; 0.660826;, + 0.174156; 0.388356;, + 0.140625; 0.625000;, + 0.148438; 0.625000;, + 0.148438; 0.390625;, + 0.140625; 0.390625;, + 0.125000; 0.656250;, + 0.125000; 0.625000;, + 0.117188; 0.625000;, + 0.117188; 0.656250;, + 0.132812; 0.484375;, + 0.125000; 0.484375;, + 0.125000; 0.734375;, + 0.132812; 0.734375;, + 0.148438; 0.468750;, + 0.148438; 0.484375;, + 0.156250; 0.484375;, + 0.156250; 0.468750;, + 0.156250; 0.484375;, + 0.156250; 0.734375;, + 0.164062; 0.734375;, + 0.164062; 0.484375;, + 0.164062; 0.484375;, + 0.164062; 0.734375;, + 0.179688; 0.734375;, + 0.179688; 0.484375;, + 0.156250; 0.750000;, + 0.164062; 0.750000;, + 0.164062; 0.734375;, + 0.156250; 0.734375;, + 0.117188; 0.625000;, + 0.117188; 0.390625;, + 0.125000; 0.390625;, + 0.125000; 0.625000;, + 0.125000; 0.625000;, + 0.125000; 0.390625;, + 0.140625; 0.390625;, + 0.140625; 0.625000;, + 0.117188; 0.359375;, + 0.125000; 0.359375;, + 0.125000; 0.390625;, + 0.117188; 0.390625;, + 0.174154; 0.660826;, + 0.174154; 0.678717;, + 0.145918; 0.678716;, + 0.145918; 0.660825;, + 0.145918; 0.660825;, + 0.136973; 0.660825;, + 0.136974; 0.388356;, + 0.145920; 0.388356;, + 0.108738; 0.388356;, + 0.136974; 0.388356;, + 0.136973; 0.660825;, + 0.108737; 0.660824;, + 0.145920; 0.388356;, + 0.145920; 0.370465;, + 0.174156; 0.370465;, + 0.174156; 0.388356;, + 0.145920; 0.388356;, + 0.174156; 0.388356;, + 0.174154; 0.660826;, + 0.145918; 0.660825;, + 0.140625; 0.625000;, + 0.140625; 0.390625;, + 0.148438; 0.390625;, + 0.148438; 0.625000;, + 0.125000; 0.656250;, + 0.117188; 0.656250;, + 0.117188; 0.625000;, + 0.125000; 0.625000;, + 0.179688; 0.484375;, + 0.179688; 0.734375;, + 0.187500; 0.734375;, + 0.187500; 0.484375;, + 0.164062; 0.468750;, + 0.156250; 0.468750;, + 0.156250; 0.484375;, + 0.164062; 0.484375;, + 0.555691; 0.155872;, + 0.530500; 0.155866;, + 0.530499; 0.184860;, + 0.555689; 0.184864;, + 0.555691; 0.155872;, + 0.555689; 0.184864;, + 0.594771; 0.184873;, + 0.603625; 0.155884;, + 0.555689; 0.184864;, + 0.555681; 0.349238;, + 0.594763; 0.349245;, + 0.594771; 0.184873;, + 0.555689; 0.184864;, + 0.530499; 0.184860;, + 0.530492; 0.349238;, + 0.555681; 0.349238;, + 0.555681; 0.349238;, + 0.530492; 0.349238;, + 0.530497; 0.427401;, + 0.555684; 0.427394;, + 0.555684; 0.427394;, + 0.530497; 0.427401;, + 0.530506; 0.503804;, + 0.555691; 0.503794;, + 0.568389; 0.427389;, + 0.555684; 0.427394;, + 0.555691; 0.503794;, + 0.568397; 0.503789;, + 0.530506; 0.503804;, + 0.530497; 0.427401;, + 0.519779; 0.441383;, + 0.519789; 0.503428;, + 0.530497; 0.427401;, + 0.530492; 0.349238;, + 0.519772; 0.377908;, + 0.519779; 0.441383;, + 0.504291; 0.524886;, + 0.519797; 0.524867;, + 0.519789; 0.503428;, + 0.504286; 0.503443;, + 0.488786; 0.524903;, + 0.504291; 0.524886;, + 0.504286; 0.503443;, + 0.488782; 0.503456;, + 0.534109; 0.399342;, + 0.534085; 0.234961;, + 0.519751; 0.234610;, + 0.519772; 0.377908;, + 0.504246; 0.234619;, + 0.488740; 0.234628;, + 0.488762; 0.377925;, + 0.504267; 0.377916;, + 0.504267; 0.377916;, + 0.488762; 0.377925;, + 0.488771; 0.441402;, + 0.504275; 0.441392;, + 0.504275; 0.441392;, + 0.488771; 0.441402;, + 0.488782; 0.503456;, + 0.504286; 0.503443;, + 0.519751; 0.234610;, + 0.504246; 0.234619;, + 0.504267; 0.377916;, + 0.519772; 0.377908;, + 0.519772; 0.377908;, + 0.504267; 0.377916;, + 0.504275; 0.441392;, + 0.519779; 0.441383;, + 0.519779; 0.441383;, + 0.504275; 0.441392;, + 0.504286; 0.503443;, + 0.519789; 0.503428;, + 0.519747; 0.205940;, + 0.504242; 0.205949;, + 0.504246; 0.234619;, + 0.519751; 0.234610;, + 0.959280; 0.318270;, + 0.935544; 0.318246;, + 0.935526; 0.387297;, + 0.959263; 0.387322;, + 0.900004; 0.145106;, + 0.899992; 0.203138;, + 0.934523; 0.203166;, + 0.934535; 0.145134;, + 0.935564; 0.144441;, + 0.959312; 0.144389;, + 0.959274; 0.075302;, + 0.935525; 0.075354;, + 0.976562; 1.000000;, + 0.976562; 0.609375;, + 0.953125; 0.609375;, + 0.953125; 1.000000;, + 0.953125; 0.562500;, + 0.929688; 0.562500;, + 0.929688; 0.609375;, + 0.953125; 0.609375;, + 0.906250; 0.609375;, + 0.906250; 1.000000;, + 0.929688; 1.000000;, + 0.929688; 0.609375;, + 0.953125; 0.562500;, + 0.953125; 0.609375;, + 0.976562; 0.609375;, + 0.976562; 0.562500;, + 0.953125; 1.000000;, + 0.953125; 0.609375;, + 0.929688; 0.609375;, + 0.929688; 1.000000;, + 1.000000; 1.000000;, + 1.000000; 0.609375;, + 0.976562; 0.609375;, + 0.976562; 1.000000;, + 0.959312; 0.144389;, + 0.987609; 0.144326;, + 0.987570; 0.075239;, + 0.959274; 0.075302;, + 0.959361; 0.203096;, + 0.959312; 0.144389;, + 0.935564; 0.144441;, + 0.935595; 0.203106;, + 0.870671; 0.145082;, + 0.870671; 0.203056;, + 0.899992; 0.203138;, + 0.900004; 0.145106;, + 0.959283; 0.259655;, + 0.959361; 0.203096;, + 0.935595; 0.203106;, + 0.935565; 0.259595;, + 0.959280; 0.318270;, + 0.959283; 0.259655;, + 0.935565; 0.259595;, + 0.935544; 0.318246;, + 0.846930; 0.086417;, + 0.846931; 0.145084;, + 0.870671; 0.145082;, + 0.870670; 0.086416;, + 0.935565; 0.259595;, + 0.935595; 0.203106;, + 0.906288; 0.202962;, + 0.906246; 0.259508;, + 0.846931; 0.145084;, + 0.846931; 0.203056;, + 0.870671; 0.203056;, + 0.870671; 0.145082;, + 0.846931; 0.203056;, + 0.846932; 0.261697;, + 0.870671; 0.261697;, + 0.870671; 0.203056;, + 0.846932; 0.261697;, + 0.817917; 0.261697;, + 0.817917; 0.330757;, + 0.846932; 0.330757;, + 0.870671; 0.261697;, + 0.846932; 0.261697;, + 0.846932; 0.330757;, + 0.870671; 0.330757;, + 0.906246; 0.259508;, + 0.906288; 0.202962;, + 0.871773; 0.202859;, + 0.871731; 0.259405;, + 0.846930; 0.086417;, + 0.870670; 0.086416;, + 0.870668; 0.017354;, + 0.846928; 0.017356;, + 0.974486; 0.202992;, + 0.974409; 0.144323;, + 0.959312; 0.144389;, + 0.959361; 0.203096;, + 0.373858; 0.155991;, + 0.344504; 0.156019;, + 0.344511; 0.185010;, + 0.382717; 0.184973;, + 0.421792; 0.155946;, + 0.373858; 0.155991;, + 0.382717; 0.184973;, + 0.421799; 0.184938;, + 0.421799; 0.184938;, + 0.382717; 0.184973;, + 0.382754; 0.349342;, + 0.421835; 0.349307;, + 0.421799; 0.184938;, + 0.421835; 0.349307;, + 0.447024; 0.349286;, + 0.446988; 0.184915;, + 0.421835; 0.349307;, + 0.421850; 0.427470;, + 0.447039; 0.427451;, + 0.447024; 0.349286;, + 0.421850; 0.427470;, + 0.421864; 0.503882;, + 0.447053; 0.503864;, + 0.447039; 0.427451;, + 0.447053; 0.503864;, + 0.457773; 0.503476;, + 0.457762; 0.441422;, + 0.447039; 0.427451;, + 0.447039; 0.427451;, + 0.457762; 0.441422;, + 0.457751; 0.377944;, + 0.447024; 0.349286;, + 0.443421; 0.399396;, + 0.457751; 0.377944;, + 0.457729; 0.234647;, + 0.443396; 0.235014;, + 0.364998; 0.127008;, + 0.344497; 0.127029;, + 0.344504; 0.156019;, + 0.373858; 0.155991;, + 0.421786; 0.126955;, + 0.364998; 0.127008;, + 0.373858; 0.155991;, + 0.421792; 0.155946;, + 0.473235; 0.234637;, + 0.473257; 0.377935;, + 0.488762; 0.377925;, + 0.488740; 0.234628;, + 0.473257; 0.377935;, + 0.473267; 0.441412;, + 0.488771; 0.441402;, + 0.488762; 0.377925;, + 0.473267; 0.441412;, + 0.473278; 0.503467;, + 0.488782; 0.503456;, + 0.488771; 0.441402;, + 0.457729; 0.234647;, + 0.457751; 0.377944;, + 0.473257; 0.377935;, + 0.473235; 0.234637;, + 0.457751; 0.377944;, + 0.457762; 0.441422;, + 0.473267; 0.441412;, + 0.473257; 0.377935;, + 0.457762; 0.441422;, + 0.457773; 0.503476;, + 0.473278; 0.503467;, + 0.473267; 0.441412;, + 0.457725; 0.205977;, + 0.457729; 0.234647;, + 0.473235; 0.234637;, + 0.473231; 0.205967;, + 0.029129; 0.309194;, + 0.029107; 0.378245;, + 0.052843; 0.378276;, + 0.052866; 0.309225;, + 0.052948; 0.135422;, + 0.053027; 0.066333;, + 0.029278; 0.066225;, + 0.029199; 0.135314;, + 0.023438; 1.000000;, + 0.046875; 1.000000;, + 0.046875; 0.593750;, + 0.023438; 0.593750;, + 0.046875; 0.546875;, + 0.046875; 0.593750;, + 0.070312; 0.593750;, + 0.070312; 0.546875;, + 0.093750; 0.593750;, + 0.070312; 0.593750;, + 0.070312; 1.000000;, + 0.093750; 1.000000;, + 0.023438; 0.546875;, + 0.023438; 0.593750;, + 0.046875; 0.593750;, + 0.046875; 0.546875;, + 0.046875; 1.000000;, + 0.070312; 1.000000;, + 0.070312; 0.593750;, + 0.046875; 0.593750;, + 0.000000; 1.000000;, + 0.023438; 1.000000;, + 0.023438; 0.593750;, + 0.000000; 0.593750;, + 0.029199; 0.135314;, + 0.029278; 0.066225;, + 0.000981; 0.066096;, + 0.000902; 0.135185;, + 0.029117; 0.194021;, + 0.052882; 0.194087;, + 0.052948; 0.135422;, + 0.029199; 0.135314;, + 0.029161; 0.250580;, + 0.052878; 0.250576;, + 0.052882; 0.194087;, + 0.029117; 0.194021;, + 0.029129; 0.309194;, + 0.052866; 0.309225;, + 0.052878; 0.250576;, + 0.029161; 0.250580;, + 0.052878; 0.250576;, + 0.082198; 0.250558;, + 0.082189; 0.194013;, + 0.052882; 0.194087;, + 0.082198; 0.250558;, + 0.116712; 0.250537;, + 0.116704; 0.193992;, + 0.082189; 0.194013;, + 0.014067; 0.250515;, + 0.029161; 0.250580;, + 0.029117; 0.194021;, + 0.013991; 0.193882;, + 0.519865; 0.709230;, + 0.545071; 0.709156;, + 0.545029; 0.630968;, + 0.519832; 0.631012;, + 0.744396; 0.595299;, + 0.769590; 0.595291;, + 0.769586; 0.554278;, + 0.744390; 0.554289;, + 0.716833; 0.595323;, + 0.731689; 0.595309;, + 0.731679; 0.554297;, + 0.716822; 0.554310;, + 0.683776; 0.595358;, + 0.716833; 0.595323;, + 0.716822; 0.554310;, + 0.683764; 0.554345;, + 0.744396; 0.625011;, + 0.744396; 0.595299;, + 0.731688; 0.595296;, + 0.731686; 0.625004;, + 0.731671; 0.691116;, + 0.744381; 0.691128;, + 0.744396; 0.625011;, + 0.731686; 0.625004;, + 0.545071; 0.709156;, + 0.557779; 0.709127;, + 0.557738; 0.630944;, + 0.545029; 0.630968;, + 0.504346; 0.709255;, + 0.519865; 0.709230;, + 0.519832; 0.631012;, + 0.504321; 0.631033;, + 0.731689; 0.595309;, + 0.744396; 0.595299;, + 0.744390; 0.554289;, + 0.731679; 0.554297;, + 0.504321; 0.631033;, + 0.519832; 0.631012;, + 0.519807; 0.554576;, + 0.504300; 0.554596;, + 0.519832; 0.631012;, + 0.545029; 0.630968;, + 0.544999; 0.554540;, + 0.519807; 0.554576;, + 0.545029; 0.630968;, + 0.557738; 0.630944;, + 0.557709; 0.554520;, + 0.544999; 0.554540;, + 0.504355; 0.739088;, + 0.488832; 0.739102;, + 0.488838; 0.768843;, + 0.504359; 0.768832;, + 0.504346; 0.709255;, + 0.488825; 0.709271;, + 0.488832; 0.739102;, + 0.504355; 0.739088;, + 0.504359; 0.768832;, + 0.488838; 0.768843;, + 0.488875; 0.933349;, + 0.504388; 0.933336;, + 0.731671; 0.691116;, + 0.731638; 0.804708;, + 0.744347; 0.804722;, + 0.744381; 0.691128;, + 0.545106; 0.962319;, + 0.519905; 0.962329;, + 0.519908; 0.991334;, + 0.545109; 0.991323;, + 0.669283; 0.613084;, + 0.683776; 0.595358;, + 0.683764; 0.554345;, + 0.669265; 0.554363;, + 0.488825; 0.709271;, + 0.504346; 0.709255;, + 0.504321; 0.631033;, + 0.488809; 0.631049;, + 0.488809; 0.631049;, + 0.504321; 0.631033;, + 0.504300; 0.554596;, + 0.488793; 0.554612;, + 0.519884; 0.739078;, + 0.504355; 0.739088;, + 0.504359; 0.768832;, + 0.519881; 0.768828;, + 0.519865; 0.709230;, + 0.504346; 0.709255;, + 0.504355; 0.739088;, + 0.519884; 0.739078;, + 0.519881; 0.768828;, + 0.504359; 0.768832;, + 0.504388; 0.933336;, + 0.519902; 0.933325;, + 0.545103; 0.933313;, + 0.519902; 0.933325;, + 0.519905; 0.962329;, + 0.545106; 0.962319;, + 0.654790; 0.630811;, + 0.669283; 0.613084;, + 0.669265; 0.554363;, + 0.654766; 0.554381;, + 0.557798; 0.739144;, + 0.545095; 0.739166;, + 0.545088; 0.768863;, + 0.557801; 0.768861;, + 0.744355; 0.357044;, + 0.759211; 0.357033;, + 0.759206; 0.329511;, + 0.744350; 0.329522;, + 0.731679; 0.554297;, + 0.744390; 0.554289;, + 0.744355; 0.357044;, + 0.731645; 0.357052;, + 0.716822; 0.554310;, + 0.731679; 0.554297;, + 0.731645; 0.357052;, + 0.716788; 0.357062;, + 0.731640; 0.329531;, + 0.731636; 0.304113;, + 0.716781; 0.304122;, + 0.716784; 0.329541;, + 0.716788; 0.357062;, + 0.731645; 0.357052;, + 0.731640; 0.329531;, + 0.716784; 0.329541;, + 0.716791; 0.382480;, + 0.716788; 0.357062;, + 0.682384; 0.357078;, + 0.682387; 0.382497;, + 0.731645; 0.357052;, + 0.744355; 0.357044;, + 0.744350; 0.329522;, + 0.731640; 0.329531;, + 0.682387; 0.382497;, + 0.682384; 0.357078;, + 0.671682; 0.357083;, + 0.671685; 0.382502;, + 0.716788; 0.357062;, + 0.716784; 0.329541;, + 0.682381; 0.329559;, + 0.682384; 0.357078;, + 0.716784; 0.329541;, + 0.716781; 0.304122;, + 0.682378; 0.304140;, + 0.682381; 0.329559;, + 0.716781; 0.304122;, + 0.716778; 0.276603;, + 0.682374; 0.276621;, + 0.682378; 0.304140;, + 0.658973; 0.357089;, + 0.671682; 0.357083;, + 0.671679; 0.329563;, + 0.658970; 0.329570;, + 0.682381; 0.329559;, + 0.682378; 0.304140;, + 0.671676; 0.304146;, + 0.671679; 0.329563;, + 0.658967; 0.308167;, + 0.658963; 0.280649;, + 0.602760; 0.280678;, + 0.602764; 0.308196;, + 0.682384; 0.357078;, + 0.682381; 0.329559;, + 0.671679; 0.329563;, + 0.671682; 0.357083;, + 0.658976; 0.378492;, + 0.658973; 0.357089;, + 0.602770; 0.357117;, + 0.602773; 0.378521;, + 0.658973; 0.357089;, + 0.658970; 0.329570;, + 0.602766; 0.329599;, + 0.602770; 0.357117;, + 0.658970; 0.329570;, + 0.658967; 0.308167;, + 0.602764; 0.308196;, + 0.602766; 0.329599;, + 0.557779; 0.709127;, + 0.545071; 0.709156;, + 0.545095; 0.739166;, + 0.557798; 0.739144;, + 0.557801; 0.768861;, + 0.545088; 0.768863;, + 0.545103; 0.933313;, + 0.557816; 0.933308;, + 0.545071; 0.709156;, + 0.519865; 0.709230;, + 0.519884; 0.739078;, + 0.545095; 0.739166;, + 0.545095; 0.739166;, + 0.519884; 0.739078;, + 0.519881; 0.768828;, + 0.545088; 0.768863;, + 0.545088; 0.768863;, + 0.519881; 0.768828;, + 0.519902; 0.933325;, + 0.545103; 0.933313;, + 0.731630; 0.834742;, + 0.744339; 0.834525;, + 0.744347; 0.804722;, + 0.731638; 0.804708;, + 0.457785; 0.709283;, + 0.457785; 0.631064;, + 0.432589; 0.631063;, + 0.432578; 0.709252;, + 0.233217; 0.595668;, + 0.233218; 0.554661;, + 0.208027; 0.554659;, + 0.208026; 0.595665;, + 0.260780; 0.595669;, + 0.260780; 0.554662;, + 0.245926; 0.554662;, + 0.245926; 0.595669;, + 0.293834; 0.595667;, + 0.293833; 0.554659;, + 0.260780; 0.554662;, + 0.260780; 0.595669;, + 0.208026; 0.595665;, + 0.208025; 0.625374;, + 0.233216; 0.625377;, + 0.233217; 0.595668;, + 0.233216; 0.625377;, + 0.245925; 0.625379;, + 0.245926; 0.595669;, + 0.233217; 0.595668;, + 0.432578; 0.709252;, + 0.432589; 0.631063;, + 0.419880; 0.631060;, + 0.419870; 0.709243;, + 0.473305; 0.709282;, + 0.473297; 0.631059;, + 0.457785; 0.631064;, + 0.457785; 0.709283;, + 0.273487; 0.554662;, + 0.273489; 0.357459;, + 0.260781; 0.357459;, + 0.260780; 0.554662;, + 0.245926; 0.595669;, + 0.245926; 0.554662;, + 0.233218; 0.554661;, + 0.233217; 0.595668;, + 0.473297; 0.631059;, + 0.473286; 0.554622;, + 0.457779; 0.554629;, + 0.457785; 0.631064;, + 0.457785; 0.631064;, + 0.457779; 0.554629;, + 0.432586; 0.554635;, + 0.432589; 0.631063;, + 0.432589; 0.631063;, + 0.432586; 0.554635;, + 0.419877; 0.554637;, + 0.419880; 0.631060;, + 0.473309; 0.739115;, + 0.473317; 0.768859;, + 0.488838; 0.768843;, + 0.488832; 0.739102;, + 0.473305; 0.709282;, + 0.473309; 0.739115;, + 0.488832; 0.739102;, + 0.488825; 0.709271;, + 0.473317; 0.768859;, + 0.473361; 0.933363;, + 0.488875; 0.933349;, + 0.488838; 0.768843;, + 0.432656; 0.962419;, + 0.432667; 0.991424;, + 0.457867; 0.991389;, + 0.457857; 0.962384;, + 0.193509; 0.805081;, + 0.193508; 0.834889;, + 0.208007; 0.834892;, + 0.208009; 0.805083;, + 0.308332; 0.613372;, + 0.308330; 0.554657;, + 0.293833; 0.554659;, + 0.293834; 0.595667;, + 0.488825; 0.709271;, + 0.488809; 0.631049;, + 0.473297; 0.631059;, + 0.473305; 0.709282;, + 0.488809; 0.631049;, + 0.488793; 0.554612;, + 0.473286; 0.554622;, + 0.473297; 0.631059;, + 0.457779; 0.739132;, + 0.457795; 0.768882;, + 0.473317; 0.768859;, + 0.473309; 0.739115;, + 0.457785; 0.709283;, + 0.457779; 0.739132;, + 0.473309; 0.739115;, + 0.473305; 0.709282;, + 0.457795; 0.768882;, + 0.457847; 0.933380;, + 0.473361; 0.933363;, + 0.473317; 0.768859;, + 0.432646; 0.933414;, + 0.432656; 0.962419;, + 0.457857; 0.962384;, + 0.457847; 0.933380;, + 0.322830; 0.631077;, + 0.322827; 0.554655;, + 0.308330; 0.554657;, + 0.308332; 0.613372;, + 0.419864; 0.739263;, + 0.419874; 0.768982;, + 0.432588; 0.768961;, + 0.432568; 0.739263;, + 0.233220; 0.357458;, + 0.233220; 0.329941;, + 0.218366; 0.329940;, + 0.218366; 0.357457;, + 0.233218; 0.554661;, + 0.233220; 0.357458;, + 0.218366; 0.357457;, + 0.218364; 0.554661;, + 0.245926; 0.554662;, + 0.245927; 0.357458;, + 0.233220; 0.357458;, + 0.233218; 0.554661;, + 0.260780; 0.554662;, + 0.260781; 0.357459;, + 0.245927; 0.357458;, + 0.245926; 0.554662;, + 0.245928; 0.329941;, + 0.260781; 0.329942;, + 0.260782; 0.304526;, + 0.245928; 0.304525;, + 0.260781; 0.357459;, + 0.260781; 0.329942;, + 0.245928; 0.329941;, + 0.245927; 0.357458;, + 0.260780; 0.382875;, + 0.295181; 0.382877;, + 0.295181; 0.357462;, + 0.260781; 0.357459;, + 0.245927; 0.357458;, + 0.245928; 0.329941;, + 0.233220; 0.329941;, + 0.233220; 0.357458;, + 0.295181; 0.382877;, + 0.305882; 0.382878;, + 0.305882; 0.357463;, + 0.295181; 0.357462;, + 0.260781; 0.357459;, + 0.295181; 0.357462;, + 0.295182; 0.329945;, + 0.260781; 0.329942;, + 0.260781; 0.329942;, + 0.295182; 0.329945;, + 0.295182; 0.304529;, + 0.260782; 0.304526;, + 0.260782; 0.304526;, + 0.295182; 0.304529;, + 0.295183; 0.277012;, + 0.260782; 0.277009;, + 0.318591; 0.357466;, + 0.318592; 0.329946;, + 0.305883; 0.329946;, + 0.305882; 0.357463;, + 0.295182; 0.329945;, + 0.305883; 0.329946;, + 0.305883; 0.304530;, + 0.295182; 0.304529;, + 0.318593; 0.308541;, + 0.374801; 0.308549;, + 0.374802; 0.281028;, + 0.318594; 0.281020;, + 0.295181; 0.357462;, + 0.305882; 0.357463;, + 0.305883; 0.329946;, + 0.295182; 0.329945;, + 0.318590; 0.378871;, + 0.374798; 0.378880;, + 0.374799; 0.357475;, + 0.318591; 0.357466;, + 0.318591; 0.357466;, + 0.374799; 0.357475;, + 0.374800; 0.329955;, + 0.318592; 0.329946;, + 0.318592; 0.329946;, + 0.374800; 0.329955;, + 0.374801; 0.308549;, + 0.318593; 0.308541;, + 0.419870; 0.709243;, + 0.419864; 0.739263;, + 0.432568; 0.739263;, + 0.432578; 0.709252;, + 0.322833; 0.709249;, + 0.322834; 0.739053;, + 0.405030; 0.739269;, + 0.405029; 0.709234;, + 0.419874; 0.768982;, + 0.419933; 0.933432;, + 0.432646; 0.933414;, + 0.432588; 0.768961;, + 0.432578; 0.709252;, + 0.432568; 0.739263;, + 0.457779; 0.739132;, + 0.457785; 0.709283;, + 0.432568; 0.739263;, + 0.432588; 0.768961;, + 0.457795; 0.768882;, + 0.457779; 0.739132;, + 0.432588; 0.768961;, + 0.432646; 0.933414;, + 0.457847; 0.933380;, + 0.457795; 0.768882;, + 0.419943; 0.962546;, + 0.419954; 0.991518;, + 0.432667; 0.991424;, + 0.432656; 0.962419;, + 0.419933; 0.933432;, + 0.419943; 0.962546;, + 0.432656; 0.962419;, + 0.432646; 0.933414;, + 0.603625; 0.155884;, + 0.594771; 0.184873;, + 0.632977; 0.184884;, + 0.632979; 0.155893;, + 0.612494; 0.010420;, + 0.612488; 0.060797;, + 0.632989; 0.060806;, + 0.632994; 0.010430;, + 0.504242; 0.205949;, + 0.488736; 0.205958;, + 0.488740; 0.234628;, + 0.504246; 0.234619;, + 0.612488; 0.060797;, + 0.612480; 0.126895;, + 0.632981; 0.126903;, + 0.632989; 0.060806;, + 0.831825; 0.203057;, + 0.831825; 0.261698;, + 0.846932; 0.261697;, + 0.846931; 0.203056;, + 0.555693; 0.126879;, + 0.530502; 0.126873;, + 0.530500; 0.155866;, + 0.555691; 0.155872;, + 0.612480; 0.126895;, + 0.603625; 0.155884;, + 0.632979; 0.155893;, + 0.632981; 0.126903;, + 0.555693; 0.126879;, + 0.555691; 0.155872;, + 0.603625; 0.155884;, + 0.612480; 0.126895;, + 0.831821; 0.028387;, + 0.831823; 0.086419;, + 0.846930; 0.086417;, + 0.846929; 0.028386;, + 0.831824; 0.145085;, + 0.831825; 0.203057;, + 0.846931; 0.203056;, + 0.846931; 0.145084;, + 0.831823; 0.086419;, + 0.831824; 0.145085;, + 0.846931; 0.145084;, + 0.846930; 0.086417;, + 0.974390; 0.374833;, + 0.974386; 0.318265;, + 0.959280; 0.318270;, + 0.959284; 0.374837;, + 0.974386; 0.318265;, + 0.974377; 0.259625;, + 0.959283; 0.259655;, + 0.959280; 0.318270;, + 0.974377; 0.259625;, + 0.974486; 0.202992;, + 0.959361; 0.203096;, + 0.959283; 0.259655;, + 0.421792; 0.155946;, + 0.421799; 0.184938;, + 0.446988; 0.184915;, + 0.446981; 0.155924;, + 0.364968; 0.010532;, + 0.344467; 0.010554;, + 0.344480; 0.060931;, + 0.364981; 0.060910;, + 0.473231; 0.205967;, + 0.473235; 0.234637;, + 0.488740; 0.234628;, + 0.488736; 0.205958;, + 0.364981; 0.060910;, + 0.344480; 0.060931;, + 0.344497; 0.127029;, + 0.364998; 0.127008;, + 0.409143; 0.427479;, + 0.409157; 0.503891;, + 0.421864; 0.503882;, + 0.421850; 0.427470;, + 0.473281; 0.524913;, + 0.473278; 0.503467;, + 0.457773; 0.503476;, + 0.457776; 0.524920;, + 0.488786; 0.524903;, + 0.488782; 0.503456;, + 0.473278; 0.503467;, + 0.473281; 0.524913;, + 0.421786; 0.126955;, + 0.421792; 0.155946;, + 0.446981; 0.155924;, + 0.446975; 0.126932;, + 0.013986; 0.365721;, + 0.029092; 0.365761;, + 0.029129; 0.309194;, + 0.014024; 0.309154;, + 0.014024; 0.309154;, + 0.029129; 0.309194;, + 0.029161; 0.250580;, + 0.014067; 0.250515;, + 0.013991; 0.193882;, + 0.029117; 0.194021;, + 0.029199; 0.135314;, + 0.014102; 0.135212;, + 0.814037; 0.804804;, + 0.798532; 0.804785;, + 0.798523; 0.834587;, + 0.814028; 0.834606;, + 0.642080; 0.630827;, + 0.654790; 0.630811;, + 0.654766; 0.554381;, + 0.642056; 0.554397;, + 0.769590; 0.595291;, + 0.744396; 0.595299;, + 0.744396; 0.625011;, + 0.769592; 0.625005;, + 0.704112; 0.554318;, + 0.716822; 0.554310;, + 0.716788; 0.357062;, + 0.704078; 0.357071;, + 0.669265; 0.554363;, + 0.669257; 0.528942;, + 0.654758; 0.528960;, + 0.654766; 0.554381;, + 0.769580; 0.503887;, + 0.769586; 0.554278;, + 0.784442; 0.554271;, + 0.784436; 0.503881;, + 0.769590; 0.595291;, + 0.784447; 0.595285;, + 0.784442; 0.554271;, + 0.769586; 0.554278;, + 0.504291; 0.524886;, + 0.488786; 0.524903;, + 0.488793; 0.554612;, + 0.504300; 0.554596;, + 0.784035; 0.804768;, + 0.769539; 0.804751;, + 0.769530; 0.834553;, + 0.784027; 0.834570;, + 0.669313; 0.708966;, + 0.683811; 0.708948;, + 0.683776; 0.595358;, + 0.669283; 0.613084;, + 0.744339; 0.834525;, + 0.769530; 0.834553;, + 0.769539; 0.804751;, + 0.744347; 0.804722;, + 0.716822; 0.554310;, + 0.716816; 0.528888;, + 0.683757; 0.528924;, + 0.683764; 0.554345;, + 0.829542; 0.804823;, + 0.814037; 0.804804;, + 0.814028; 0.834606;, + 0.829533; 0.834625;, + 0.572619; 0.709095;, + 0.654816; 0.708985;, + 0.654790; 0.630811;, + 0.572593; 0.630922;, + 0.654790; 0.630811;, + 0.654781; 0.605393;, + 0.572584; 0.605504;, + 0.572593; 0.630922;, + 0.557738; 0.630944;, + 0.572593; 0.630922;, + 0.572564; 0.554498;, + 0.557709; 0.554520;, + 0.557779; 0.709127;, + 0.572619; 0.709095;, + 0.572593; 0.630922;, + 0.557738; 0.630944;, + 0.557698; 0.524810;, + 0.544988; 0.524830;, + 0.544999; 0.554540;, + 0.557709; 0.554520;, + 0.544988; 0.524830;, + 0.519797; 0.524867;, + 0.519807; 0.554576;, + 0.544999; 0.554540;, + 0.519797; 0.524867;, + 0.504291; 0.524886;, + 0.504300; 0.554596;, + 0.519807; 0.554576;, + 0.683764; 0.554345;, + 0.683757; 0.528924;, + 0.669257; 0.528942;, + 0.669265; 0.554363;, + 0.798532; 0.804785;, + 0.784035; 0.804768;, + 0.784027; 0.834570;, + 0.798523; 0.834587;, + 0.654816; 0.708985;, + 0.669313; 0.708966;, + 0.669283; 0.613084;, + 0.654790; 0.630811;, + 0.744390; 0.554289;, + 0.759247; 0.554278;, + 0.759211; 0.357033;, + 0.744355; 0.357044;, + 0.654816; 0.708985;, + 0.572619; 0.709095;, + 0.572630; 0.739130;, + 0.654826; 0.738789;, + 0.669313; 0.708966;, + 0.654816; 0.708985;, + 0.654826; 0.738789;, + 0.669377; 0.739001;, + 0.557820; 0.962422;, + 0.545106; 0.962319;, + 0.545109; 0.991323;, + 0.557822; 0.991394;, + 0.557816; 0.933308;, + 0.545103; 0.933313;, + 0.545106; 0.962319;, + 0.557820; 0.962422;, + 0.163501; 0.805075;, + 0.163499; 0.834883;, + 0.179008; 0.834886;, + 0.179009; 0.805078;, + 0.335538; 0.631075;, + 0.335536; 0.554653;, + 0.322827; 0.554655;, + 0.322830; 0.631077;, + 0.245922; 0.691491;, + 0.245925; 0.625379;, + 0.233216; 0.625377;, + 0.233212; 0.691488;, + 0.308330; 0.554657;, + 0.322827; 0.554655;, + 0.322826; 0.529238;, + 0.308329; 0.529240;, + 0.208028; 0.504275;, + 0.193174; 0.504274;, + 0.193172; 0.554657;, + 0.208027; 0.554659;, + 0.208026; 0.595665;, + 0.208027; 0.554659;, + 0.193172; 0.554657;, + 0.193171; 0.595664;, + 0.473281; 0.524913;, + 0.473286; 0.554622;, + 0.488793; 0.554612;, + 0.488786; 0.524903;, + 0.245922; 0.691491;, + 0.233212; 0.691488;, + 0.233205; 0.805088;, + 0.245915; 0.805091;, + 0.308336; 0.709252;, + 0.308332; 0.613372;, + 0.293834; 0.595667;, + 0.293838; 0.709254;, + 0.233203; 0.834896;, + 0.233205; 0.805088;, + 0.208009; 0.805083;, + 0.208007; 0.834892;, + 0.260780; 0.554662;, + 0.293833; 0.554659;, + 0.293832; 0.529242;, + 0.260779; 0.529245;, + 0.147992; 0.805071;, + 0.147991; 0.834880;, + 0.163499; 0.834883;, + 0.163501; 0.805075;, + 0.405029; 0.709234;, + 0.405025; 0.631062;, + 0.322830; 0.631077;, + 0.322833; 0.709249;, + 0.322830; 0.631077;, + 0.405025; 0.631062;, + 0.405024; 0.605644;, + 0.322829; 0.605659;, + 0.419880; 0.631060;, + 0.419877; 0.554637;, + 0.405022; 0.554639;, + 0.405025; 0.631062;, + 0.419870; 0.709243;, + 0.419880; 0.631060;, + 0.405025; 0.631062;, + 0.405029; 0.709234;, + 0.419876; 0.524927;, + 0.419877; 0.554637;, + 0.432586; 0.554635;, + 0.432585; 0.524925;, + 0.432585; 0.524925;, + 0.432586; 0.554635;, + 0.457779; 0.554629;, + 0.457776; 0.524920;, + 0.457776; 0.524920;, + 0.457779; 0.554629;, + 0.473286; 0.554622;, + 0.473281; 0.524913;, + 0.293833; 0.554659;, + 0.308330; 0.554657;, + 0.308329; 0.529240;, + 0.293832; 0.529242;, + 0.179009; 0.805078;, + 0.179008; 0.834886;, + 0.193508; 0.834889;, + 0.193509; 0.805081;, + 0.322833; 0.709249;, + 0.322830; 0.631077;, + 0.308332; 0.613372;, + 0.308336; 0.709252;, + 0.308336; 0.709252;, + 0.308283; 0.739286;, + 0.322834; 0.739053;, + 0.322833; 0.709249;, + 0.245914; 0.835129;, + 0.245915; 0.805091;, + 0.233205; 0.805088;, + 0.233203; 0.834896;, + 0.139737; 0.075521;, + 0.139683; 0.006471;, + 0.115947; 0.006546;, + 0.116001; 0.075596;, + 0.116114; 0.249400;, + 0.116114; 0.318489;, + 0.139864; 0.318489;, + 0.139864; 0.249400;, + 0.139864; 0.249400;, + 0.139864; 0.318489;, + 0.168161; 0.318489;, + 0.168161; 0.249400;, + 0.139880; 0.190693;, + 0.116115; 0.190734;, + 0.116114; 0.249400;, + 0.139864; 0.249400;, + 0.139772; 0.134135;, + 0.116055; 0.134246;, + 0.116115; 0.190734;, + 0.139880; 0.190693;, + 0.139737; 0.075521;, + 0.116001; 0.075596;, + 0.116055; 0.134246;, + 0.139772; 0.134135;, + 0.116055; 0.134246;, + 0.086735; 0.134395;, + 0.086807; 0.190941;, + 0.116115; 0.190734;, + 0.086735; 0.134395;, + 0.052221; 0.134571;, + 0.052293; 0.191117;, + 0.086807; 0.190941;, + 0.154865; 0.134132;, + 0.139772; 0.134135;, + 0.139880; 0.190693;, + 0.155006; 0.190764;, + 0.154817; 0.018926;, + 0.139711; 0.018955;, + 0.139737; 0.075521;, + 0.154843; 0.075493;, + 0.154843; 0.075493;, + 0.139737; 0.075521;, + 0.139772; 0.134135;, + 0.154865; 0.134132;, + 0.155006; 0.190764;, + 0.139880; 0.190693;, + 0.139864; 0.249400;, + 0.154960; 0.249433;; + } // End of cabin UV coordinates + } // End of cabin mesh + } // End of cabin + Frame glass { + FrameTransformMatrix { + -0.000000, 0.849807, 0.000000, 0.000000, + -0.849807,-0.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 0.849807, 0.000000, + 0.060377, 0.077333, 6.492611, 1.000000;; + } + Mesh { // glass mesh + 96; + 9.084269;-3.457446;-2.752584;, + 9.084269;-6.983336;-2.752584;, + 3.889889;-6.983335;-2.752584;, + 3.889889;-3.457446;-2.752584;, + 3.889889; 3.457446;-2.752584;, + 3.889889;-3.457446;-2.752584;, + 1.341951;-3.457446;-2.752584;, + 1.341951; 3.457446;-2.752584;, + 9.084269;-6.983336;-2.752584;, + 9.084269;-6.983336;18.375072;, + 3.889889;-6.983335;18.375072;, + 3.889889;-6.983335;-2.752584;, + 9.084269;-3.457446;-2.752584;, + 9.084269;-3.457446;18.375072;, + 9.084269;-6.983336;18.375072;, + 9.084269;-6.983336;-2.752584;, + 9.084269;-3.457446;-2.752584;, + 3.889889;-3.457446;-2.752584;, + 3.889889; 3.457446;-2.752584;, + 9.084269; 3.457446;-2.752584;, + 9.084269;-3.457446;18.375072;, + 9.084269;-3.457446;-2.752584;, + 9.084269; 3.457446;-2.752584;, + 9.084269; 3.457446;18.375072;, + 9.084269; 3.457446;-2.752584;, + 3.889889; 3.457446;-2.752584;, + 3.889889; 6.983335;-2.752584;, + 9.084269; 6.983336;-2.752584;, + 3.892992;-3.457446;18.375072;, + 9.084269;-3.457446;18.375072;, + 9.084269; 3.457446;18.375072;, + 3.892992; 3.457446;18.375072;, + 9.084269; 6.983336;-2.752584;, + 3.889889; 6.983335;-2.752584;, + 3.889889; 6.983335;18.375072;, + 9.084269; 6.983336;18.375072;, + 9.084269; 3.457446;-2.752584;, + 9.084269; 6.983336;-2.752584;, + 9.084269; 6.983336;18.375072;, + 9.084269; 3.457446;18.375072;, + 9.084269;-3.457446;18.375072;, + 3.892992;-3.457446;18.375072;, + 3.889889;-6.983335;18.375072;, + 9.084269;-6.983336;18.375072;, + 9.084269; 3.457446;18.375072;, + 9.084269; 6.983336;18.375072;, + 3.889889; 6.983335;18.375072;, + 3.892992; 3.457446;18.375072;, + 9.084269;-3.457446;-2.752584;, + 3.889889;-3.457446;-2.752584;, + 3.889889;-6.983335;-2.752584;, + 9.084269;-6.983336;-2.752584;, + 3.889889; 3.457446;-2.752584;, + 1.341951; 3.457446;-2.752584;, + 1.341951;-3.457446;-2.752584;, + 3.889889;-3.457446;-2.752584;, + 9.084269;-6.983336;-2.752584;, + 3.889889;-6.983335;-2.752584;, + 3.889889;-6.983335;18.375072;, + 9.084269;-6.983336;18.375072;, + 9.084269;-3.457446;-2.752584;, + 9.084269;-6.983336;-2.752584;, + 9.084269;-6.983336;18.375072;, + 9.084269;-3.457446;18.375072;, + 9.084269;-3.457446;-2.752584;, + 9.084269; 3.457446;-2.752584;, + 3.889889; 3.457446;-2.752584;, + 3.889889;-3.457446;-2.752584;, + 9.084269;-3.457446;18.375072;, + 9.084269; 3.457446;18.375072;, + 9.084269; 3.457446;-2.752584;, + 9.084269;-3.457446;-2.752584;, + 9.084269; 3.457446;-2.752584;, + 9.084269; 6.983336;-2.752584;, + 3.889889; 6.983335;-2.752584;, + 3.889889; 3.457446;-2.752584;, + 3.892992;-3.457446;18.375072;, + 3.892992; 3.457446;18.375072;, + 9.084269; 3.457446;18.375072;, + 9.084269;-3.457446;18.375072;, + 9.084269; 6.983336;-2.752584;, + 9.084269; 6.983336;18.375072;, + 3.889889; 6.983335;18.375072;, + 3.889889; 6.983335;-2.752584;, + 9.084269; 3.457446;-2.752584;, + 9.084269; 3.457446;18.375072;, + 9.084269; 6.983336;18.375072;, + 9.084269; 6.983336;-2.752584;, + 9.084269;-3.457446;18.375072;, + 9.084269;-6.983336;18.375072;, + 3.889889;-6.983335;18.375072;, + 3.892992;-3.457446;18.375072;, + 9.084269; 3.457446;18.375072;, + 3.892992; 3.457446;18.375072;, + 3.889889; 6.983335;18.375072;, + 9.084269; 6.983336;18.375072;; + 24; + 4;3,2,1,0;, + 4;7,6,5,4;, + 4;11,10,9,8;, + 4;15,14,13,12;, + 4;19,18,17,16;, + 4;23,22,21,20;, + 4;27,26,25,24;, + 4;31,30,29,28;, + 4;35,34,33,32;, + 4;39,38,37,36;, + 4;43,42,41,40;, + 4;47,46,45,44;, + 4;51,50,49,48;, + 4;55,54,53,52;, + 4;59,58,57,56;, + 4;63,62,61,60;, + 4;67,66,65,64;, + 4;71,70,69,68;, + 4;75,74,73,72;, + 4;79,78,77,76;, + 4;83,82,81,80;, + 4;87,86,85,84;, + 4;91,90,89,88;, + 4;95,94,93,92;; + MeshTextureCoords { // glass UV coordinates + 96; + 0.250000; 0.765625;, + 0.156250; 0.765625;, + 0.156250; 0.921875;, + 0.250000; 0.921875;, + 0.453125; 0.921875;, + 0.250000; 0.921875;, + 0.250000; 1.000000;, + 0.453125; 1.000000;, + 0.156250; 0.765625;, + 0.156250; 0.156250;, + 0.000000; 0.156250;, + 0.000000; 0.765625;, + 0.250000; 0.765625;, + 0.250000; 0.156250;, + 0.156250; 0.156250;, + 0.156250; 0.765625;, + 0.250000; 0.765625;, + 0.250000; 0.921875;, + 0.453125; 0.921875;, + 0.453125; 0.765625;, + 0.250000; 0.156250;, + 0.250000; 0.765625;, + 0.453125; 0.765625;, + 0.453125; 0.156250;, + 0.453125; 0.765625;, + 0.453125; 0.921875;, + 0.562500; 0.921875;, + 0.562500; 0.765625;, + 0.250000; 0.000000;, + 0.250000; 0.156250;, + 0.453125; 0.156250;, + 0.453125; 0.000000;, + 0.562500; 0.765625;, + 0.718750; 0.765625;, + 0.718750; 0.156250;, + 0.562500; 0.156250;, + 0.453125; 0.765625;, + 0.562500; 0.765625;, + 0.562500; 0.156250;, + 0.453125; 0.156250;, + 0.250000; 0.156250;, + 0.250000; 0.000000;, + 0.156250; 0.000000;, + 0.156250; 0.156250;, + 0.453125; 0.156250;, + 0.562500; 0.156250;, + 0.562500; 0.000000;, + 0.453125; 0.000000;, + 0.250000; 0.765625;, + 0.250000; 0.921875;, + 0.156250; 0.921875;, + 0.156250; 0.765625;, + 0.453125; 0.921875;, + 0.453125; 1.000000;, + 0.250000; 1.000000;, + 0.250000; 0.921875;, + 0.156250; 0.765625;, + 0.000000; 0.765625;, + 0.000000; 0.156250;, + 0.156250; 0.156250;, + 0.250000; 0.765625;, + 0.156250; 0.765625;, + 0.156250; 0.156250;, + 0.250000; 0.156250;, + 0.250000; 0.765625;, + 0.453125; 0.765625;, + 0.453125; 0.921875;, + 0.250000; 0.921875;, + 0.250000; 0.156250;, + 0.453125; 0.156250;, + 0.453125; 0.765625;, + 0.250000; 0.765625;, + 0.453125; 0.765625;, + 0.562500; 0.765625;, + 0.562500; 0.921875;, + 0.453125; 0.921875;, + 0.250000; 0.000000;, + 0.453125; 0.000000;, + 0.453125; 0.156250;, + 0.250000; 0.156250;, + 0.562500; 0.765625;, + 0.562500; 0.156250;, + 0.718750; 0.156250;, + 0.718750; 0.765625;, + 0.453125; 0.765625;, + 0.453125; 0.156250;, + 0.562500; 0.156250;, + 0.562500; 0.765625;, + 0.250000; 0.156250;, + 0.156250; 0.156250;, + 0.156250; 0.000000;, + 0.250000; 0.000000;, + 0.453125; 0.156250;, + 0.453125; 0.000000;, + 0.562500; 0.000000;, + 0.562500; 0.156250;; + } // End of glass UV coordinates + } // End of glass mesh + } // End of glass +} // End of Root +AnimationSet Global { + Animation { + {blade} + AnimationKey { // Rotation + 0; + 12; + 0;4;-0.923880, 0.000000, 0.000000,-0.382683;;, + 1;4;-0.972370, 0.000000, 0.000000,-0.233445;;, + 2;4;-0.996917, 0.000000, 0.000000,-0.078459;;, + 3;4;-0.996917, 0.000000, 0.000000, 0.078459;;, + 4;4;-0.972370, 0.000000, 0.000000, 0.233445;;, + 5;4;-0.923880, 0.000000, 0.000000, 0.382683;;, + 6;4;-0.852640, 0.000000, 0.000000, 0.522498;;, + 7;4;-0.760406, 0.000000, 0.000000, 0.649448;;, + 8;4;-0.649448, 0.000000, 0.000000, 0.760406;;, + 9;4;-0.522499, 0.000000, 0.000000, 0.852640;;, + 10;4;-0.382684, 0.000000, 0.000000, 0.923880;;, + 11;4;-0.233446, 0.000000, 0.000000, 0.972370;;; + } + AnimationKey { // Scale + 1; + 12; + 0;3; 1.000000, 1.000000, 1.000000;;, + 1;3; 1.000000, 1.000000, 1.000000;;, + 2;3; 1.000000, 1.000000, 1.000000;;, + 3;3; 1.000000, 1.000000, 1.000000;;, + 4;3; 1.000000, 1.000000, 1.000000;;, + 5;3; 1.000000, 1.000000, 1.000000;;, + 6;3; 1.000000, 1.000000, 1.000000;;, + 7;3; 1.000000, 1.000000, 1.000000;;, + 8;3; 1.000000, 1.000000, 1.000000;;, + 9;3; 1.000000, 1.000000, 1.000000;;, + 10;3; 1.000000, 1.000000, 1.000000;;, + 11;3; 1.000000, 1.000000, 1.000000;;; + } + AnimationKey { // Position + 2; + 12; + 0;3; 0.066270, 0.155000,23.948601;;, + 1;3; 0.066270, 0.155000,23.948601;;, + 2;3; 0.066270, 0.155000,23.948601;;, + 3;3; 0.066270, 0.155000,23.948601;;, + 4;3; 0.066270, 0.155000,23.948601;;, + 5;3; 0.066270, 0.155000,23.948601;;, + 6;3; 0.066270, 0.155000,23.948601;;, + 7;3; 0.066270, 0.155000,23.948601;;, + 8;3; 0.066270, 0.155000,23.948601;;, + 9;3; 0.066270, 0.155000,23.948601;;, + 10;3; 0.066270, 0.155000,23.948601;;, + 11;3; 0.066270, 0.155000,23.948601;;; + } + } + Animation { + {blade_back} + AnimationKey { // Rotation + 0; + 12; + 0;4;-1.000000, 0.000000, 0.000000, 0.000000;;, + 1;4;-0.987688,-0.156434,-0.000000, 0.000000;;, + 2;4;-0.951057,-0.309017,-0.000000, 0.000000;;, + 3;4;-0.891007,-0.453991,-0.000000, 0.000000;;, + 4;4;-0.809017,-0.587785,-0.000000, 0.000000;;, + 5;4;-0.707107,-0.707107,-0.000000, 0.000000;;, + 6;4;-0.587785,-0.809017,-0.000000, 0.000000;;, + 7;4;-0.453990,-0.891007,-0.000000, 0.000000;;, + 8;4;-0.309017,-0.951057,-0.000000, 0.000000;;, + 9;4;-0.156434,-0.987688,-0.000000, 0.000000;;, + 10;4; 0.000000,-1.000000,-0.000000,-0.000000;;, + 11;4; 0.156435,-0.987688,-0.000000,-0.000000;;; + } + AnimationKey { // Scale + 1; + 12; + 0;3; 0.364074, 0.364074, 0.364074;;, + 1;3; 0.364074, 0.364074, 0.364074;;, + 2;3; 0.364074, 0.364074, 0.364074;;, + 3;3; 0.364074, 0.364074, 0.364074;;, + 4;3; 0.364074, 0.364074, 0.364074;;, + 5;3; 0.364074, 0.364074, 0.364074;;, + 6;3; 0.364074, 0.364074, 0.364074;;, + 7;3; 0.364074, 0.364074, 0.364074;;, + 8;3; 0.364074, 0.364074, 0.364074;;, + 9;3; 0.364074, 0.364074, 0.364074;;, + 10;3; 0.364074, 0.364074, 0.364074;;, + 11;3; 0.364074, 0.364074, 0.364074;;; + } + AnimationKey { // Position + 2; + 12; + 0;3; 1.522937,-17.349216,17.075975;;, + 1;3; 1.522937,-17.349216,17.075975;;, + 2;3; 1.522937,-17.349216,17.075975;;, + 3;3; 1.522937,-17.349216,17.075975;;, + 4;3; 1.522937,-17.349216,17.075975;;, + 5;3; 1.522937,-17.349216,17.075975;;, + 6;3; 1.522937,-17.349216,17.075975;;, + 7;3; 1.522937,-17.349216,17.075975;;, + 8;3; 1.522937,-17.349216,17.075975;;, + 9;3; 1.522937,-17.349216,17.075975;;, + 10;3; 1.522937,-17.349216,17.075975;;, + 11;3; 1.522937,-17.349216,17.075975;;; + } + } + Animation { + {cabin} + AnimationKey { // Rotation + 0; + 12; + 0;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 1;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 2;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 3;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 4;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 5;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 6;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 7;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 8;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 9;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 10;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 11;4;-0.707107, 0.000000, 0.000000, 0.707107;;; + } + AnimationKey { // Scale + 1; + 12; + 0;3; 0.849808, 0.849808, 0.849808;;, + 1;3; 0.849808, 0.849808, 0.849808;;, + 2;3; 0.849808, 0.849808, 0.849808;;, + 3;3; 0.849808, 0.849808, 0.849808;;, + 4;3; 0.849808, 0.849808, 0.849808;;, + 5;3; 0.849808, 0.849808, 0.849808;;, + 6;3; 0.849808, 0.849808, 0.849808;;, + 7;3; 0.849808, 0.849808, 0.849808;;, + 8;3; 0.849808, 0.849808, 0.849808;;, + 9;3; 0.849808, 0.849808, 0.849808;;, + 10;3; 0.849808, 0.849808, 0.849808;;, + 11;3; 0.849808, 0.849808, 0.849808;;; + } + AnimationKey { // Position + 2; + 12; + 0;3; 0.103012, 0.077333, 5.824100;;, + 1;3; 0.103012, 0.077333, 5.824100;;, + 2;3; 0.103012, 0.077333, 5.824100;;, + 3;3; 0.103012, 0.077333, 5.824100;;, + 4;3; 0.103012, 0.077333, 5.824100;;, + 5;3; 0.103012, 0.077333, 5.824100;;, + 6;3; 0.103012, 0.077333, 5.824100;;, + 7;3; 0.103012, 0.077333, 5.824100;;, + 8;3; 0.103012, 0.077333, 5.824100;;, + 9;3; 0.103012, 0.077333, 5.824100;;, + 10;3; 0.103012, 0.077333, 5.824100;;, + 11;3; 0.103012, 0.077333, 5.824100;;; + } + } + Animation { + {glass} + AnimationKey { // Rotation + 0; + 12; + 0;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 1;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 2;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 3;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 4;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 5;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 6;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 7;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 8;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 9;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 10;4;-0.707107, 0.000000, 0.000000, 0.707107;;, + 11;4;-0.707107, 0.000000, 0.000000, 0.707107;;; + } + AnimationKey { // Scale + 1; + 12; + 0;3; 0.849808, 0.849808, 0.849808;;, + 1;3; 0.849808, 0.849808, 0.849808;;, + 2;3; 0.849808, 0.849808, 0.849808;;, + 3;3; 0.849808, 0.849808, 0.849808;;, + 4;3; 0.849808, 0.849808, 0.849808;;, + 5;3; 0.849808, 0.849808, 0.849808;;, + 6;3; 0.849808, 0.849808, 0.849808;;, + 7;3; 0.849808, 0.849808, 0.849808;;, + 8;3; 0.849808, 0.849808, 0.849808;;, + 9;3; 0.849808, 0.849808, 0.849808;;, + 10;3; 0.849808, 0.849808, 0.849808;;, + 11;3; 0.849808, 0.849808, 0.849808;;; + } + AnimationKey { // Position + 2; + 12; + 0;3; 0.060377, 0.077333, 6.492611;;, + 1;3; 0.060377, 0.077333, 6.492611;;, + 2;3; 0.060377, 0.077333, 6.492611;;, + 3;3; 0.060377, 0.077333, 6.492611;;, + 4;3; 0.060377, 0.077333, 6.492611;;, + 5;3; 0.060377, 0.077333, 6.492611;;, + 6;3; 0.060377, 0.077333, 6.492611;;, + 7;3; 0.060377, 0.077333, 6.492611;;, + 8;3; 0.060377, 0.077333, 6.492611;;, + 9;3; 0.060377, 0.077333, 6.492611;;, + 10;3; 0.060377, 0.077333, 6.492611;;, + 11;3; 0.060377, 0.077333, 6.492611;;; + } + } +} // End of AnimationSet Global diff --git a/mods/transport/helicopter/models/root.x b/mods/transport/helicopter/models/root.x new file mode 100644 index 00000000..f8f3fb67 --- /dev/null +++ b/mods/transport/helicopter/models/root.x @@ -0,0 +1,10 @@ +xof 0303txt 0032 + +Frame Root { + FrameTransformMatrix { + 1.000000, 0.000000, 0.000000, 0.000000, + 0.000000,-0.000000, 1.000000, 0.000000, + 0.000000, 1.000000, 0.000000, 0.000000, + 0.000000, 0.000000, 0.000000, 1.000000;; + } +} // End of Root diff --git a/mods/transport/helicopter/sounds/helicopter_motor.ogg b/mods/transport/helicopter/sounds/helicopter_motor.ogg new file mode 100644 index 00000000..298a3977 Binary files /dev/null and b/mods/transport/helicopter/sounds/helicopter_motor.ogg differ diff --git a/mods/transport/helicopter/textures/Glass.png b/mods/transport/helicopter/textures/Glass.png new file mode 100644 index 00000000..82a389ca Binary files /dev/null and b/mods/transport/helicopter/textures/Glass.png differ diff --git a/mods/transport/helicopter/textures/blades.png b/mods/transport/helicopter/textures/blades.png new file mode 100644 index 00000000..6d3a6a29 Binary files /dev/null and b/mods/transport/helicopter/textures/blades.png differ diff --git a/mods/transport/helicopter/textures/blades_inv.png b/mods/transport/helicopter/textures/blades_inv.png new file mode 100644 index 00000000..6d3a6a29 Binary files /dev/null and b/mods/transport/helicopter/textures/blades_inv.png differ diff --git a/mods/transport/helicopter/textures/cabin_inv.png b/mods/transport/helicopter/textures/cabin_inv.png new file mode 100644 index 00000000..83600e9f Binary files /dev/null and b/mods/transport/helicopter/textures/cabin_inv.png differ diff --git a/mods/transport/helicopter/textures/heli.png b/mods/transport/helicopter/textures/heli.png new file mode 100644 index 00000000..eccc5aec Binary files /dev/null and b/mods/transport/helicopter/textures/heli.png differ diff --git a/mods/transport/helicopter/textures/heli_inv.png b/mods/transport/helicopter/textures/heli_inv.png new file mode 100644 index 00000000..738d531b Binary files /dev/null and b/mods/transport/helicopter/textures/heli_inv.png differ