-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: a45398d687b271c916f2cff819a3650cebe6e6c9:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit a45398d687b271c916f2cff819a3650cebe6e6c9
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Wed Apr 5 10:04:10 2017 -0700

    Added daydream controller model files

diff --git a/media/assets/controllers/daydream/LICENSE b/media/assets/controllers/daydream/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..9cecc1d4669ee8af2ca727a5d8cde10cd8b2d7cc
--- /dev/null
+++ b/media/assets/controllers/daydream/LICENSE
@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  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
+them 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 prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  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.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey 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;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If 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 convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU 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 that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  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.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+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.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     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
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    {one line to give the program's name and a brief idea of what it does.}
+    Copyright (C) {year}  {name of author}
+
+    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 3 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, see <http://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    {project}  Copyright (C) {year}  {fullname}
+    This program 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, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<http://www.gnu.org/licenses/>.
+
+  The GNU 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.  But first, please read
+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/media/assets/controllers/daydream/README.md b/media/assets/controllers/daydream/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..eb025da477e79cbbe2965f6e9f9dc00553bc88ba
--- /dev/null
+++ b/media/assets/controllers/daydream/README.md
@@ -0,0 +1,12 @@
+# VR-Controller-Daydream
+3D Model of Google Daydream Controller
+
+This is a 3D model of the Google Daydream Controller. The model is a low poly model and was created from rje's model on Sketchfab - https://sketchfab.com/models/c1944c64e06544babc90e9d0aa953551# under the CC Attribution license.
+
+I have modified it to have separate objects for all the buttons and have re-textured. This was created specifically for the A-Frame project (http://aframe.io) but is free for use as long as you include this README and also attribute rje as requested.
+
+![Rendered Image](https://github.com/TechnoBuddhist/VR-Controller-Daydream/blob/master/vr_controller_daydream_render.png)
+
+Enjoy!
+
+
diff --git a/media/assets/controllers/daydream/vr_controller_daydream.mtl b/media/assets/controllers/daydream/vr_controller_daydream.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..6f8e26755735671521f56a0bb777839e8347286d
--- /dev/null
+++ b/media/assets/controllers/daydream/vr_controller_daydream.mtl
@@ -0,0 +1,63 @@
+# Blender MTL File: 'daydream4.blend'
+# Material Count: 6
+
+newmtl MatAppButton
+Ns 96.078431
+Ka 1.000000 1.000000 1.000000
+Kd 0.640000 0.640000 0.640000
+Ks 0.002000 0.002000 0.002000
+Ke 0.000000 0.000000 0.000000
+Ni 1.000000
+d 1.000000
+illum 2
+
+newmtl MatBody
+Ns 96.078431
+Ka 1.000000 1.000000 1.000000
+Kd 0.640000 0.640000 0.640000
+Ks 0.002000 0.002000 0.002000
+Ke 0.000000 0.000000 0.000000
+Ni 1.000000
+d 1.000000
+illum 2
+map_Kd vr_controller_daydream_tex.png
+
+newmtl MatHomeButton
+Ns 96.078431
+Ka 1.000000 1.000000 1.000000
+Kd 0.640000 0.640000 0.640000
+Ks 0.002000 0.002000 0.002000
+Ke 0.000000 0.000000 0.000000
+Ni 1.000000
+d 1.000000
+illum 2
+
+newmtl MatTouchpad
+Ns 96.078431
+Ka 1.000000 1.000000 1.000000
+Kd 0.640000 0.640000 0.640000
+Ks 0.002000 0.002000 0.002000
+Ke 0.000000 0.000000 0.000000
+Ni 1.000000
+d 1.000000
+illum 2
+
+newmtl MatVolDownBut
+Ns 96.078431
+Ka 1.000000 1.000000 1.000000
+Kd 0.640000 0.640000 0.640000
+Ks 0.002000 0.002000 0.002000
+Ke 0.000000 0.000000 0.000000
+Ni 1.000000
+d 1.000000
+illum 2
+
+newmtl MatVolUpBut
+Ns 96.078431
+Ka 1.000000 1.000000 1.000000
+Kd 0.640000 0.640000 0.640000
+Ks 0.002000 0.002000 0.002000
+Ke 0.000000 0.000000 0.000000
+Ni 1.000000
+d 1.000000
+illum 2
diff --git a/media/assets/controllers/daydream/vr_controller_daydream.obj b/media/assets/controllers/daydream/vr_controller_daydream.obj
new file mode 100644
index 0000000000000000000000000000000000000000..21d4b08e240b0cc49d9e4cda2916f8f1372bfdf9
--- /dev/null
+++ b/media/assets/controllers/daydream/vr_controller_daydream.obj
@@ -0,0 +1,3629 @@
+# Blender v2.78 (sub 0) OBJ File: 'daydream4.blend'
+# www.blender.org
+mtllib vr_controller_daydream.mtl
+o Body_Body_Cylinder
+v 0.014046 0.007007 -0.045750
+v 0.015607 0.007007 -0.042856
+v 0.016569 0.007007 -0.039715
+v 0.016893 0.007007 -0.036450
+v 0.016893 0.007007 0.033304
+v 0.016569 0.007007 0.036689
+v 0.015607 0.007007 0.039944
+v 0.014046 0.007007 0.042943
+v 0.011945 0.007007 0.045573
+v 0.009385 0.007007 0.047730
+v 0.006465 0.007007 0.049334
+v 0.003296 0.007007 0.050321
+v 0.000000 0.007007 0.050654
+v -0.003296 0.007007 0.050321
+v -0.006465 0.007007 0.049334
+v -0.009385 0.007007 0.047730
+v -0.011945 0.007007 0.045573
+v -0.014046 0.007007 0.042943
+v -0.015607 0.007007 0.039944
+v -0.016569 0.007007 0.036689
+v -0.016893 0.007007 0.033304
+v -0.016893 0.007007 -0.036450
+v -0.016569 0.007007 -0.039715
+v -0.015607 0.007007 -0.042856
+v -0.014046 0.007007 -0.045750
+v -0.011945 0.007007 -0.048287
+v -0.009385 0.007007 -0.050369
+v -0.006465 0.007007 -0.051916
+v -0.003296 0.007007 -0.052869
+v 0.000000 0.007007 -0.053190
+v 0.003296 0.007007 -0.052869
+v 0.006465 0.007007 -0.051916
+v 0.009385 0.007007 -0.050369
+v 0.011945 0.007007 -0.048287
+v 0.009383 0.005756 0.047803
+v 0.006463 0.005756 0.049410
+v 0.006339 0.004666 0.049410
+v 0.009203 0.004173 0.047803
+v 0.011942 0.005756 0.045640
+v 0.011713 0.003742 0.045640
+v 0.014043 0.005756 0.043005
+v 0.013773 0.003388 0.043005
+v 0.015603 0.005756 0.039998
+v 0.015304 0.003125 0.039998
+v 0.016564 0.005756 0.036736
+v 0.016246 0.002963 0.036736
+v 0.016889 0.005756 0.033344
+v 0.016564 0.002908 0.033344
+v 0.003295 0.005756 0.050399
+v 0.000000 0.005756 0.050733
+v 0.003232 0.005200 0.050399
+v 0.003044 0.004666 0.050399
+v 0.005971 0.003618 0.049410
+v 0.008669 0.002652 0.047803
+v 0.011033 0.001806 0.045640
+v 0.012974 0.001111 0.043005
+v 0.014416 0.000595 0.039998
+v 0.015304 0.000277 0.036736
+v 0.015603 0.000170 0.033344
+v 0.011676 -0.000987 0.043005
+v 0.012974 -0.001737 0.039998
+v 0.013773 -0.002198 0.036736
+v 0.014043 -0.002354 0.033344
+v 0.002740 0.004173 0.050399
+v 0.005374 0.002652 0.049410
+v 0.007802 0.001250 0.047803
+v 0.009930 0.000021 0.045640
+v 0.002330 0.003742 0.050399
+v 0.004570 0.001806 0.049410
+v 0.006635 0.000021 0.047803
+v 0.008444 -0.001543 0.045640
+v 0.009930 -0.002826 0.043005
+v 0.011033 -0.003780 0.039998
+v 0.011713 -0.004367 0.036736
+v 0.011942 -0.004566 0.033344
+v 0.007802 -0.004336 0.043005
+v 0.008669 -0.005457 0.039998
+v 0.009203 -0.006148 0.036736
+v 0.009383 -0.006381 0.033344
+v 0.001831 0.003388 0.050399
+v 0.003591 0.001111 0.049410
+v 0.005213 -0.000987 0.047803
+v 0.006635 -0.002826 0.045640
+v 0.002473 0.000595 0.049410
+v 0.003591 -0.001737 0.047803
+v 0.004570 -0.003780 0.045640
+v 0.005374 -0.005457 0.043005
+v 0.005971 -0.006703 0.039998
+v 0.006339 -0.007471 0.036736
+v 0.006463 -0.007730 0.033344
+v 0.001261 0.003125 0.050399
+v 0.003044 -0.007471 0.039998
+v 0.003232 -0.008285 0.036736
+v 0.003295 -0.008560 0.033344
+v 0.000643 0.002963 0.050399
+v 0.001261 0.000277 0.049410
+v 0.001831 -0.002198 0.047803
+v 0.002330 -0.004367 0.045640
+v 0.002740 -0.006148 0.043005
+v 0.000000 0.000170 0.049410
+v 0.000000 -0.002354 0.047803
+v 0.000000 -0.004566 0.045640
+v 0.000000 -0.006381 0.043005
+v 0.000000 -0.007730 0.039998
+v 0.000000 -0.008560 0.036736
+v 0.000000 -0.008841 0.033344
+v 0.000000 0.002908 0.050399
+v 0.015603 0.005756 -0.042908
+v 0.016564 0.005756 -0.039761
+v 0.016246 0.002963 -0.039761
+v 0.015304 0.003125 -0.042908
+v 0.014043 0.005756 -0.045809
+v 0.013773 0.003388 -0.045809
+v 0.011942 0.005756 -0.048352
+v 0.011713 0.003742 -0.048352
+v 0.009383 0.005756 -0.050439
+v 0.009203 0.004174 -0.050439
+v 0.006463 0.005756 -0.051989
+v 0.006339 0.004666 -0.051989
+v 0.003295 0.005756 -0.052944
+v 0.003232 0.005200 -0.052944
+v 0.000000 0.005756 -0.053267
+v 0.016889 0.005756 -0.036488
+v 0.016564 0.002908 -0.036488
+v 0.003044 0.004666 -0.052944
+v 0.015603 0.000170 -0.036488
+v 0.015304 0.000277 -0.039761
+v 0.014416 0.000595 -0.042908
+v 0.012974 0.001111 -0.045809
+v 0.011033 0.001806 -0.048352
+v 0.008669 0.002652 -0.050439
+v 0.005971 0.003618 -0.051989
+v 0.009930 0.000021 -0.048352
+v 0.007802 0.001250 -0.050439
+v 0.005374 0.002652 -0.051989
+v 0.002740 0.004174 -0.052944
+v 0.014043 -0.002354 -0.036488
+v 0.013773 -0.002198 -0.039761
+v 0.012974 -0.001737 -0.042908
+v 0.011676 -0.000987 -0.045809
+v 0.011713 -0.004367 -0.039761
+v 0.011033 -0.003780 -0.042908
+v 0.009930 -0.002826 -0.045809
+v 0.008444 -0.001543 -0.048352
+v 0.006635 0.000021 -0.050439
+v 0.004570 0.001806 -0.051989
+v 0.002330 0.003742 -0.052944
+v 0.011942 -0.004566 -0.036488
+v 0.005213 -0.000987 -0.050439
+v 0.003591 0.001111 -0.051989
+v 0.001831 0.003388 -0.052944
+v 0.009383 -0.006381 -0.036488
+v 0.009203 -0.006148 -0.039761
+v 0.008669 -0.005457 -0.042908
+v 0.007802 -0.004336 -0.045809
+v 0.006635 -0.002826 -0.048352
+v 0.006339 -0.007471 -0.039761
+v 0.005971 -0.006703 -0.042908
+v 0.005374 -0.005457 -0.045809
+v 0.004570 -0.003780 -0.048352
+v 0.003591 -0.001737 -0.050439
+v 0.002473 0.000595 -0.051989
+v 0.001261 0.003125 -0.052944
+v 0.006463 -0.007730 -0.036488
+v 0.001831 -0.002198 -0.050439
+v 0.001261 0.000277 -0.051989
+v 0.000643 0.002963 -0.052944
+v 0.003295 -0.008560 -0.036488
+v 0.003232 -0.008285 -0.039761
+v 0.003044 -0.007471 -0.042908
+v 0.002740 -0.006148 -0.045809
+v 0.002330 -0.004367 -0.048352
+v 0.000000 -0.007730 -0.042908
+v 0.000000 -0.006381 -0.045809
+v 0.000000 -0.004566 -0.048352
+v 0.000000 -0.002354 -0.050439
+v 0.000000 0.000170 -0.051989
+v 0.000000 0.002908 -0.052944
+v 0.000000 -0.008841 -0.036488
+v 0.000000 -0.008560 -0.039761
+v 0.008724 0.005756 -0.049376
+v 0.011103 0.005756 -0.047362
+v 0.006009 0.005756 -0.050873
+v 0.006009 0.005756 0.048253
+v 0.003063 0.005756 0.049208
+v 0.015702 0.005756 -0.035908
+v 0.015702 0.005756 0.032742
+v 0.003063 0.005756 -0.051795
+v 0.008724 0.005756 0.046701
+v 0.015401 0.005756 -0.039067
+v 0.011103 0.005756 0.044614
+v 0.013056 0.005756 0.042069
+v 0.014507 0.005756 0.039167
+v 0.015401 0.005756 0.036017
+v 0.000000 0.005756 0.049531
+v 0.000000 0.005756 -0.052106
+v 0.014507 0.005756 -0.042106
+v 0.013056 0.005756 -0.044907
+v 0.013056 0.006389 -0.044907
+v 0.014507 0.006389 -0.042106
+v 0.014507 0.006389 0.039167
+v 0.013056 0.006389 0.042069
+v 0.011103 0.006389 -0.047362
+v 0.015401 0.006389 0.036017
+v 0.008724 0.006389 -0.049376
+v 0.015702 0.006389 0.032742
+v 0.015702 0.006389 -0.035908
+v 0.006009 0.006389 -0.050873
+v 0.003063 0.006389 -0.051795
+v 0.006009 0.006389 0.048253
+v 0.003063 0.006389 0.049208
+v 0.000000 0.006389 0.049531
+v 0.008724 0.006389 0.046701
+v 0.000000 0.006389 -0.052106
+v 0.011103 0.006389 0.044614
+v 0.015401 0.006389 -0.039067
+v 0.011945 0.009159 0.045573
+v 0.009385 0.009159 0.047730
+v 0.015607 0.009159 -0.042856
+v 0.016569 0.009159 -0.039715
+v 0.014046 0.009159 0.042943
+v 0.016893 0.009159 -0.036450
+v 0.014046 0.009159 -0.045750
+v 0.015607 0.009159 0.039944
+v 0.011945 0.009159 -0.048287
+v 0.016569 0.009159 0.036689
+v 0.009385 0.009159 -0.050369
+v 0.016893 0.009159 0.033304
+v 0.016893 0.009159 -0.031845
+v 0.016893 0.009159 -0.017815
+v 0.016893 0.009159 0.000820
+v 0.016900 0.008972 0.017062
+v 0.006465 0.009159 -0.051916
+v 0.003296 0.009159 -0.052869
+v 0.006465 0.009159 0.049334
+v 0.003296 0.009159 0.050321
+v 0.000000 0.009159 0.050654
+v 0.000000 0.009159 -0.053190
+v 0.016210 0.009157 -0.039123
+v 0.016528 0.009157 -0.035779
+v 0.015270 0.009157 -0.042338
+v 0.013742 0.009157 -0.045301
+v 0.011687 0.009157 -0.047898
+v 0.009182 0.009157 -0.050030
+v 0.006325 0.009157 -0.051613
+v 0.003224 0.009157 -0.052589
+v 0.000000 0.009157 -0.052918
+v 0.006481 0.009130 -0.008954
+v 0.006376 0.009075 -0.008929
+v 0.006501 0.009075 -0.007614
+v 0.006591 0.009129 -0.007607
+v 0.006091 0.009129 -0.010240
+v 0.006006 0.009075 -0.010193
+v 0.005487 0.009130 -0.011415
+v 0.005359 0.009058 -0.011324
+v 0.004609 0.009122 -0.012405
+v 0.004502 0.009042 -0.012288
+v -0.000001 0.009118 -0.014363
+v 0.000018 0.008999 -0.014134
+v 0.001221 0.009017 -0.013998
+v 0.001268 0.009118 -0.014227
+v 0.003619 0.009122 -0.013243
+v 0.003521 0.009036 -0.013087
+v 0.002488 0.009120 -0.013852
+v 0.002420 0.009033 -0.013683
+v 0.002587 0.009158 -0.001379
+v 0.002447 0.009040 -0.001513
+v 0.001252 0.009056 -0.001175
+v 0.001304 0.009158 -0.000975
+v 0.003625 0.009120 -0.001923
+v 0.003555 0.009049 -0.002094
+v 0.004661 0.009120 -0.002804
+v 0.004528 0.009051 -0.002913
+v 0.005488 0.009130 -0.003776
+v 0.005405 0.009075 -0.003868
+v 0.006119 0.009130 -0.005002
+v 0.006006 0.009075 -0.005034
+v 0.006447 0.009127 -0.006291
+v 0.006376 0.009075 -0.006298
+v 0.000000 0.009060 -0.001055
+v -0.000029 0.009158 -0.000839
+v 0.008447 0.009159 0.033304
+v 0.000000 0.009159 0.033304
+v 0.003224 0.009157 -0.018969
+v 0.000000 0.009157 -0.018640
+v 0.006325 0.009157 -0.019944
+v 0.000000 0.009158 0.002747
+v 0.001334 0.009158 0.002883
+v 0.002616 0.009158 0.003287
+v 0.003798 0.009158 0.003942
+v 0.004834 0.009158 0.004823
+v 0.005684 0.009158 0.005898
+v 0.006316 0.009158 0.007123
+v 0.006705 0.009158 0.008453
+v 0.000000 0.009158 0.016925
+v 0.001334 0.009158 0.016789
+v 0.002616 0.009158 0.016385
+v 0.009182 0.009157 -0.021528
+v 0.011687 0.009157 -0.023660
+v 0.003798 0.009158 0.015730
+v 0.004834 0.009158 0.014849
+v 0.005684 0.008581 0.013774
+v 0.006316 0.009158 0.012549
+v 0.006705 0.009158 0.011219
+v 0.006836 0.009158 0.009836
+v 0.013742 0.009157 -0.026257
+v 0.015270 0.009157 -0.029220
+v 0.016210 0.009157 -0.032435
+v -0.009383 0.005756 0.047803
+v -0.009203 0.004173 0.047803
+v -0.006339 0.004666 0.049410
+v -0.006463 0.005756 0.049410
+v -0.011942 0.005756 0.045640
+v -0.011713 0.003742 0.045640
+v -0.014043 0.005756 0.043005
+v -0.013773 0.003388 0.043005
+v -0.015603 0.005756 0.039998
+v -0.015304 0.003125 0.039998
+v -0.016564 0.005756 0.036736
+v -0.016246 0.002963 0.036736
+v -0.016889 0.005756 0.033344
+v -0.016564 0.002908 0.033344
+v -0.003295 0.005756 0.050399
+v -0.003232 0.005200 0.050399
+v -0.005971 0.003618 0.049410
+v -0.003044 0.004666 0.050399
+v -0.008669 0.002652 0.047803
+v -0.011033 0.001806 0.045640
+v -0.012974 0.001111 0.043005
+v -0.014416 0.000595 0.039998
+v -0.015304 0.000277 0.036736
+v -0.015603 0.000170 0.033344
+v -0.012974 -0.001737 0.039998
+v -0.011676 -0.000987 0.043005
+v -0.013773 -0.002198 0.036736
+v -0.014043 -0.002354 0.033344
+v -0.002740 0.004173 0.050399
+v -0.005374 0.002652 0.049410
+v -0.007802 0.001250 0.047803
+v -0.009930 0.000021 0.045640
+v -0.004570 0.001806 0.049410
+v -0.002330 0.003742 0.050399
+v -0.006635 0.000021 0.047803
+v -0.008444 -0.001543 0.045640
+v -0.009930 -0.002826 0.043005
+v -0.011033 -0.003780 0.039998
+v -0.011713 -0.004367 0.036736
+v -0.011942 -0.004566 0.033344
+v -0.008669 -0.005457 0.039998
+v -0.007802 -0.004336 0.043005
+v -0.009203 -0.006148 0.036736
+v -0.009383 -0.006381 0.033344
+v -0.001831 0.003388 0.050399
+v -0.003591 0.001111 0.049410
+v -0.005213 -0.000987 0.047803
+v -0.006635 -0.002826 0.045640
+v -0.003591 -0.001737 0.047803
+v -0.002473 0.000595 0.049410
+v -0.004570 -0.003780 0.045640
+v -0.005374 -0.005457 0.043005
+v -0.005971 -0.006703 0.039998
+v -0.006339 -0.007471 0.036736
+v -0.006463 -0.007730 0.033344
+v -0.001261 0.003125 0.050399
+v -0.003232 -0.008285 0.036736
+v -0.003044 -0.007471 0.039998
+v -0.003295 -0.008560 0.033344
+v -0.000643 0.002963 0.050399
+v -0.001261 0.000277 0.049410
+v -0.001831 -0.002198 0.047803
+v -0.002330 -0.004367 0.045640
+v -0.002740 -0.006148 0.043005
+v -0.015603 0.005756 -0.042908
+v -0.015304 0.003125 -0.042908
+v -0.016246 0.002963 -0.039761
+v -0.016564 0.005756 -0.039761
+v -0.014043 0.005756 -0.045809
+v -0.013773 0.003388 -0.045809
+v -0.011942 0.005756 -0.048352
+v -0.011713 0.003742 -0.048352
+v -0.009383 0.005756 -0.050439
+v -0.009203 0.004174 -0.050439
+v -0.006463 0.005756 -0.051989
+v -0.006339 0.004666 -0.051989
+v -0.003295 0.005756 -0.052944
+v -0.003232 0.005200 -0.052944
+v -0.016564 0.002908 -0.036488
+v -0.016889 0.005756 -0.036488
+v -0.003044 0.004666 -0.052944
+v -0.015304 0.000277 -0.039761
+v -0.015603 0.000170 -0.036488
+v -0.014416 0.000595 -0.042908
+v -0.012974 0.001111 -0.045809
+v -0.011033 0.001806 -0.048352
+v -0.008669 0.002652 -0.050439
+v -0.005971 0.003618 -0.051989
+v -0.007802 0.001250 -0.050439
+v -0.009930 0.000021 -0.048352
+v -0.005374 0.002652 -0.051989
+v -0.002740 0.004174 -0.052944
+v -0.013773 -0.002198 -0.039761
+v -0.014043 -0.002354 -0.036488
+v -0.012974 -0.001737 -0.042908
+v -0.011676 -0.000987 -0.045809
+v -0.011033 -0.003780 -0.042908
+v -0.011713 -0.004367 -0.039761
+v -0.009930 -0.002826 -0.045809
+v -0.008444 -0.001543 -0.048352
+v -0.006635 0.000021 -0.050439
+v -0.004570 0.001806 -0.051989
+v -0.002330 0.003742 -0.052944
+v -0.011942 -0.004566 -0.036488
+v -0.003591 0.001111 -0.051989
+v -0.005213 -0.000987 -0.050439
+v -0.001831 0.003388 -0.052944
+v -0.009203 -0.006148 -0.039761
+v -0.009383 -0.006381 -0.036488
+v -0.008669 -0.005457 -0.042908
+v -0.007802 -0.004336 -0.045809
+v -0.006635 -0.002826 -0.048352
+v -0.005971 -0.006703 -0.042908
+v -0.006339 -0.007471 -0.039761
+v -0.005374 -0.005457 -0.045809
+v -0.004570 -0.003780 -0.048352
+v -0.003591 -0.001737 -0.050439
+v -0.002473 0.000595 -0.051989
+v -0.001261 0.003125 -0.052944
+v -0.006463 -0.007730 -0.036488
+v -0.001261 0.000277 -0.051989
+v -0.001831 -0.002198 -0.050439
+v -0.000643 0.002963 -0.052944
+v -0.003232 -0.008285 -0.039761
+v -0.003295 -0.008560 -0.036488
+v -0.003044 -0.007471 -0.042908
+v -0.002740 -0.006148 -0.045809
+v -0.002330 -0.004367 -0.048352
+v -0.011103 0.005756 -0.047362
+v -0.008724 0.005756 -0.049376
+v -0.006009 0.005756 -0.050873
+v -0.003063 0.005756 0.049208
+v -0.006009 0.005756 0.048253
+v -0.015702 0.005756 0.032742
+v -0.015702 0.005756 -0.035908
+v -0.003063 0.005756 -0.051795
+v -0.008724 0.005756 0.046701
+v -0.015401 0.005756 -0.039067
+v -0.011103 0.005756 0.044614
+v -0.013056 0.005756 0.042069
+v -0.014507 0.005756 0.039167
+v -0.015401 0.005756 0.036018
+v -0.014507 0.005756 -0.042106
+v -0.013056 0.005756 -0.044907
+v -0.014507 0.006389 -0.042106
+v -0.013056 0.006389 -0.044907
+v -0.013056 0.006389 0.042069
+v -0.014507 0.006389 0.039167
+v -0.011103 0.006389 -0.047362
+v -0.015401 0.006389 0.036018
+v -0.008724 0.006389 -0.049376
+v -0.015702 0.006389 0.032742
+v -0.015702 0.006389 -0.035908
+v -0.006009 0.006389 -0.050873
+v -0.003063 0.006389 -0.051795
+v -0.003063 0.006389 0.049208
+v -0.006009 0.006389 0.048253
+v -0.008724 0.006389 0.046701
+v -0.011103 0.006389 0.044614
+v -0.015401 0.006389 -0.039067
+v -0.009385 0.009159 0.047730
+v -0.011945 0.009159 0.045573
+v -0.016569 0.009159 -0.039715
+v -0.015607 0.009159 -0.042856
+v -0.014046 0.009159 0.042943
+v -0.016893 0.009159 -0.036450
+v -0.014046 0.009159 -0.045750
+v -0.015607 0.009159 0.039944
+v -0.011945 0.009159 -0.048287
+v -0.016569 0.009159 0.036689
+v -0.009385 0.009159 -0.050369
+v -0.016893 0.009159 0.033304
+v -0.016893 0.009159 0.017062
+v -0.016893 0.009159 0.000820
+v -0.016893 0.009159 -0.017815
+v -0.016893 0.009159 -0.031845
+v -0.006465 0.009159 -0.051916
+v -0.003296 0.009159 -0.052869
+v -0.003296 0.009159 0.050321
+v -0.006465 0.009159 0.049334
+v -0.016210 0.009157 -0.039123
+v -0.016528 0.009157 -0.035779
+v -0.015270 0.009157 -0.042338
+v -0.013742 0.009157 -0.045301
+v -0.011687 0.009157 -0.047898
+v -0.009182 0.009157 -0.050030
+v -0.006325 0.009157 -0.051613
+v -0.003224 0.009157 -0.052589
+v -0.006512 0.009134 -0.008960
+v -0.006630 0.009134 -0.007609
+v -0.006501 0.009075 -0.007614
+v -0.006376 0.009075 -0.008929
+v -0.006111 0.009132 -0.010247
+v -0.005993 0.009071 -0.010187
+v -0.005488 0.009130 -0.011419
+v -0.005290 0.009035 -0.011275
+v -0.004637 0.009126 -0.012433
+v -0.004511 0.009046 -0.012297
+v -0.001265 0.009113 -0.014199
+v -0.001250 0.009020 -0.014046
+v -0.003609 0.009119 -0.013231
+v -0.003531 0.009040 -0.013102
+v -0.002492 0.009120 -0.013861
+v -0.002416 0.009017 -0.013667
+v -0.002536 0.009158 -0.001343
+v -0.001254 0.009158 -0.000939
+v -0.001253 0.009058 -0.001186
+v -0.002421 0.009034 -0.001535
+v -0.003718 0.009158 -0.001998
+v -0.003537 0.009038 -0.002125
+v -0.004659 0.009131 -0.002774
+v -0.004531 0.009052 -0.002910
+v -0.005497 0.009133 -0.003800
+v -0.005352 0.009059 -0.003902
+v -0.006150 0.009139 -0.004973
+v -0.005946 0.009058 -0.005056
+v -0.006555 0.009140 -0.006265
+v -0.006376 0.009075 -0.006298
+v -0.008447 0.009159 0.033304
+v -0.003224 0.009157 -0.018969
+v -0.006325 0.009157 -0.019944
+v -0.001334 0.009158 0.002883
+v -0.002616 0.009158 0.003287
+v -0.003798 0.009158 0.003942
+v -0.004834 0.009158 0.004823
+v -0.005684 0.009158 0.005898
+v -0.006316 0.009158 0.007123
+v -0.006705 0.009158 0.008453
+v -0.001334 0.009158 0.016789
+v -0.002616 0.009158 0.016385
+v -0.009182 0.009157 -0.021528
+v -0.011687 0.009157 -0.023660
+v -0.003798 0.009158 0.015730
+v -0.004834 0.009158 0.014849
+v -0.005684 0.009158 0.013774
+v -0.006316 0.009158 0.012549
+v -0.006705 0.009158 0.011219
+v -0.006836 0.009158 0.009836
+v -0.013742 0.009157 -0.026257
+v -0.015270 0.009157 -0.029220
+v -0.016210 0.009157 -0.032435
+v 0.007068 0.009159 0.040585
+v -0.007068 0.009159 0.040585
+v -0.016893 0.008083 -0.001573
+v 0.016893 0.008018 -0.001570
+vt 0.7610 0.7753
+vt 0.7489 0.7521
+vt 0.7415 0.7270
+vt 0.7390 0.7009
+vt 0.7390 0.1426
+vt 0.7415 0.1156
+vt 0.7489 0.0895
+vt 0.7610 0.0655
+vt 0.7772 0.0445
+vt 0.7970 0.0272
+vt 0.8195 0.0144
+vt 0.8440 0.0065
+vt 0.8694 0.0038
+vt 0.8949 0.0065
+vt 0.9193 0.0144
+vt 0.9419 0.0272
+vt 0.9616 0.0445
+vt 0.9779 0.0655
+vt 0.9899 0.0895
+vt 0.9973 0.1156
+vt 0.9998 0.1426
+vt 0.9998 0.7009
+vt 0.9973 0.7270
+vt 0.9899 0.7521
+vt 0.9779 0.7753
+vt 0.9616 0.7956
+vt 0.9419 0.8122
+vt 0.9193 0.8246
+vt 0.8949 0.8322
+vt 0.8694 0.8348
+vt 0.8440 0.8322
+vt 0.8195 0.8246
+vt 0.7970 0.8122
+vt 0.7772 0.7956
+vt 0.1159 0.0794
+vt 0.1469 0.0625
+vt 0.1524 0.0741
+vt 0.1264 0.0941
+vt 0.0892 0.1022
+vt 0.1049 0.1175
+vt 0.0677 0.1291
+vt 0.0876 0.1431
+vt 0.0514 0.1584
+vt 0.0743 0.1699
+vt 0.0399 0.1884
+vt 0.0643 0.1971
+vt 0.0318 0.2175
+vt 0.0568 0.2245
+vt 0.1804 0.0522
+vt 0.2145 0.0495
+vt 0.1822 0.0587
+vt 0.1850 0.0646
+vt 0.1592 0.0839
+vt 0.1377 0.1059
+vt 0.1203 0.1296
+vt 0.1065 0.1542
+vt 0.0957 0.1794
+vt 0.0872 0.2048
+vt 0.0807 0.2308
+vt 0.1248 0.1630
+vt 0.1161 0.1870
+vt 0.1092 0.2112
+vt 0.1038 0.2361
+vt 0.1887 0.0696
+vt 0.1670 0.0920
+vt 0.1497 0.1154
+vt 0.1358 0.1391
+vt 0.1930 0.0738
+vt 0.1757 0.0985
+vt 0.1621 0.1227
+vt 0.1514 0.1465
+vt 0.1428 0.1699
+vt 0.1360 0.1931
+vt 0.1306 0.2165
+vt 0.1263 0.2404
+vt 0.1607 0.1750
+vt 0.1556 0.1977
+vt 0.1516 0.2205
+vt 0.1484 0.2438
+vt 0.1979 0.0771
+vt 0.1848 0.1034
+vt 0.1748 0.1283
+vt 0.1669 0.1520
+vt 0.1944 0.1069
+vt 0.1878 0.1322
+vt 0.1826 0.1558
+vt 0.1784 0.1786
+vt 0.1751 0.2009
+vt 0.1724 0.2233
+vt 0.1703 0.2462
+vt 0.2031 0.0795
+vt 0.1945 0.2029
+vt 0.1931 0.2250
+vt 0.1920 0.2477
+vt 0.2087 0.0809
+vt 0.2042 0.1091
+vt 0.2009 0.1345
+vt 0.1983 0.1581
+vt 0.1962 0.1807
+vt 0.2142 0.1098
+vt 0.2141 0.1353
+vt 0.2140 0.1589
+vt 0.2139 0.1815
+vt 0.2138 0.2035
+vt 0.2137 0.2256
+vt 0.2136 0.2482
+vt 0.2143 0.0815
+vt 0.0509 0.8423
+vt 0.0396 0.8135
+vt 0.0639 0.8047
+vt 0.0736 0.8308
+vt 0.0668 0.8705
+vt 0.0865 0.8565
+vt 0.0879 0.8966
+vt 0.1034 0.8813
+vt 0.1144 0.9185
+vt 0.1246 0.9040
+vt 0.1447 0.9351
+vt 0.1500 0.9235
+vt 0.1775 0.9447
+vt 0.1792 0.9384
+vt 0.2106 0.9475
+vt 0.0316 0.7856
+vt 0.0565 0.7785
+vt 0.1819 0.9327
+vt 0.0802 0.7722
+vt 0.0865 0.7970
+vt 0.0947 0.8213
+vt 0.1052 0.8455
+vt 0.1186 0.8693
+vt 0.1357 0.8923
+vt 0.1567 0.9138
+vt 0.1339 0.8599
+vt 0.1474 0.8830
+vt 0.1644 0.9059
+vt 0.1855 0.9278
+vt 0.1030 0.7669
+vt 0.1082 0.7906
+vt 0.1149 0.8137
+vt 0.1233 0.8368
+vt 0.1293 0.7854
+vt 0.1345 0.8078
+vt 0.1410 0.8300
+vt 0.1492 0.8526
+vt 0.1596 0.8758
+vt 0.1729 0.8995
+vt 0.1898 0.9237
+vt 0.1252 0.7627
+vt 0.1722 0.8704
+vt 0.1819 0.8947
+vt 0.1946 0.9205
+vt 0.1470 0.7594
+vt 0.1501 0.7815
+vt 0.1539 0.8033
+vt 0.1586 0.8250
+vt 0.1646 0.8473
+vt 0.1706 0.7788
+vt 0.1731 0.8002
+vt 0.1762 0.8216
+vt 0.1801 0.8436
+vt 0.1850 0.8666
+vt 0.1914 0.8913
+vt 0.1997 0.9182
+vt 0.1686 0.7570
+vt 0.1979 0.8644
+vt 0.2010 0.8892
+vt 0.2052 0.9168
+vt 0.1900 0.7557
+vt 0.1910 0.7772
+vt 0.1922 0.7984
+vt 0.1937 0.8196
+vt 0.1955 0.8414
+vt 0.2112 0.7979
+vt 0.2111 0.8190
+vt 0.2110 0.8408
+vt 0.2109 0.8637
+vt 0.2108 0.8886
+vt 0.2107 0.9163
+vt 0.2114 0.7553
+vt 0.2113 0.7768
+vt 0.1070 0.9316
+vt 0.0780 0.9072
+vt 0.1404 0.9483
+vt 0.1418 0.0482
+vt 0.1781 0.0382
+vt 0.0216 0.7829
+vt 0.0216 0.2205
+vt 0.1756 0.9578
+vt 0.1080 0.0667
+vt 0.0271 0.8133
+vt 0.0786 0.0919
+vt 0.0550 0.1221
+vt 0.0380 0.1553
+vt 0.0272 0.1890
+vt 0.2145 0.0359
+vt 0.2105 0.9601
+vt 0.0378 0.8458
+vt 0.0546 0.8779
+vt 0.0419 0.8873
+vt 0.0246 0.8519
+vt 0.0249 0.1491
+vt 0.0424 0.1127
+vt 0.0669 0.9196
+vt 0.0146 0.1856
+vt 0.0986 0.9464
+vt 0.0105 0.2191
+vt 0.0104 0.7844
+vt 0.1350 0.9645
+vt 0.1730 0.9743
+vt 0.1362 0.0317
+vt 0.1756 0.0211
+vt 0.2146 0.0181
+vt 0.0994 0.0517
+vt 0.2104 0.9768
+vt 0.0675 0.0794
+vt 0.0145 0.8166
+vt 0.0117 0.8606
+vt 0.0023 0.8234
+vt 0.0302 0.1017
+vt 0.0568 0.0665
+vt 0.0002 0.7896
+vt 0.0295 0.8978
+vt 0.0120 0.1400
+vt 0.0561 0.9321
+vt 0.0024 0.1784
+vt 0.0905 0.9601
+vt 0.0002 0.2137
+vt 0.1300 0.9787
+vt 0.1708 0.9880
+vt 0.1310 0.0167
+vt 0.1733 0.0063
+vt 0.2147 0.0038
+vt 0.0910 0.0373
+vt 0.2104 0.9901
+vt 0.6750 0.0290
+vt 0.6955 0.0464
+vt 0.6835 0.0601
+vt 0.6656 0.0446
+vt 0.7354 0.7380
+vt 0.7268 0.7676
+vt 0.7085 0.7591
+vt 0.7164 0.7336
+vt 0.7127 0.0677
+vt 0.6986 0.0787
+vt 0.7387 0.7084
+vt 0.7195 0.7069
+vt 0.7125 0.7954
+vt 0.6958 0.7829
+vt 0.7258 0.0922
+vt 0.7099 0.1001
+vt 0.6929 0.8201
+vt 0.6786 0.8040
+vt 0.7342 0.1190
+vt 0.7171 0.1237
+vt 0.6686 0.8405
+vt 0.6575 0.8216
+vt 0.7387 0.1469
+vt 0.7208 0.1489
+vt 0.6408 0.8555
+vt 0.6332 0.8345
+vt 0.6107 0.8646
+vt 0.6069 0.8422
+vt 0.6276 0.0076
+vt 0.6521 0.0160
+vt 0.6455 0.0331
+vt 0.6238 0.0256
+vt 0.6024 0.0038
+vt 0.6015 0.0217
+vt 0.5791 0.8675
+vt 0.5797 0.8441
+vt 0.7137 0.7287
+vt 0.7167 0.7013
+vt 0.7058 0.7548
+vt 0.6933 0.7791
+vt 0.6765 0.8007
+vt 0.6558 0.8186
+vt 0.6321 0.8319
+vt 0.6064 0.8397
+vt 0.5797 0.8418
+vt 0.6389 0.4771
+vt 0.6380 0.4768
+vt 0.6391 0.4664
+vt 0.6399 0.4664
+vt 0.6357 0.4873
+vt 0.6350 0.4869
+vt 0.6309 0.4967
+vt 0.6298 0.4958
+vt 0.6240 0.5046
+vt 0.6230 0.5035
+vt 0.5877 0.5196
+vt 0.5879 0.5174
+vt 0.5973 0.5166
+vt 0.5976 0.5187
+vt 0.6161 0.5112
+vt 0.6153 0.5097
+vt 0.6072 0.5159
+vt 0.6066 0.5143
+vt 0.6102 0.4162
+vt 0.6090 0.4176
+vt 0.5999 0.4146
+vt 0.6004 0.4128
+vt 0.6180 0.4208
+vt 0.6174 0.4222
+vt 0.6258 0.4279
+vt 0.6247 0.4289
+vt 0.6320 0.4358
+vt 0.6313 0.4366
+vt 0.6367 0.4456
+vt 0.6357 0.4459
+vt 0.6390 0.4559
+vt 0.6383 0.4560
+vt 0.5904 0.4134
+vt 0.5902 0.4114
+vt 0.5360 0.1449
+vt 0.4735 0.1410
+vt 0.5485 0.0917
+vt 0.6122 0.5576
+vt 0.5869 0.5543
+vt 0.6364 0.5661
+vt 0.5911 0.3830
+vt 0.6013 0.3823
+vt 0.6111 0.3793
+vt 0.6202 0.3744
+vt 0.6282 0.3676
+vt 0.6348 0.3593
+vt 0.6397 0.3498
+vt 0.6429 0.3394
+vt 0.7203 0.4008
+vt 0.5939 0.2723
+vt 0.5971 0.1474
+vt 0.6581 0.1494
+vt 0.6038 0.2737
+vt 0.6132 0.2770
+vt 0.6587 0.5795
+vt 0.6782 0.5972
+vt 0.6220 0.2822
+vt 0.6297 0.2892
+vt 0.6359 0.2977
+vt 0.7207 0.2737
+vt 0.6405 0.3074
+vt 0.6432 0.3178
+vt 0.6440 0.3286
+vt 0.7197 0.5476
+vt 0.6946 0.6193
+vt 0.7070 0.6450
+vt 0.7146 0.6734
+vt 0.7203 0.6685
+vt 0.3127 0.0804
+vt 0.3021 0.0950
+vt 0.2763 0.0748
+vt 0.2819 0.0632
+vt 0.3392 0.1034
+vt 0.3235 0.1186
+vt 0.3606 0.1306
+vt 0.3405 0.1444
+vt 0.3766 0.1600
+vt 0.3535 0.1713
+vt 0.3879 0.1902
+vt 0.3633 0.1986
+vt 0.3957 0.2194
+vt 0.3706 0.2261
+vt 0.2485 0.0526
+vt 0.2466 0.0591
+vt 0.2694 0.0845
+vt 0.2438 0.0649
+vt 0.2907 0.1067
+vt 0.3079 0.1306
+vt 0.3215 0.1553
+vt 0.3321 0.1806
+vt 0.3403 0.2061
+vt 0.3466 0.2321
+vt 0.3116 0.1880
+vt 0.3031 0.1640
+vt 0.3183 0.2123
+vt 0.3235 0.2372
+vt 0.2401 0.0699
+vt 0.2615 0.0925
+vt 0.2787 0.1160
+vt 0.2923 0.1399
+vt 0.2529 0.0989
+vt 0.2357 0.0740
+vt 0.2662 0.1233
+vt 0.2767 0.1471
+vt 0.2851 0.1706
+vt 0.2917 0.1939
+vt 0.2969 0.2173
+vt 0.3010 0.2413
+vt 0.2720 0.1983
+vt 0.2672 0.1756
+vt 0.2759 0.2211
+vt 0.2788 0.2444
+vt 0.2308 0.0773
+vt 0.2436 0.1037
+vt 0.2534 0.1287
+vt 0.2611 0.1525
+vt 0.2404 0.1324
+vt 0.2340 0.1071
+vt 0.2454 0.1562
+vt 0.2494 0.1790
+vt 0.2525 0.2013
+vt 0.2550 0.2237
+vt 0.2570 0.2466
+vt 0.2255 0.0796
+vt 0.2343 0.2252
+vt 0.2331 0.2031
+vt 0.2353 0.2479
+vt 0.2200 0.0810
+vt 0.2242 0.1092
+vt 0.2273 0.1346
+vt 0.2297 0.1583
+vt 0.2316 0.1809
+vt 0.3712 0.8439
+vt 0.3486 0.8322
+vt 0.3585 0.8062
+vt 0.3827 0.8152
+vt 0.3550 0.8720
+vt 0.3354 0.8578
+vt 0.3336 0.8979
+vt 0.3183 0.8824
+vt 0.3070 0.9195
+vt 0.2969 0.9049
+vt 0.2765 0.9357
+vt 0.2713 0.9241
+vt 0.2437 0.9451
+vt 0.2420 0.9387
+vt 0.3661 0.7800
+vt 0.3910 0.7875
+vt 0.2393 0.9330
+vt 0.3359 0.7983
+vt 0.3424 0.7736
+vt 0.3276 0.8225
+vt 0.3169 0.8465
+vt 0.3032 0.8702
+vt 0.2859 0.8931
+vt 0.2647 0.9144
+vt 0.2743 0.8837
+vt 0.2880 0.8607
+vt 0.2571 0.9063
+vt 0.2358 0.9280
+vt 0.3143 0.7916
+vt 0.3197 0.7680
+vt 0.3074 0.8147
+vt 0.2988 0.8377
+vt 0.2878 0.8085
+vt 0.2932 0.7863
+vt 0.2811 0.8308
+vt 0.2727 0.8533
+vt 0.2621 0.8763
+vt 0.2487 0.8999
+vt 0.2316 0.9239
+vt 0.2975 0.7635
+vt 0.2397 0.8950
+vt 0.2496 0.8708
+vt 0.2268 0.9206
+vt 0.2725 0.7822
+vt 0.2757 0.7600
+vt 0.2685 0.8039
+vt 0.2636 0.8256
+vt 0.2574 0.8477
+vt 0.2494 0.8005
+vt 0.2520 0.7792
+vt 0.2461 0.8219
+vt 0.2420 0.8439
+vt 0.2368 0.8669
+vt 0.2303 0.8915
+vt 0.2217 0.9183
+vt 0.2542 0.7575
+vt 0.2206 0.8893
+vt 0.2239 0.8645
+vt 0.2162 0.9168
+vt 0.2317 0.7774
+vt 0.2328 0.7559
+vt 0.2303 0.7986
+vt 0.2286 0.8198
+vt 0.2265 0.8416
+vt 0.3435 0.9086
+vt 0.3143 0.9327
+vt 0.2807 0.9490
+vt 0.2509 0.0386
+vt 0.2872 0.0489
+vt 0.4059 0.2224
+vt 0.4010 0.7849
+vt 0.2455 0.9581
+vt 0.3208 0.0678
+vt 0.3951 0.8152
+vt 0.3500 0.0932
+vt 0.3733 0.1238
+vt 0.3900 0.1571
+vt 0.4005 0.1909
+vt 0.3842 0.8476
+vt 0.3671 0.8795
+vt 0.3974 0.8538
+vt 0.3797 0.8890
+vt 0.3859 0.1145
+vt 0.4032 0.1510
+vt 0.3545 0.9211
+vt 0.4131 0.1876
+vt 0.3226 0.9475
+vt 0.4170 0.2211
+vt 0.4122 0.7865
+vt 0.2860 0.9653
+vt 0.2479 0.9746
+vt 0.2536 0.0215
+vt 0.2929 0.0325
+vt 0.3295 0.0529
+vt 0.3611 0.0809
+vt 0.4078 0.8186
+vt 0.4199 0.8256
+vt 0.4102 0.8626
+vt 0.3720 0.0681
+vt 0.3983 0.1035
+vt 0.4223 0.7918
+vt 0.3920 0.8997
+vt 0.4161 0.1420
+vt 0.3652 0.9337
+vt 0.4254 0.1805
+vt 0.3306 0.9613
+vt 0.4274 0.2158
+vt 0.2909 0.9795
+vt 0.2500 0.9884
+vt 0.2560 0.0067
+vt 0.2982 0.0176
+vt 0.3380 0.0386
+vt 0.5269 0.0217
+vt 0.5352 0.0385
+vt 0.5161 0.0528
+vt 0.5049 0.0378
+vt 0.4295 0.7291
+vt 0.4486 0.7258
+vt 0.4552 0.7517
+vt 0.4365 0.7591
+vt 0.4996 0.0707
+vt 0.4859 0.0582
+vt 0.4277 0.6994
+vt 0.4469 0.6990
+vt 0.4668 0.7762
+vt 0.4494 0.7878
+vt 0.4869 0.0918
+vt 0.4711 0.0825
+vt 0.4829 0.7983
+vt 0.4679 0.8136
+vt 0.4783 0.1154
+vt 0.4610 0.1094
+vt 0.5032 0.8171
+vt 0.4911 0.8353
+vt 0.4553 0.1379
+vt 0.7300 0.4239
+vt 0.5267 0.8314
+vt 0.5181 0.8519
+vt 0.5526 0.8406
+vt 0.5477 0.8627
+vt 0.5768 0.0046
+vt 0.5788 0.0231
+vt 0.5564 0.0286
+vt 0.5512 0.0105
+vt 0.4516 0.7211
+vt 0.4500 0.6935
+vt 0.4581 0.7475
+vt 0.4694 0.7726
+vt 0.4852 0.7951
+vt 0.5050 0.8142
+vt 0.5280 0.8288
+vt 0.5532 0.8382
+vt 0.5385 0.4742
+vt 0.5380 0.4634
+vt 0.5391 0.4635
+vt 0.5397 0.4740
+vt 0.5413 0.4846
+vt 0.5423 0.4841
+vt 0.5457 0.4942
+vt 0.5475 0.4930
+vt 0.5521 0.5027
+vt 0.5532 0.5015
+vt 0.5779 0.5179
+vt 0.5781 0.5165
+vt 0.5599 0.5095
+vt 0.5607 0.5083
+vt 0.5685 0.5149
+vt 0.5692 0.5131
+vt 0.5708 0.4148
+vt 0.5808 0.4119
+vt 0.5808 0.4141
+vt 0.5718 0.4167
+vt 0.5617 0.4196
+vt 0.5631 0.4210
+vt 0.5543 0.4256
+vt 0.5553 0.4268
+vt 0.5476 0.4335
+vt 0.5488 0.4344
+vt 0.5423 0.4426
+vt 0.5440 0.4434
+vt 0.5389 0.4527
+vt 0.5404 0.4531
+vt 0.5614 0.5561
+vt 0.5368 0.5632
+vt 0.5810 0.3817
+vt 0.5713 0.3782
+vt 0.5625 0.3727
+vt 0.5549 0.3655
+vt 0.5487 0.3568
+vt 0.5442 0.3470
+vt 0.5416 0.3365
+vt 0.4613 0.3931
+vt 0.5839 0.2731
+vt 0.5743 0.2758
+vt 0.5139 0.5752
+vt 0.4936 0.5918
+vt 0.5652 0.2805
+vt 0.5572 0.2871
+vt 0.5506 0.2952
+vt 0.4671 0.2663
+vt 0.5455 0.3046
+vt 0.5423 0.3149
+vt 0.5409 0.3256
+vt 0.4545 0.5399
+vt 0.4761 0.6129
+vt 0.4625 0.6378
+vt 0.4534 0.6658
+vt 0.4481 0.6606
+vt 0.6491 0.0956
+vt 0.4510 0.4153
+vn 0.0000 -1.0000 -0.0000
+vn 0.4285 0.6616 0.6154
+vn 0.2960 0.6687 0.6821
+vn 0.3899 -0.0899 0.9165
+vn 0.5592 -0.1287 0.8190
+vn 0.5441 0.6556 0.5236
+vn 0.7043 -0.1618 0.6912
+vn 0.6385 0.6506 0.4111
+vn 0.8209 -0.1883 0.5391
+vn 0.7080 0.6471 0.2828
+vn 0.9060 -0.2075 0.3690
+vn 0.7505 0.6450 0.1440
+vn 0.9575 -0.2192 0.1874
+vn 0.7549 0.6548 0.0359
+vn 0.9736 -0.2232 0.0472
+vn 0.1527 0.6765 0.7204
+vn 0.0000 0.6557 0.7551
+vn 0.2032 -0.0472 0.9780
+vn 0.1907 -0.0921 0.9773
+vn 0.3658 -0.1757 0.9140
+vn 0.5233 -0.2508 0.8144
+vn 0.6572 -0.3144 0.6850
+vn 0.7637 -0.3649 0.5326
+vn 0.8407 -0.4013 0.3637
+vn 0.8871 -0.4231 0.1843
+vn 0.9015 -0.4302 0.0463
+vn 0.6749 -0.5202 0.5233
+vn 0.7403 -0.5702 0.3560
+vn 0.7795 -0.6000 0.1800
+vn 0.7915 -0.6096 0.0452
+vn 0.1710 -0.1332 0.9762
+vn 0.3273 -0.2536 0.9103
+vn 0.4665 -0.3606 0.8077
+vn 0.5833 -0.4502 0.6761
+vn 0.1446 -0.1686 0.9750
+vn 0.2764 -0.3206 0.9060
+vn 0.3924 -0.4541 0.7999
+vn 0.4882 -0.5640 0.6660
+vn 0.5623 -0.6487 0.5129
+vn 0.6144 -0.7083 0.3475
+vn 0.6453 -0.7435 0.1753
+vn 0.6546 -0.7547 0.0440
+vn 0.4331 -0.7479 0.5030
+vn 0.4717 -0.8138 0.3396
+vn 0.4943 -0.8523 0.1709
+vn 0.5009 -0.8644 0.0428
+vn 0.1130 -0.1973 0.9738
+vn 0.2158 -0.3745 0.9017
+vn 0.3051 -0.5282 0.7924
+vn 0.3778 -0.6530 0.6564
+vn 0.1478 -0.4139 0.8983
+vn 0.2083 -0.5818 0.7862
+vn 0.2570 -0.7165 0.6485
+vn 0.2936 -0.8177 0.4951
+vn 0.3188 -0.8873 0.3333
+vn 0.3334 -0.9278 0.1674
+vn 0.3377 -0.9403 0.0419
+vn 0.0775 -0.2183 0.9728
+vn 0.1605 -0.9305 0.3292
+vn 0.1677 -0.9719 0.1652
+vn 0.1698 -0.9846 0.0413
+vn 0.0393 -0.2316 0.9720
+vn 0.0751 -0.4378 0.8959
+vn 0.1056 -0.6141 0.7821
+vn 0.1300 -0.7545 0.6434
+vn 0.1482 -0.8590 0.4900
+vn -0.0000 -0.4458 0.8951
+vn -0.0000 -0.6249 0.7807
+vn -0.0000 -0.7670 0.6416
+vn -0.0000 -0.8727 0.4883
+vn -0.0000 -0.9448 0.3277
+vn -0.0000 -0.9864 0.1644
+vn 0.0000 -0.9992 0.0412
+vn -0.0000 -0.2355 0.9719
+vn 0.7047 0.6468 -0.2915
+vn 0.7501 0.6443 -0.1491
+vn 0.9563 -0.2189 -0.1938
+vn 0.9015 -0.2065 -0.3803
+vn 0.6318 0.6507 -0.4212
+vn 0.8125 -0.1864 -0.5524
+vn 0.5346 0.6560 -0.5327
+vn 0.6925 -0.1591 -0.7036
+vn 0.4180 0.6624 -0.6217
+vn 0.5460 -0.1256 -0.8283
+vn 0.2870 0.6697 -0.6849
+vn 0.3786 -0.0873 -0.9214
+vn 0.1476 0.6775 -0.7205
+vn 0.1962 -0.0455 -0.9795
+vn 0.0000 0.6574 -0.7536
+vn 0.7552 0.6544 -0.0372
+vn 0.9736 -0.2232 -0.0489
+vn 0.1847 -0.0892 -0.9787
+vn 0.9015 -0.4302 -0.0480
+vn 0.8860 -0.4226 -0.1906
+vn 0.8367 -0.3993 -0.3748
+vn 0.7560 -0.3612 -0.5459
+vn 0.6463 -0.3092 -0.6976
+vn 0.5112 -0.2450 -0.8238
+vn 0.3552 -0.1707 -0.9191
+vn 0.5739 -0.4430 -0.6888
+vn 0.4558 -0.3524 -0.8173
+vn 0.3179 -0.2464 -0.9156
+vn 0.1655 -0.1289 -0.9778
+vn 0.7914 -0.6095 -0.0469
+vn 0.7786 -0.5993 -0.1862
+vn 0.7369 -0.5676 -0.3670
+vn 0.6683 -0.5152 -0.5366
+vn 0.6446 -0.7427 -0.1814
+vn 0.6118 -0.7052 -0.3584
+vn 0.5570 -0.6426 -0.5261
+vn 0.4806 -0.5552 -0.6788
+vn 0.3836 -0.4439 -0.8098
+vn 0.2686 -0.3115 -0.9115
+vn 0.1396 -0.1630 -0.9767
+vn 0.6545 -0.7547 -0.0456
+vn 0.2984 -0.5166 -0.8026
+vn 0.2097 -0.3640 -0.9075
+vn 0.1095 -0.1911 -0.9755
+vn 0.5009 -0.8644 -0.0444
+vn 0.4937 -0.8514 -0.1769
+vn 0.4697 -0.8104 -0.3503
+vn 0.4292 -0.7412 -0.5162
+vn 0.3720 -0.6431 -0.6693
+vn 0.3331 -0.9269 -0.1732
+vn 0.3175 -0.8837 -0.3438
+vn 0.2910 -0.8106 -0.5082
+vn 0.2531 -0.7059 -0.6615
+vn 0.2038 -0.5692 -0.7965
+vn 0.1437 -0.4024 -0.9041
+vn 0.0751 -0.2114 -0.9745
+vn 0.3376 -0.9403 -0.0434
+vn 0.1033 -0.6009 -0.7926
+vn 0.0730 -0.4257 -0.9019
+vn 0.0382 -0.2239 -0.9739
+vn 0.1698 -0.9846 -0.0428
+vn 0.1675 -0.9709 -0.1709
+vn 0.1599 -0.9269 -0.3396
+vn 0.1469 -0.8517 -0.5031
+vn 0.1281 -0.7434 -0.6564
+vn -0.0000 -0.9411 -0.3381
+vn 0.0000 -0.8653 -0.5013
+vn 0.0000 -0.7559 -0.6547
+vn -0.0000 -0.6115 -0.7912
+vn 0.0000 -0.4335 -0.9012
+vn 0.0000 -0.2281 -0.9736
+vn -0.0000 -0.9991 -0.0427
+vn 0.0000 -0.9854 -0.1701
+vn 0.3876 0.7301 -0.5627
+vn 0.4907 0.7298 -0.4760
+vn 0.2683 0.7304 -0.6282
+vn 0.2760 0.7310 0.6241
+vn 0.1417 0.7313 0.6672
+vn 0.6953 0.7180 -0.0331
+vn 0.6958 0.7176 0.0319
+vn 0.1372 0.7305 -0.6690
+vn 0.3967 0.7304 0.5560
+vn 0.6719 0.7292 -0.1296
+vn 0.4990 0.7298 0.4673
+vn 0.5801 0.7292 0.3630
+vn 0.6384 0.7288 0.2477
+vn 0.6735 0.7285 0.1254
+vn -0.0000 0.7315 0.6819
+vn 0.0000 0.7306 -0.6828
+vn 0.6349 0.7293 -0.2551
+vn 0.5739 0.7296 -0.3719
+vn 0.7014 -0.5482 -0.4555
+vn 0.7760 -0.5490 -0.3104
+vn 0.7796 -0.5494 0.3007
+vn 0.7080 -0.5497 0.4433
+vn 0.6012 -0.5429 -0.5863
+vn 0.8259 -0.5436 0.1496
+vn 0.4769 -0.5350 -0.6974
+vn 0.8480 -0.5287 0.0362
+vn 0.8478 -0.5290 -0.0376
+vn 0.3314 -0.5268 -0.7827
+vn 0.1699 -0.5205 -0.8368
+vn 0.3402 -0.5329 0.7748
+vn 0.1751 -0.5275 0.8313
+vn -0.0000 -0.5255 0.8508
+vn 0.4871 -0.5397 0.6867
+vn 0.0000 -0.5181 -0.8553
+vn 0.6103 -0.5463 0.5737
+vn 0.8247 -0.5439 -0.1551
+vn 0.7339 -0.6051 -0.3086
+vn 0.7846 -0.5984 -0.1624
+vn 0.6665 -0.6062 0.4340
+vn 0.5747 -0.5986 0.5580
+vn 0.8002 -0.5982 -0.0432
+vn 0.6619 -0.6027 -0.4456
+vn 0.7359 -0.6072 0.2995
+vn 0.5681 -0.5934 -0.5702
+vn 0.7846 -0.5998 0.1572
+vn 0.4522 -0.5798 -0.6777
+vn 0.7998 -0.5988 0.0419
+vn 0.3157 -0.5654 -0.7620
+vn 0.1625 -0.5541 -0.8165
+vn 0.3222 -0.5746 0.7524
+vn 0.1663 -0.5646 0.8084
+vn -0.0000 -0.5609 0.8279
+vn 0.4597 -0.5871 0.6664
+vn 0.0000 -0.5498 -0.8353
+vn 0.2718 -0.8770 0.3962
+vn 0.3437 -0.8774 0.3348
+vn 0.5214 0.6857 0.5079
+vn 0.4118 0.6855 0.6004
+vn 0.4705 -0.8773 -0.0946
+vn 0.4423 -0.8775 -0.1856
+vn 0.6705 0.6869 -0.2802
+vn 0.7125 0.6869 -0.1429
+vn 0.4019 -0.8776 0.2613
+vn 0.6099 0.6859 0.3969
+vn 0.4670 -0.8840 -0.0232
+vn 0.7155 0.6977 -0.0353
+vn 0.3978 -0.8774 -0.2681
+vn 0.6025 0.6870 -0.4061
+vn 0.4444 -0.8777 0.1791
+vn 0.6746 0.6861 0.2723
+vn 0.3379 -0.8773 -0.3408
+vn 0.5114 0.6872 -0.5159
+vn 0.4704 -0.8777 0.0910
+vn 0.7142 0.6862 0.1384
+vn 0.2649 -0.8770 -0.4009
+vn 0.4010 0.6875 -0.6054
+vn 0.4666 -0.8842 0.0225
+vn 0.7171 0.6964 0.0285
+vn 0.1825 -0.8768 -0.4449
+vn 0.2757 0.6879 -0.6714
+vn 0.0931 -0.8766 -0.4722
+vn 0.1403 0.6881 -0.7119
+vn 0.0963 -0.8764 0.4718
+vn 0.1889 -0.8767 0.4424
+vn 0.2850 0.6853 0.6702
+vn 0.1456 0.6852 0.7137
+vn -0.0000 -0.8763 0.4817
+vn 0.0000 0.6852 0.7284
+vn 0.0000 -0.8765 -0.4814
+vn 0.0000 0.6884 -0.7254
+vn -0.0042 1.0000 0.0006
+vn -0.0040 1.0000 -0.0000
+vn -0.0038 1.0000 0.0014
+vn -0.0030 1.0000 0.0018
+vn -0.0029 1.0000 0.0028
+vn -0.0028 1.0000 0.0042
+vn -0.0021 1.0000 0.0052
+vn -0.0013 1.0000 0.0067
+vn -0.0000 1.0000 0.0067
+vn -0.2290 0.9724 0.0440
+vn -0.4719 0.8772 0.0886
+vn -0.5148 0.8573 -0.0041
+vn -0.2544 0.9671 -0.0035
+vn -0.2075 0.9745 0.0852
+vn -0.4280 0.8876 0.1703
+vn -0.1727 0.9780 0.1167
+vn -0.3622 0.8993 0.2452
+vn -0.1498 0.9768 0.1527
+vn -0.3052 0.9013 0.3074
+vn 0.0007 0.9748 0.2231
+vn -0.0034 0.8903 0.4554
+vn -0.0865 0.9063 0.4137
+vn -0.0416 0.9782 0.2033
+vn -0.1152 0.9781 0.1735
+vn -0.2434 0.9026 0.3551
+vn -0.0777 0.9788 0.1894
+vn -0.1623 0.9078 0.3867
+vn -0.0816 0.9729 -0.2162
+vn -0.1651 0.8736 -0.4578
+vn -0.0896 0.8829 -0.4609
+vn -0.0449 0.9736 -0.2236
+vn -0.1021 0.9796 -0.1733
+vn -0.2251 0.9126 -0.3412
+vn -0.1344 0.9822 -0.1312
+vn -0.2688 0.9252 -0.2679
+vn -0.1603 0.9810 -0.1095
+vn -0.3478 0.9112 -0.2206
+vn -0.2065 0.9752 -0.0797
+vn -0.4304 0.8870 -0.1675
+vn -0.2573 0.9652 -0.0458
+vn -0.5115 0.8539 -0.0954
+vn -0.0056 0.9098 -0.4150
+vn 0.0003 0.9801 -0.1987
+vn 0.0000 1.0000 -0.0000
+vn -0.7167 0.6965 0.0342
+vn 0.0005 1.0000 0.0078
+vn -0.0005 1.0000 0.0091
+vn 0.0008 1.0000 0.0059
+vn 0.0108 0.9999 -0.0025
+vn 0.0054 1.0000 -0.0051
+vn -0.0046 1.0000 -0.0042
+vn -0.0011 1.0000 -0.0028
+vn 0.0037 1.0000 -0.0023
+vn -0.0002 1.0000 -0.0008
+vn 0.7060 0.7082 0.0012
+vn 0.0000 1.0000 -0.0001
+vn 0.0016 1.0000 0.0048
+vn -0.0010 1.0000 0.0007
+vn 0.0131 0.9996 -0.0242
+vn -0.0457 0.9904 0.1305
+vn 0.7208 0.6931 -0.0044
+vn -0.0613 0.9810 0.1842
+vn 0.0127 0.9999 0.0082
+vn 0.0077 0.9999 0.0077
+vn 0.7063 0.7079 0.0003
+vn -0.0002 1.0000 -0.0001
+vn -0.0004 1.0000 -0.0001
+vn -0.0033 1.0000 -0.0001
+vn 0.7060 0.7082 -0.0000
+vn -0.4285 0.6616 0.6154
+vn -0.5592 -0.1287 0.8190
+vn -0.3899 -0.0899 0.9165
+vn -0.2960 0.6687 0.6821
+vn -0.5441 0.6556 0.5236
+vn -0.7043 -0.1618 0.6912
+vn -0.6385 0.6506 0.4111
+vn -0.8209 -0.1883 0.5391
+vn -0.7080 0.6471 0.2828
+vn -0.9060 -0.2075 0.3690
+vn -0.7505 0.6450 0.1440
+vn -0.9575 -0.2192 0.1874
+vn -0.7549 0.6548 0.0359
+vn -0.9736 -0.2232 0.0472
+vn -0.1527 0.6765 0.7204
+vn -0.2032 -0.0472 0.9780
+vn -0.3658 -0.1757 0.9140
+vn -0.1907 -0.0921 0.9773
+vn -0.5233 -0.2508 0.8144
+vn -0.6572 -0.3144 0.6850
+vn -0.7637 -0.3649 0.5326
+vn -0.8407 -0.4013 0.3637
+vn -0.8871 -0.4231 0.1843
+vn -0.9015 -0.4302 0.0463
+vn -0.7403 -0.5702 0.3560
+vn -0.6749 -0.5202 0.5233
+vn -0.7795 -0.6000 0.1800
+vn -0.7915 -0.6096 0.0452
+vn -0.1710 -0.1332 0.9762
+vn -0.3273 -0.2536 0.9103
+vn -0.4665 -0.3606 0.8077
+vn -0.5833 -0.4501 0.6761
+vn -0.2764 -0.3206 0.9060
+vn -0.1446 -0.1686 0.9750
+vn -0.3924 -0.4541 0.7999
+vn -0.4882 -0.5640 0.6660
+vn -0.5623 -0.6487 0.5129
+vn -0.6144 -0.7083 0.3475
+vn -0.6453 -0.7435 0.1753
+vn -0.6546 -0.7547 0.0440
+vn -0.4717 -0.8138 0.3396
+vn -0.4331 -0.7479 0.5030
+vn -0.4943 -0.8523 0.1709
+vn -0.5009 -0.8644 0.0428
+vn -0.1130 -0.1973 0.9738
+vn -0.2158 -0.3745 0.9017
+vn -0.3051 -0.5282 0.7924
+vn -0.3778 -0.6530 0.6564
+vn -0.2083 -0.5818 0.7862
+vn -0.1478 -0.4139 0.8983
+vn -0.2570 -0.7165 0.6485
+vn -0.2936 -0.8177 0.4951
+vn -0.3188 -0.8873 0.3333
+vn -0.3334 -0.9278 0.1674
+vn -0.3377 -0.9403 0.0419
+vn -0.0775 -0.2183 0.9728
+vn -0.1677 -0.9719 0.1652
+vn -0.1605 -0.9305 0.3292
+vn -0.1698 -0.9846 0.0413
+vn -0.0394 -0.2311 0.9721
+vn -0.0751 -0.4378 0.8959
+vn -0.1056 -0.6141 0.7821
+vn -0.1300 -0.7545 0.6434
+vn -0.1482 -0.8590 0.4900
+vn -0.7047 0.6468 -0.2915
+vn -0.9015 -0.2065 -0.3803
+vn -0.9563 -0.2189 -0.1938
+vn -0.7501 0.6443 -0.1491
+vn -0.6318 0.6507 -0.4212
+vn -0.8125 -0.1864 -0.5524
+vn -0.5346 0.6560 -0.5327
+vn -0.6925 -0.1591 -0.7036
+vn -0.4180 0.6624 -0.6217
+vn -0.5460 -0.1256 -0.8283
+vn -0.2870 0.6697 -0.6849
+vn -0.3786 -0.0873 -0.9214
+vn -0.1476 0.6775 -0.7205
+vn -0.1967 -0.0456 -0.9794
+vn -0.9736 -0.2232 -0.0489
+vn -0.7552 0.6544 -0.0372
+vn -0.1847 -0.0892 -0.9787
+vn -0.8860 -0.4226 -0.1906
+vn -0.9015 -0.4302 -0.0480
+vn -0.8367 -0.3993 -0.3748
+vn -0.7560 -0.3612 -0.5459
+vn -0.6463 -0.3092 -0.6976
+vn -0.5112 -0.2450 -0.8238
+vn -0.3552 -0.1707 -0.9191
+vn -0.4558 -0.3524 -0.8173
+vn -0.5739 -0.4430 -0.6888
+vn -0.3179 -0.2464 -0.9156
+vn -0.1655 -0.1289 -0.9778
+vn -0.7786 -0.5993 -0.1862
+vn -0.7914 -0.6095 -0.0469
+vn -0.7369 -0.5676 -0.3670
+vn -0.6683 -0.5152 -0.5366
+vn -0.6118 -0.7052 -0.3584
+vn -0.6446 -0.7427 -0.1814
+vn -0.5570 -0.6426 -0.5261
+vn -0.4806 -0.5552 -0.6788
+vn -0.3836 -0.4439 -0.8098
+vn -0.2686 -0.3115 -0.9115
+vn -0.1396 -0.1630 -0.9767
+vn -0.6545 -0.7547 -0.0456
+vn -0.2097 -0.3640 -0.9075
+vn -0.2984 -0.5166 -0.8026
+vn -0.1095 -0.1911 -0.9755
+vn -0.4937 -0.8514 -0.1769
+vn -0.5009 -0.8644 -0.0444
+vn -0.4697 -0.8104 -0.3503
+vn -0.4292 -0.7412 -0.5162
+vn -0.3720 -0.6431 -0.6693
+vn -0.3175 -0.8837 -0.3438
+vn -0.3331 -0.9269 -0.1732
+vn -0.2910 -0.8106 -0.5082
+vn -0.2531 -0.7059 -0.6615
+vn -0.2038 -0.5692 -0.7965
+vn -0.1437 -0.4024 -0.9041
+vn -0.0751 -0.2114 -0.9745
+vn -0.3376 -0.9403 -0.0434
+vn -0.0730 -0.4257 -0.9019
+vn -0.1033 -0.6009 -0.7926
+vn -0.0379 -0.2237 -0.9739
+vn -0.1675 -0.9709 -0.1709
+vn -0.1698 -0.9846 -0.0428
+vn -0.1599 -0.9269 -0.3396
+vn -0.1469 -0.8517 -0.5031
+vn -0.1281 -0.7434 -0.6564
+vn -0.4907 0.7298 -0.4760
+vn -0.3876 0.7301 -0.5627
+vn -0.2683 0.7304 -0.6282
+vn -0.1417 0.7313 0.6672
+vn -0.2760 0.7310 0.6241
+vn -0.6958 0.7176 0.0319
+vn -0.6953 0.7180 -0.0331
+vn -0.1372 0.7305 -0.6690
+vn -0.3967 0.7304 0.5560
+vn -0.6719 0.7292 -0.1296
+vn -0.4990 0.7298 0.4673
+vn -0.5801 0.7292 0.3630
+vn -0.6384 0.7287 0.2477
+vn -0.6735 0.7285 0.1254
+vn -0.6349 0.7293 -0.2551
+vn -0.5739 0.7296 -0.3719
+vn -0.7760 -0.5490 -0.3104
+vn -0.7014 -0.5482 -0.4555
+vn -0.7080 -0.5497 0.4433
+vn -0.7796 -0.5494 0.3007
+vn -0.6012 -0.5429 -0.5863
+vn -0.8259 -0.5436 0.1496
+vn -0.4769 -0.5350 -0.6974
+vn -0.8480 -0.5287 0.0362
+vn -0.8478 -0.5290 -0.0376
+vn -0.3314 -0.5268 -0.7827
+vn -0.1699 -0.5205 -0.8368
+vn -0.1751 -0.5275 0.8313
+vn -0.3402 -0.5329 0.7748
+vn -0.4871 -0.5397 0.6867
+vn -0.6103 -0.5463 0.5737
+vn -0.8247 -0.5439 -0.1551
+vn -0.7846 -0.5984 -0.1624
+vn -0.7339 -0.6051 -0.3086
+vn -0.5747 -0.5986 0.5580
+vn -0.6665 -0.6062 0.4340
+vn -0.8002 -0.5982 -0.0432
+vn -0.6619 -0.6027 -0.4456
+vn -0.7359 -0.6072 0.2995
+vn -0.5681 -0.5934 -0.5702
+vn -0.7846 -0.5997 0.1572
+vn -0.4522 -0.5798 -0.6777
+vn -0.7998 -0.5988 0.0419
+vn -0.3157 -0.5654 -0.7620
+vn -0.1625 -0.5541 -0.8165
+vn -0.1663 -0.5646 0.8084
+vn -0.3222 -0.5746 0.7524
+vn -0.4597 -0.5871 0.6664
+vn -0.2718 -0.8770 0.3962
+vn -0.4118 0.6855 0.6004
+vn -0.5214 0.6857 0.5079
+vn -0.3437 -0.8774 0.3348
+vn -0.4705 -0.8773 -0.0946
+vn -0.7125 0.6869 -0.1429
+vn -0.6705 0.6869 -0.2802
+vn -0.4428 -0.8775 -0.1842
+vn -0.6099 0.6859 0.3969
+vn -0.4015 -0.8776 0.2618
+vn -0.4670 -0.8840 -0.0232
+vn -0.7155 0.6977 -0.0353
+vn -0.6025 0.6870 -0.4061
+vn -0.3978 -0.8774 -0.2681
+vn -0.6746 0.6861 0.2723
+vn -0.4441 -0.8777 0.1800
+vn -0.5114 0.6872 -0.5159
+vn -0.3379 -0.8773 -0.3408
+vn -0.7142 0.6862 0.1384
+vn -0.4703 -0.8777 0.0917
+vn -0.4010 0.6875 -0.6054
+vn -0.2656 -0.8770 -0.4003
+vn -0.4666 -0.8842 0.0225
+vn 1.0000 -0.0000 -0.0000
+vn -0.2757 0.6879 -0.6714
+vn -0.1830 -0.8768 -0.4446
+vn -0.1403 0.6881 -0.7119
+vn -0.0931 -0.8766 -0.4722
+vn -0.0963 -0.8764 0.4718
+vn -0.1456 0.6852 0.7137
+vn -0.2850 0.6853 0.6702
+vn -0.1880 -0.8767 0.4427
+vn 0.0042 1.0000 0.0006
+vn 0.0040 1.0000 -0.0000
+vn 0.0038 1.0000 0.0014
+vn 0.0030 1.0000 0.0018
+vn 0.0029 1.0000 0.0028
+vn 0.0026 1.0000 0.0039
+vn 0.0021 1.0000 0.0052
+vn 0.0013 1.0000 0.0067
+vn 0.1913 0.9808 0.0372
+vn 0.1898 0.9818 0.0004
+vn 0.3884 0.9215 0.0040
+vn 0.3983 0.9140 0.0770
+vn 0.1766 0.9816 0.0730
+vn 0.3658 0.9184 0.1504
+vn 0.1523 0.9831 0.1014
+vn 0.3175 0.9244 0.2114
+vn 0.1365 0.9809 0.1384
+vn 0.2846 0.9150 0.2858
+vn 0.0461 0.9703 0.2375
+vn 0.0981 0.8771 0.4703
+vn 0.1204 0.9759 0.1820
+vn 0.2472 0.8976 0.3650
+vn 0.0853 0.9746 0.2073
+vn 0.1806 0.8858 0.4276
+vn 0.0900 0.9735 -0.2101
+vn 0.0351 0.9804 -0.1936
+vn 0.0838 0.9076 -0.4113
+vn 0.1766 0.8840 -0.4328
+vn 0.1221 0.9745 -0.1885
+vn 0.2548 0.8783 -0.4047
+vn 0.1378 0.9797 -0.1453
+vn 0.2897 0.9099 -0.2970
+vn 0.1528 0.9830 -0.1015
+vn 0.3137 0.9265 -0.2076
+vn 0.1565 0.9855 -0.0656
+vn 0.3272 0.9349 -0.1375
+vn 0.1640 0.9859 -0.0328
+vn 0.3507 0.9341 -0.0667
+vn -0.0001 1.0000 0.0079
+vn -0.0013 1.0000 0.0065
+vn -0.0094 1.0000 -0.0015
+vn -0.0023 1.0000 -0.0028
+vn 0.0039 1.0000 -0.0021
+vn 0.0017 1.0000 -0.0014
+vn 0.0004 1.0000 -0.0004
+vn -0.7067 0.7075 -0.0004
+vn 0.0005 1.0000 0.0035
+vn 0.0010 1.0000 0.0006
+vn 0.0001 1.0000 -0.0000
+vn -0.7071 0.7071 -0.0000
+vn -0.7064 0.7078 0.0003
+vn 0.0002 1.0000 -0.0001
+vn 0.0004 1.0000 -0.0001
+vn 0.0033 1.0000 -0.0001
+vn -0.7060 0.7082 -0.0000
+vn -1.0000 -0.0000 0.0000
+usemtl MatBody
+s off
+f 1/1/1 2/2/1 3/3/1 4/4/1 5/5/1 6/6/1 7/7/1 8/8/1 9/9/1 10/10/1 11/11/1 12/12/1 13/13/1 14/14/1 15/15/1 16/16/1 17/17/1 18/18/1 19/19/1 20/20/1 21/21/1 22/22/1 23/23/1 24/24/1 25/25/1 26/26/1 27/27/1 28/28/1 29/29/1 30/30/1 31/31/1 32/32/1 33/33/1 34/34/1
+s 1
+f 35/35/2 36/36/3 37/37/4 38/38/5
+f 39/39/6 35/35/2 38/38/5 40/40/7
+f 41/41/8 39/39/6 40/40/7 42/42/9
+f 43/43/10 41/41/8 42/42/9 44/44/11
+f 45/45/12 43/43/10 44/44/11 46/46/13
+f 47/47/14 45/45/12 46/46/13 48/48/15
+f 49/49/16 50/50/17 51/51/18
+f 36/36/3 49/49/16 51/51/18 37/37/4
+f 37/37/4 51/51/18 52/52/19 53/53/20
+f 38/38/5 37/37/4 53/53/20 54/54/21
+f 40/40/7 38/38/5 54/54/21 55/55/22
+f 42/42/9 40/40/7 55/55/22 56/56/23
+f 44/44/11 42/42/9 56/56/23 57/57/24
+f 46/46/13 44/44/11 57/57/24 58/58/25
+f 48/48/15 46/46/13 58/58/25 59/59/26
+f 51/51/18 50/50/17 52/52/19
+f 57/57/24 56/56/23 60/60/27 61/61/28
+f 58/58/25 57/57/24 61/61/28 62/62/29
+f 59/59/26 58/58/25 62/62/29 63/63/30
+f 52/52/19 50/50/17 64/64/31
+f 53/53/20 52/52/19 64/64/31 65/65/32
+f 54/54/21 53/53/20 65/65/32 66/66/33
+f 55/55/22 54/54/21 66/66/33 67/67/34
+f 56/56/23 55/55/22 67/67/34 60/60/27
+f 65/65/32 64/64/31 68/68/35 69/69/36
+f 66/66/33 65/65/32 69/69/36 70/70/37
+f 67/67/34 66/66/33 70/70/37 71/71/38
+f 60/60/27 67/67/34 71/71/38 72/72/39
+f 61/61/28 60/60/27 72/72/39 73/73/40
+f 62/62/29 61/61/28 73/73/40 74/74/41
+f 63/63/30 62/62/29 74/74/41 75/75/42
+f 64/64/31 50/50/17 68/68/35
+f 73/73/40 72/72/39 76/76/43 77/77/44
+f 74/74/41 73/73/40 77/77/44 78/78/45
+f 75/75/42 74/74/41 78/78/45 79/79/46
+f 68/68/35 50/50/17 80/80/47
+f 69/69/36 68/68/35 80/80/47 81/81/48
+f 70/70/37 69/69/36 81/81/48 82/82/49
+f 71/71/38 70/70/37 82/82/49 83/83/50
+f 72/72/39 71/71/38 83/83/50 76/76/43
+f 82/82/49 81/81/48 84/84/51 85/85/52
+f 83/83/50 82/82/49 85/85/52 86/86/53
+f 76/76/43 83/83/50 86/86/53 87/87/54
+f 77/77/44 76/76/43 87/87/54 88/88/55
+f 78/78/45 77/77/44 88/88/55 89/89/56
+f 79/79/46 78/78/45 89/89/56 90/90/57
+f 80/80/47 50/50/17 91/91/58
+f 81/81/48 80/80/47 91/91/58 84/84/51
+f 89/89/56 88/88/55 92/92/59 93/93/60
+f 90/90/57 89/89/56 93/93/60 94/94/61
+f 91/91/58 50/50/17 95/95/62
+f 84/84/51 91/91/58 95/95/62 96/96/63
+f 85/85/52 84/84/51 96/96/63 97/97/64
+f 86/86/53 85/85/52 97/97/64 98/98/65
+f 87/87/54 86/86/53 98/98/65 99/99/66
+f 88/88/55 87/87/54 99/99/66 92/92/59
+f 97/97/64 96/96/63 100/100/67 101/101/68
+f 98/98/65 97/97/64 101/101/68 102/102/69
+f 99/99/66 98/98/65 102/102/69 103/103/70
+f 92/92/59 99/99/66 103/103/70 104/104/71
+f 93/93/60 92/92/59 104/104/71 105/105/72
+f 94/94/61 93/93/60 105/105/72 106/106/73
+f 95/95/62 50/50/17 107/107/74
+f 96/96/63 95/95/62 107/107/74 100/100/67
+f 108/108/75 109/109/76 110/110/77 111/111/78
+f 112/112/79 108/108/75 111/111/78 113/113/80
+f 114/114/81 112/112/79 113/113/80 115/115/82
+f 116/116/83 114/114/81 115/115/82 117/117/84
+f 118/118/85 116/116/83 117/117/84 119/119/86
+f 120/120/87 118/118/85 119/119/86 121/121/88
+f 122/122/89 120/120/87 121/121/88
+f 109/109/76 123/123/90 124/124/91 110/110/77
+f 122/122/89 121/121/88 125/125/92
+f 110/110/77 124/124/91 126/126/93 127/127/94
+f 111/111/78 110/110/77 127/127/94 128/128/95
+f 113/113/80 111/111/78 128/128/95 129/129/96
+f 115/115/82 113/113/80 129/129/96 130/130/97
+f 117/117/84 115/115/82 130/130/97 131/131/98
+f 119/119/86 117/117/84 131/131/98 132/132/99
+f 121/121/88 119/119/86 132/132/99 125/125/92
+f 131/131/98 130/130/97 133/133/100 134/134/101
+f 132/132/99 131/131/98 134/134/101 135/135/102
+f 125/125/92 132/132/99 135/135/102 136/136/103
+f 122/122/89 125/125/92 136/136/103
+f 127/127/94 126/126/93 137/137/104 138/138/105
+f 128/128/95 127/127/94 138/138/105 139/139/106
+f 129/129/96 128/128/95 139/139/106 140/140/107
+f 130/130/97 129/129/96 140/140/107 133/133/100
+f 139/139/106 138/138/105 141/141/108 142/142/109
+f 140/140/107 139/139/106 142/142/109 143/143/110
+f 133/133/100 140/140/107 143/143/110 144/144/111
+f 134/134/101 133/133/100 144/144/111 145/145/112
+f 135/135/102 134/134/101 145/145/112 146/146/113
+f 136/136/103 135/135/102 146/146/113 147/147/114
+f 122/122/89 136/136/103 147/147/114
+f 138/138/105 137/137/104 148/148/115 141/141/108
+f 146/146/113 145/145/112 149/149/116 150/150/117
+f 147/147/114 146/146/113 150/150/117 151/151/118
+f 122/122/89 147/147/114 151/151/118
+f 141/141/108 148/148/115 152/152/119 153/153/120
+f 142/142/109 141/141/108 153/153/120 154/154/121
+f 143/143/110 142/142/109 154/154/121 155/155/122
+f 144/144/111 143/143/110 155/155/122 156/156/123
+f 145/145/112 144/144/111 156/156/123 149/149/116
+f 154/154/121 153/153/120 157/157/124 158/158/125
+f 155/155/122 154/154/121 158/158/125 159/159/126
+f 156/156/123 155/155/122 159/159/126 160/160/127
+f 149/149/116 156/156/123 160/160/127 161/161/128
+f 150/150/117 149/149/116 161/161/128 162/162/129
+f 151/151/118 150/150/117 162/162/129 163/163/130
+f 122/122/89 151/151/118 163/163/130
+f 153/153/120 152/152/119 164/164/131 157/157/124
+f 162/162/129 161/161/128 165/165/132 166/166/133
+f 163/163/130 162/162/129 166/166/133 167/167/134
+f 122/122/89 163/163/130 167/167/134
+f 157/157/124 164/164/131 168/168/135 169/169/136
+f 158/158/125 157/157/124 169/169/136 170/170/137
+f 159/159/126 158/158/125 170/170/137 171/171/138
+f 160/160/127 159/159/126 171/171/138 172/172/139
+f 161/161/128 160/160/127 172/172/139 165/165/132
+f 171/171/138 170/170/137 173/173/140 174/174/141
+f 172/172/139 171/171/138 174/174/141 175/175/142
+f 165/165/132 172/172/139 175/175/142 176/176/143
+f 166/166/133 165/165/132 176/176/143 177/177/144
+f 167/167/134 166/166/133 177/177/144 178/178/145
+f 122/122/89 167/167/134 178/178/145
+f 169/169/136 168/168/135 179/179/146 180/180/147
+f 170/170/137 169/169/136 180/180/147 173/173/140
+f 123/123/90 47/47/14 48/48/15 124/124/91
+f 124/124/91 48/48/15 59/59/26 126/126/93
+f 126/126/93 59/59/26 63/63/30 137/137/104
+f 137/137/104 63/63/30 75/75/42 148/148/115
+f 148/148/115 75/75/42 79/79/46 152/152/119
+f 152/152/119 79/79/46 90/90/57 164/164/131
+f 164/164/131 90/90/57 94/94/61 168/168/135
+f 168/168/135 94/94/61 106/106/73 179/179/146
+f 114/114/81 116/116/83 181/181/148 182/182/149
+f 116/116/83 118/118/85 183/183/150 181/181/148
+f 49/49/16 36/36/3 184/184/151 185/185/152
+f 47/47/14 123/123/90 186/186/153 187/187/154
+f 118/118/85 120/120/87 188/188/155 183/183/150
+f 36/36/3 35/35/2 189/189/156 184/184/151
+f 123/123/90 109/109/76 190/190/157 186/186/153
+f 35/35/2 39/39/6 191/191/158 189/189/156
+f 39/39/6 41/41/8 192/192/159 191/191/158
+f 41/41/8 43/43/10 193/193/160 192/192/159
+f 43/43/10 45/45/12 194/194/161 193/193/160
+f 50/50/17 49/49/16 185/185/152 195/195/162
+f 45/45/12 47/47/14 187/187/154 194/194/161
+f 120/120/87 122/122/89 196/196/163 188/188/155
+f 109/109/76 108/108/75 197/197/164 190/190/157
+f 108/108/75 112/112/79 198/198/165 197/197/164
+f 112/112/79 114/114/81 182/182/149 198/198/165
+f 197/197/164 198/198/165 199/199/166 200/200/167
+f 192/192/159 193/193/160 201/201/168 202/202/169
+f 198/198/165 182/182/149 203/203/170 199/199/166
+f 193/193/160 194/194/161 204/204/171 201/201/168
+f 182/182/149 181/181/148 205/205/172 203/203/170
+f 194/194/161 187/187/154 206/206/173 204/204/171
+f 187/187/154 186/186/153 207/207/174 206/206/173
+f 181/181/148 183/183/150 208/208/175 205/205/172
+f 183/183/150 188/188/155 209/209/176 208/208/175
+f 185/185/152 184/184/151 210/210/177 211/211/178
+f 195/195/162 185/185/152 211/211/178 212/212/179
+f 184/184/151 189/189/156 213/213/180 210/210/177
+f 188/188/155 196/196/163 214/214/181 209/209/176
+f 189/189/156 191/191/158 215/215/182 213/213/180
+f 190/190/157 197/197/164 200/200/167 216/216/183
+f 191/191/158 192/192/159 202/202/169 215/215/182
+f 186/186/153 190/190/157 216/216/183 207/207/174
+f 216/216/183 200/200/167 2/217/184 3/218/185
+f 215/215/182 202/202/169 8/219/186 9/220/187
+f 207/207/174 216/216/183 3/218/185 4/221/188
+f 200/200/167 199/199/166 1/222/189 2/217/184
+f 202/202/169 201/201/168 7/223/190 8/219/186
+f 199/199/166 203/203/170 34/224/191 1/222/189
+f 201/201/168 204/204/171 6/225/192 7/223/190
+f 203/203/170 205/205/172 33/226/193 34/224/191
+f 204/204/171 206/206/173 5/227/194 6/225/192
+f 206/206/173 207/207/174 4/221/188 5/227/194
+f 205/205/172 208/208/175 32/228/195 33/226/193
+f 208/208/175 209/209/176 31/229/196 32/228/195
+f 211/211/178 210/210/177 11/230/197 12/231/198
+f 212/212/179 211/211/178 12/231/198 13/232/199
+f 210/210/177 213/213/180 10/233/200 11/230/197
+f 209/209/176 214/214/181 30/234/201 31/229/196
+f 213/213/180 215/215/182 9/220/187 10/233/200
+f 10/235/202 9/236/203 217/237/204 218/238/205
+f 3/239/206 2/240/207 219/241/208 220/242/209
+f 9/236/203 8/243/210 221/244/211 217/237/204
+f 4/245/212 3/239/206 220/242/209 222/246/213
+f 2/240/207 1/247/214 223/248/215 219/241/208
+f 8/243/210 7/249/216 224/250/217 221/244/211
+f 1/247/214 34/251/218 225/252/219 223/248/215
+f 7/249/216 6/253/220 226/254/221 224/250/217
+f 34/251/218 33/255/222 227/256/223 225/252/219
+f 6/253/220 5/257/224 228/258/225 226/254/221
+f 33/255/222 32/259/226 233/260/227 227/256/223
+f 32/259/226 31/261/228 234/262/229 233/260/227
+f 12/263/230 11/264/231 235/265/232 236/266/233
+f 13/267/234 12/263/230 236/266/233 237/268/235
+f 11/264/231 10/235/202 218/238/205 235/265/232
+f 31/261/228 30/269/236 238/270/237 234/262/229
+f 239/271/238 240/272/239 222/246/213 220/242/209
+f 241/273/240 239/271/238 220/242/209 219/241/208
+f 242/274/241 241/273/240 219/241/208 223/248/215
+f 243/275/242 242/274/241 223/248/215 225/252/219
+f 244/276/243 243/275/242 225/252/219 227/256/223
+f 245/277/244 244/276/243 227/256/223 233/260/227
+f 246/278/245 245/277/244 233/260/227 234/262/229
+f 247/279/246 246/278/245 234/262/229 238/270/237
+f 248/280/247 249/281/248 250/282/249 251/283/250
+f 252/284/251 253/285/252 249/281/248 248/280/247
+f 254/286/253 255/287/254 253/285/252 252/284/251
+f 256/288/255 257/289/256 255/287/254 254/286/253
+f 258/290/257 259/291/258 260/292/259 261/293/260
+f 262/294/261 263/295/262 257/289/256 256/288/255
+f 264/296/263 265/297/264 263/295/262 262/294/261
+f 261/293/260 260/292/259 265/297/264 264/296/263
+f 266/298/265 267/299/266 268/300/267 269/301/268
+f 270/302/269 271/303/270 267/299/266 266/298/265
+f 272/304/271 273/305/272 271/303/270 270/302/269
+f 274/306/273 275/307/274 273/305/272 272/304/271
+f 276/308/275 277/309/276 275/307/274 274/306/273
+f 278/310/277 279/311/278 277/309/276 276/308/275
+f 251/283/250 250/282/249 279/311/278 278/310/277
+f 269/301/268 268/300/267 280/312/279 281/313/280
+f 527/314/281 480/315/282 551/316/281
+f 258/290/257 261/293/260 284/317/283 285/318/284
+f 261/293/260 264/296/263 286/319/285 284/317/283
+f 281/313/280 287/320/281 288/321/281 269/301/268
+f 269/301/268 288/321/281 289/322/286 266/298/265
+f 266/298/265 289/322/286 290/323/287 270/302/269
+f 291/324/288 272/304/271 270/302/269 290/323/287
+f 292/325/289 274/306/273 272/304/271 291/324/288
+f 293/326/290 276/308/275 274/306/273 292/325/289
+f 294/327/291 278/310/277 276/308/275 293/326/290
+f 278/310/277 294/327/291 231/328/292
+f 295/329/293 283/330/281 282/331/281 296/332/293
+f 296/332/293 282/331/281 228/258/225 297/333/293
+f 298/334/294 286/319/285 264/296/263 262/294/261
+f 299/335/295 298/334/294 262/294/261 256/288/255
+f 297/333/293 228/258/225 300/336/281
+f 300/336/281 228/258/225 301/337/296
+f 302/338/297 301/337/296 228/258/225 232/339/298
+f 302/338/297 232/339/298 303/340/299
+f 303/340/299 232/339/298 304/341/300
+f 294/327/291 305/342/301 231/328/292
+f 305/342/301 304/341/300 232/339/298 231/328/292
+f 278/310/277 231/328/292 251/283/250
+f 248/280/247 251/283/250 231/328/292 230/343/302
+f 248/280/247 230/343/302 252/284/251
+f 252/284/251 230/343/302 254/286/253
+f 306/344/303 299/335/295 230/343/302
+f 306/344/303 230/343/302 307/345/304
+f 307/345/304 230/343/302 308/346/305
+f 230/343/302 229/347/306 308/346/305
+f 240/272/239 308/346/305 229/347/306 222/246/213
+f 254/286/253 230/343/302 299/335/295 256/288/255
+f 309/348/307 310/349/308 311/350/309 312/351/310
+f 313/352/311 314/353/312 310/349/308 309/348/307
+f 315/354/313 316/355/314 314/353/312 313/352/311
+f 317/356/315 318/357/316 316/355/314 315/354/313
+f 319/358/317 320/359/318 318/357/316 317/356/315
+f 321/360/319 322/361/320 320/359/318 319/358/317
+f 323/362/321 324/363/322 50/50/17
+f 312/351/310 311/350/309 324/363/322 323/362/321
+f 311/350/309 325/364/323 326/365/324 324/363/322
+f 310/349/308 327/366/325 325/364/323 311/350/309
+f 314/353/312 328/367/326 327/366/325 310/349/308
+f 316/355/314 329/368/327 328/367/326 314/353/312
+f 318/357/316 330/369/328 329/368/327 316/355/314
+f 320/359/318 331/370/329 330/369/328 318/357/316
+f 322/361/320 332/371/330 331/370/329 320/359/318
+f 324/363/322 326/365/324 50/50/17
+f 330/369/328 333/372/331 334/373/332 329/368/327
+f 331/370/329 335/374/333 333/372/331 330/369/328
+f 332/371/330 336/375/334 335/374/333 331/370/329
+f 326/365/324 337/376/335 50/50/17
+f 325/364/323 338/377/336 337/376/335 326/365/324
+f 327/366/325 339/378/337 338/377/336 325/364/323
+f 328/367/326 340/379/338 339/378/337 327/366/325
+f 329/368/327 334/373/332 340/379/338 328/367/326
+f 338/377/336 341/380/339 342/381/340 337/376/335
+f 339/378/337 343/382/341 341/380/339 338/377/336
+f 340/379/338 344/383/342 343/382/341 339/378/337
+f 334/373/332 345/384/343 344/383/342 340/379/338
+f 333/372/331 346/385/344 345/384/343 334/373/332
+f 335/374/333 347/386/345 346/385/344 333/372/331
+f 336/375/334 348/387/346 347/386/345 335/374/333
+f 337/376/335 342/381/340 50/50/17
+f 346/385/344 349/388/347 350/389/348 345/384/343
+f 347/386/345 351/390/349 349/388/347 346/385/344
+f 348/387/346 352/391/350 351/390/349 347/386/345
+f 342/381/340 353/392/351 50/50/17
+f 341/380/339 354/393/352 353/392/351 342/381/340
+f 343/382/341 355/394/353 354/393/352 341/380/339
+f 344/383/342 356/395/354 355/394/353 343/382/341
+f 345/384/343 350/389/348 356/395/354 344/383/342
+f 355/394/353 357/396/355 358/397/356 354/393/352
+f 356/395/354 359/398/357 357/396/355 355/394/353
+f 350/389/348 360/399/358 359/398/357 356/395/354
+f 349/388/347 361/400/359 360/399/358 350/389/348
+f 351/390/349 362/401/360 361/400/359 349/388/347
+f 352/391/350 363/402/361 362/401/360 351/390/349
+f 353/392/351 364/403/362 50/50/17
+f 354/393/352 358/397/356 364/403/362 353/392/351
+f 362/401/360 365/404/363 366/405/364 361/400/359
+f 363/402/361 367/406/365 365/404/363 362/401/360
+f 364/403/362 368/407/366 50/50/17
+f 358/397/356 369/408/367 368/407/366 364/403/362
+f 357/396/355 370/409/368 369/408/367 358/397/356
+f 359/398/357 371/410/369 370/409/368 357/396/355
+f 360/399/358 372/411/370 371/410/369 359/398/357
+f 361/400/359 366/405/364 372/411/370 360/399/358
+f 370/409/368 101/101/68 100/100/67 369/408/367
+f 371/410/369 102/102/69 101/101/68 370/409/368
+f 372/411/370 103/103/70 102/102/69 371/410/369
+f 366/405/364 104/104/71 103/103/70 372/411/370
+f 365/404/363 105/105/72 104/104/71 366/405/364
+f 367/406/365 106/106/73 105/105/72 365/404/363
+f 368/407/366 107/107/74 50/50/17
+f 369/408/367 100/100/67 107/107/74 368/407/366
+f 373/412/371 374/413/372 375/414/373 376/415/374
+f 377/416/375 378/417/376 374/413/372 373/412/371
+f 379/418/377 380/419/378 378/417/376 377/416/375
+f 381/420/379 382/421/380 380/419/378 379/418/377
+f 383/422/381 384/423/382 382/421/380 381/420/379
+f 385/424/383 386/425/384 384/423/382 383/422/381
+f 122/122/89 386/425/384 385/424/383
+f 376/415/374 375/414/373 387/426/385 388/427/386
+f 122/122/89 389/428/387 386/425/384
+f 375/414/373 390/429/388 391/430/389 387/426/385
+f 374/413/372 392/431/390 390/429/388 375/414/373
+f 378/417/376 393/432/391 392/431/390 374/413/372
+f 380/419/378 394/433/392 393/432/391 378/417/376
+f 382/421/380 395/434/393 394/433/392 380/419/378
+f 384/423/382 396/435/394 395/434/393 382/421/380
+f 386/425/384 389/428/387 396/435/394 384/423/382
+f 395/434/393 397/436/395 398/437/396 394/433/392
+f 396/435/394 399/438/397 397/436/395 395/434/393
+f 389/428/387 400/439/398 399/438/397 396/435/394
+f 122/122/89 400/439/398 389/428/387
+f 390/429/388 401/440/399 402/441/400 391/430/389
+f 392/431/390 403/442/401 401/440/399 390/429/388
+f 393/432/391 404/443/402 403/442/401 392/431/390
+f 394/433/392 398/437/396 404/443/402 393/432/391
+f 403/442/401 405/444/403 406/445/404 401/440/399
+f 404/443/402 407/446/405 405/444/403 403/442/401
+f 398/437/396 408/447/406 407/446/405 404/443/402
+f 397/436/395 409/448/407 408/447/406 398/437/396
+f 399/438/397 410/449/408 409/448/407 397/436/395
+f 400/439/398 411/450/409 410/449/408 399/438/397
+f 122/122/89 411/450/409 400/439/398
+f 401/440/399 406/445/404 412/451/410 402/441/400
+f 410/449/408 413/452/411 414/453/412 409/448/407
+f 411/450/409 415/454/413 413/452/411 410/449/408
+f 122/122/89 415/454/413 411/450/409
+f 406/445/404 416/455/414 417/456/415 412/451/410
+f 405/444/403 418/457/416 416/455/414 406/445/404
+f 407/446/405 419/458/417 418/457/416 405/444/403
+f 408/447/406 420/459/418 419/458/417 407/446/405
+f 409/448/407 414/453/412 420/459/418 408/447/406
+f 418/457/416 421/460/419 422/461/420 416/455/414
+f 419/458/417 423/462/421 421/460/419 418/457/416
+f 420/459/418 424/463/422 423/462/421 419/458/417
+f 414/453/412 425/464/423 424/463/422 420/459/418
+f 413/452/411 426/465/424 425/464/423 414/453/412
+f 415/454/413 427/466/425 426/465/424 413/452/411
+f 122/122/89 427/466/425 415/454/413
+f 416/455/414 422/461/420 428/467/426 417/456/415
+f 426/465/424 429/468/427 430/469/428 425/464/423
+f 427/466/425 431/470/429 429/468/427 426/465/424
+f 122/122/89 431/470/429 427/466/425
+f 422/461/420 432/471/430 433/472/431 428/467/426
+f 421/460/419 434/473/432 432/471/430 422/461/420
+f 423/462/421 435/474/433 434/473/432 421/460/419
+f 424/463/422 436/475/434 435/474/433 423/462/421
+f 425/464/423 430/469/428 436/475/434 424/463/422
+f 435/474/433 174/174/141 173/173/140 434/473/432
+f 436/475/434 175/175/142 174/174/141 435/474/433
+f 430/469/428 176/176/143 175/175/142 436/475/434
+f 429/468/427 177/177/144 176/176/143 430/469/428
+f 431/470/429 178/178/145 177/177/144 429/468/427
+f 122/122/89 178/178/145 431/470/429
+f 432/471/430 180/180/147 179/179/146 433/472/431
+f 434/473/432 173/173/140 180/180/147 432/471/430
+f 388/427/386 387/426/385 322/361/320 321/360/319
+f 387/426/385 391/430/389 332/371/330 322/361/320
+f 391/430/389 402/441/400 336/375/334 332/371/330
+f 402/441/400 412/451/410 348/387/346 336/375/334
+f 412/451/410 417/456/415 352/391/350 348/387/346
+f 417/456/415 428/467/426 363/402/361 352/391/350
+f 428/467/426 433/472/431 367/406/365 363/402/361
+f 433/472/431 179/179/146 106/106/73 367/406/365
+f 379/418/377 437/476/435 438/477/436 381/420/379
+f 381/420/379 438/477/436 439/478/437 383/422/381
+f 323/362/321 440/479/438 441/480/439 312/351/310
+f 321/360/319 442/481/440 443/482/441 388/427/386
+f 383/422/381 439/478/437 444/483/442 385/424/383
+f 312/351/310 441/480/439 445/484/443 309/348/307
+f 388/427/386 443/482/441 446/485/444 376/415/374
+f 309/348/307 445/484/443 447/486/445 313/352/311
+f 313/352/311 447/486/445 448/487/446 315/354/313
+f 315/354/313 448/487/446 449/488/447 317/356/315
+f 317/356/315 449/488/447 450/489/448 319/358/317
+f 50/50/17 195/195/162 440/479/438 323/362/321
+f 319/358/317 450/489/448 442/481/440 321/360/319
+f 385/424/383 444/483/442 196/196/163 122/122/89
+f 376/415/374 446/485/444 451/490/449 373/412/371
+f 373/412/371 451/490/449 452/491/450 377/416/375
+f 377/416/375 452/491/450 437/476/435 379/418/377
+f 451/490/449 453/492/451 454/493/452 452/491/450
+f 448/487/446 455/494/453 456/495/454 449/488/447
+f 452/491/450 454/493/452 457/496/455 437/476/435
+f 449/488/447 456/495/454 458/497/456 450/489/448
+f 437/476/435 457/496/455 459/498/457 438/477/436
+f 450/489/448 458/497/456 460/499/458 442/481/440
+f 442/481/440 460/499/458 461/500/459 443/482/441
+f 438/477/436 459/498/457 462/501/460 439/478/437
+f 439/478/437 462/501/460 463/502/461 444/483/442
+f 440/479/438 464/503/462 465/504/463 441/480/439
+f 195/195/162 212/212/179 464/503/462 440/479/438
+f 441/480/439 465/504/463 466/505/464 445/484/443
+f 444/483/442 463/502/461 214/214/181 196/196/163
+f 445/484/443 466/505/464 467/506/465 447/486/445
+f 446/485/444 468/507/466 453/492/451 451/490/449
+f 447/486/445 467/506/465 455/494/453 448/487/446
+f 443/482/441 461/500/459 468/507/466 446/485/444
+f 468/507/466 23/508/467 24/509/468 453/492/451
+f 467/506/465 17/510/469 18/511/470 455/494/453
+f 461/500/459 22/512/471 23/508/467 468/507/466
+f 453/492/451 24/509/468 25/513/472 454/493/452
+f 455/494/453 18/511/470 19/514/473 456/495/454
+f 454/493/452 25/513/472 26/515/474 457/496/455
+f 456/495/454 19/514/473 20/516/475 458/497/456
+f 457/496/455 26/515/474 27/517/476 459/498/457
+f 458/497/456 20/516/475 21/518/477 460/499/458
+f 460/499/458 21/518/477 22/512/471 461/500/459
+f 459/498/457 27/517/476 28/519/478 462/501/460
+f 462/501/460 28/519/478 29/520/479 463/502/461
+f 464/503/462 14/521/480 15/522/481 465/504/463
+f 212/212/179 13/232/199 14/521/480 464/503/462
+f 465/504/463 15/522/481 16/523/482 466/505/464
+f 463/502/461 29/520/479 30/234/201 214/214/181
+f 466/505/464 16/523/482 17/510/469 467/506/465
+f 16/524/483 469/525/484 470/526/485 17/527/486
+f 23/528/487 471/529/488 472/530/489 24/531/490
+f 17/527/486 470/526/485 473/532/491 18/533/492
+f 22/534/493 474/535/494 471/529/488 23/528/487
+f 24/531/490 472/530/489 475/536/495 25/537/496
+f 18/533/492 473/532/491 476/538/497 19/539/498
+f 25/537/496 475/536/495 477/540/499 26/541/500
+f 19/539/498 476/538/497 478/542/501 20/543/502
+f 26/541/500 477/540/499 479/544/503 27/545/504
+f 20/543/502 478/542/501 480/315/282 21/546/505
+f 5/257/224 4/245/212 553/547/506
+f 27/545/504 479/544/503 485/548/507 28/549/508
+f 28/549/508 485/548/507 486/550/509 29/551/510
+f 14/552/511 487/553/512 488/554/513 15/555/514
+f 13/267/234 237/268/235 487/553/512 14/552/511
+f 15/555/514 488/554/513 469/525/484 16/524/483
+f 29/551/510 486/550/509 238/270/237 30/269/236
+f 489/556/515 471/529/488 474/535/494 490/557/516
+f 491/558/517 472/530/489 471/529/488 489/556/515
+f 492/559/518 475/536/495 472/530/489 491/558/517
+f 493/560/519 477/540/499 475/536/495 492/559/518
+f 494/561/520 479/544/503 477/540/499 493/560/519
+f 495/562/521 485/548/507 479/544/503 494/561/520
+f 496/563/522 486/550/509 485/548/507 495/562/521
+f 247/279/246 238/270/237 486/550/509 496/563/522
+f 497/564/523 498/565/524 499/566/525 500/567/526
+f 501/568/527 497/564/523 500/567/526 502/569/528
+f 503/570/529 501/568/527 502/569/528 504/571/530
+f 505/572/531 503/570/529 504/571/530 506/573/532
+f 258/290/257 507/574/533 508/575/534 259/291/258
+f 509/576/535 505/572/531 506/573/532 510/577/536
+f 511/578/537 509/576/535 510/577/536 512/579/538
+f 507/574/533 511/578/537 512/579/538 508/575/534
+f 513/580/539 514/581/540 515/582/541 516/583/542
+f 517/584/543 513/580/539 516/583/542 518/585/544
+f 519/586/545 517/584/543 518/585/544 520/587/546
+f 521/588/547 519/586/545 520/587/546 522/589/548
+f 523/590/549 521/588/547 522/589/548 524/591/550
+f 525/592/551 523/590/549 524/591/550 526/593/552
+f 498/565/524 525/592/551 526/593/552 499/566/525
+f 514/581/540 281/313/280 280/312/279 515/582/541
+f 258/290/257 285/318/284 528/594/553 507/574/533
+f 507/574/533 528/594/553 529/595/554 511/578/537
+f 281/313/280 514/581/540 530/596/281 287/320/281
+f 514/581/540 513/580/539 531/597/281 530/596/281
+f 513/580/539 517/584/543 532/598/555 531/597/281
+f 533/599/556 532/598/555 517/584/543 519/586/545
+f 534/600/557 533/599/556 519/586/545 521/588/547
+f 535/601/558 534/600/557 521/588/547 523/590/549
+f 536/602/559 535/601/558 523/590/549 525/592/551
+f 525/592/551 482/603/560 536/602/559
+f 295/329/293 537/604/293 527/314/281 283/330/281
+f 537/604/293 538/605/293 480/315/282 527/314/281
+f 539/606/561 509/576/535 511/578/537 529/595/554
+f 540/607/562 505/572/531 509/576/535 539/606/561
+f 538/605/293 541/608/281 480/315/282
+f 541/608/281 542/609/563 480/315/282
+f 543/610/563 481/611/564 480/315/282 542/609/563
+f 543/610/563 544/612/563 481/611/564
+f 544/612/563 545/613/563 481/611/564
+f 536/602/559 482/603/560 546/614/563
+f 546/614/563 482/603/560 481/611/564 545/613/563
+f 525/592/551 498/565/524 482/603/560
+f 497/564/523 483/615/565 482/603/560 498/565/524
+f 497/564/523 501/568/527 483/615/565
+f 501/568/527 503/570/529 483/615/565
+f 547/616/566 483/615/565 540/607/562
+f 547/616/566 548/617/567 483/615/565
+f 548/617/567 549/618/568 483/615/565
+f 483/615/565 549/618/568 484/619/569
+f 490/557/516 474/535/494 484/619/569 549/618/568
+f 503/570/529 505/572/531 540/607/562 483/615/565
+f 224/250/217 226/254/221 550/620/281
+f 226/254/221 228/258/225 550/620/281
+f 228/258/225 282/331/281 550/620/281
+f 282/331/281 283/330/281 550/620/281
+f 283/330/281 237/268/235 550/620/281
+f 237/268/235 236/266/233 550/620/281
+f 236/266/233 235/265/232 550/620/281
+f 235/265/232 218/238/205 550/620/281
+f 218/238/205 217/237/204 550/620/281
+f 217/237/204 221/244/211 550/620/281
+f 221/244/211 224/250/217 550/620/281
+f 480/315/282 478/542/501 551/316/281
+f 478/542/501 476/538/497 551/316/281
+f 476/538/497 473/532/491 551/316/281
+f 473/532/491 470/526/485 551/316/281
+f 470/526/485 469/525/484 551/316/281
+f 469/525/484 488/554/513 551/316/281
+f 488/554/513 487/553/512 551/316/281
+f 487/553/512 237/268/235 551/316/281
+f 237/268/235 283/330/281 551/316/281
+f 283/330/281 527/314/281 551/316/281
+f 21/546/505 480/315/282 552/621/570
+f 480/315/282 481/611/564 552/621/570
+f 481/611/564 482/603/560 552/621/570
+f 482/603/560 483/615/565 552/621/570
+f 483/615/565 484/619/569 552/621/570
+f 484/619/569 474/535/494 552/621/570
+f 474/535/494 22/534/493 552/621/570
+f 22/534/493 21/546/505 552/621/570
+f 4/245/212 222/246/213 553/547/506
+f 222/246/213 229/347/306 553/547/506
+f 229/347/306 230/343/302 553/547/506
+f 230/343/302 231/328/292 553/547/506
+f 231/328/292 232/339/298 553/547/506
+f 232/339/298 228/258/225 553/547/506
+f 228/258/225 5/257/224 553/547/506
+o VolDownButton_VolDownButton_Cylinder.001
+v 0.016390 0.003700 -0.017859
+v 0.016390 0.005700 -0.017859
+v 0.016390 0.005700 -0.025183
+v 0.016390 0.003700 -0.025183
+v 0.017390 0.005700 -0.025183
+v 0.017390 0.003700 -0.025183
+v 0.017390 0.005700 -0.017859
+v 0.017390 0.003700 -0.017859
+vt 0.4834 0.9387
+vt 0.4834 0.9687
+vt 0.5110 0.9687
+vt 0.5110 0.9387
+vt 0.5950 0.8985
+vt 0.5950 0.9732
+vt 0.6019 0.9732
+vt 0.6019 0.8985
+vt 0.5958 0.8950
+vt 0.5958 0.9783
+vt 0.5121 0.9783
+vt 0.5121 0.8950
+vt 0.4833 0.9383
+vt 0.4833 0.9683
+vt 0.4557 0.9683
+vt 0.4557 0.9383
+vt 0.4833 0.9386
+vt 0.5109 0.9386
+vt 0.5109 0.9086
+vt 0.4833 0.9086
+vt 0.4833 0.9386
+vt 0.4557 0.9386
+vt 0.4557 0.9086
+vt 0.4833 0.9086
+vn -1.0000 0.0000 0.0000
+vn 0.0000 0.0000 -1.0000
+vn 1.0000 0.0000 0.0000
+vn 0.0000 0.0000 1.0000
+vn 0.0000 -1.0000 -0.0000
+vn 0.0000 1.0000 0.0000
+usemtl MatVolDownBut
+s off
+f 554/622/571 555/623/571 556/624/571 557/625/571
+f 557/626/572 556/627/572 558/628/572 559/629/572
+f 559/630/573 558/631/573 560/632/573 561/633/573
+f 561/634/574 560/635/574 555/636/574 554/637/574
+f 557/638/575 559/639/575 561/640/575 554/641/575
+f 558/642/576 556/643/576 555/644/576 560/645/576
+o TouchPad_TouchPad_Cylinder.003
+v -0.006560 0.008042 -0.034426
+v -0.006179 0.008042 -0.033125
+v -0.005561 0.008042 -0.031926
+v -0.004729 0.008042 -0.030875
+v -0.003716 0.008042 -0.030012
+v -0.002560 0.008042 -0.029371
+v -0.001305 0.008042 -0.028976
+v 0.000000 0.008042 -0.028843
+v 0.000000 0.008042 -0.042715
+v -0.001305 0.008042 -0.042581
+v -0.002560 0.008042 -0.042187
+v -0.003716 0.008042 -0.041546
+v -0.004729 0.008042 -0.040683
+v -0.005561 0.008042 -0.039632
+v -0.006179 0.008042 -0.038433
+v -0.006560 0.008042 -0.037132
+v -0.006688 0.008042 -0.035779
+v -0.002362 0.008573 -0.048095
+v -0.004634 0.008573 -0.047381
+v 0.000000 0.008573 -0.048336
+v -0.010069 0.008573 -0.028802
+v -0.008563 0.008573 -0.026899
+v -0.003224 0.009171 -0.018969
+v 0.000000 0.009171 -0.018640
+v 0.000000 0.008573 -0.023221
+v -0.002362 0.008573 -0.023463
+v -0.011188 0.008573 -0.040584
+v -0.011877 0.008573 -0.038229
+v -0.012110 0.008573 -0.035779
+v -0.011877 0.008573 -0.033329
+v -0.011188 0.008573 -0.030973
+v -0.016528 0.009171 -0.035779
+v -0.016210 0.009171 -0.032435
+v -0.006728 0.008573 -0.046220
+v -0.010069 0.008573 -0.042755
+v -0.006728 0.008573 -0.025338
+v -0.004634 0.008573 -0.024177
+v -0.008563 0.008573 -0.044658
+v -0.015270 0.009171 -0.029220
+v -0.013742 0.009171 -0.026257
+v -0.011687 0.009171 -0.023660
+v -0.009182 0.009171 -0.021528
+v -0.006325 0.009171 -0.019944
+v -0.003224 0.009171 -0.052589
+v -0.006325 0.009171 -0.051613
+v -0.009182 0.009171 -0.050030
+v -0.011687 0.009171 -0.047898
+v 0.000000 0.009171 -0.052918
+v -0.013742 0.009171 -0.045301
+v -0.015270 0.009171 -0.042338
+v -0.016210 0.009171 -0.039123
+v 0.006560 0.008042 -0.034426
+v 0.006688 0.008042 -0.035779
+v 0.006560 0.008042 -0.037132
+v 0.006179 0.008042 -0.038433
+v 0.005561 0.008042 -0.039632
+v 0.004729 0.008042 -0.040683
+v 0.003716 0.008042 -0.041546
+v 0.002560 0.008042 -0.042187
+v 0.001305 0.008042 -0.042581
+v 0.001305 0.008042 -0.028976
+v 0.002560 0.008042 -0.029371
+v 0.003716 0.008042 -0.030012
+v 0.004729 0.008042 -0.030875
+v 0.005561 0.008042 -0.031926
+v 0.006179 0.008042 -0.033125
+v 0.002362 0.008573 -0.048095
+v 0.004634 0.008573 -0.047381
+v 0.010069 0.008573 -0.028802
+v 0.008563 0.008573 -0.026899
+v 0.003224 0.009171 -0.018969
+v 0.002362 0.008573 -0.023463
+v 0.011188 0.008573 -0.040584
+v 0.011877 0.008573 -0.038229
+v 0.012110 0.008573 -0.035779
+v 0.011877 0.008573 -0.033329
+v 0.011188 0.008573 -0.030973
+v 0.016528 0.009171 -0.035779
+v 0.016210 0.009171 -0.032435
+v 0.006728 0.008573 -0.046220
+v 0.010069 0.008573 -0.042755
+v 0.006728 0.008573 -0.025338
+v 0.004634 0.008573 -0.024177
+v 0.008563 0.008573 -0.044658
+v 0.015270 0.009171 -0.029220
+v 0.013742 0.009171 -0.026257
+v 0.011687 0.009171 -0.023660
+v 0.009182 0.009171 -0.021528
+v 0.006325 0.009171 -0.019944
+v 0.003224 0.009171 -0.052589
+v 0.006325 0.009171 -0.051613
+v 0.009182 0.009171 -0.050030
+v 0.011687 0.009171 -0.047898
+v 0.013742 0.009171 -0.045301
+v 0.015270 0.009171 -0.042338
+v 0.016210 0.009171 -0.039123
+v -0.000000 0.008042 -0.035779
+vt 0.5929 0.5977
+vt 0.6116 0.6017
+vt 0.5989 0.6450
+vt 0.5886 0.6428
+vt 0.5738 0.5976
+vt 0.5781 0.6427
+vt 0.6693 0.7463
+vt 0.6587 0.7627
+vt 0.6249 0.7337
+vt 0.6307 0.7246
+vt 0.6221 0.8305
+vt 0.5965 0.8356
+vt 0.5929 0.7986
+vt 0.6117 0.7949
+vt 0.6693 0.6511
+vt 0.6766 0.6694
+vt 0.6347 0.6823
+vt 0.6307 0.6722
+vt 0.6803 0.6888
+vt 0.6803 0.7086
+vt 0.6368 0.7039
+vt 0.6368 0.6930
+vt 0.6766 0.7280
+vt 0.6347 0.7146
+vt 0.7161 0.6854
+vt 0.7161 0.7125
+vt 0.6292 0.6094
+vt 0.6086 0.6492
+vt 0.6586 0.6345
+vt 0.6248 0.6631
+vt 0.6452 0.7765
+vt 0.6293 0.7874
+vt 0.6087 0.7473
+vt 0.6174 0.7413
+vt 0.6451 0.6205
+vt 0.6174 0.6553
+vt 0.5990 0.7514
+vt 0.5886 0.7535
+vt 0.7110 0.7391
+vt 0.7010 0.7640
+vt 0.6864 0.7864
+vt 0.6679 0.8055
+vt 0.6462 0.8203
+vt 0.5964 0.5607
+vt 0.6220 0.5662
+vt 0.6461 0.5767
+vt 0.6679 0.5919
+vt 0.5702 0.5606
+vt 0.6864 0.6111
+vt 0.7009 0.6337
+vt 0.7110 0.6588
+vt 0.5834 0.6981
+vt 0.5551 0.6013
+vt 0.5678 0.6448
+vt 0.5580 0.6489
+vt 0.5374 0.6087
+vt 0.5081 0.7616
+vt 0.5419 0.7331
+vt 0.5493 0.7409
+vt 0.5216 0.7757
+vt 0.5704 0.8355
+vt 0.5739 0.7985
+vt 0.4901 0.6682
+vt 0.5320 0.6816
+vt 0.5299 0.6923
+vt 0.4864 0.6875
+vt 0.4864 0.7073
+vt 0.5299 0.7032
+vt 0.5320 0.7139
+vt 0.4901 0.7268
+vt 0.4974 0.7451
+vt 0.5360 0.7240
+vt 0.4506 0.7107
+vt 0.4558 0.7374
+vt 0.5493 0.6549
+vt 0.5215 0.6196
+vt 0.4974 0.6499
+vt 0.5360 0.6716
+vt 0.5375 0.7868
+vt 0.5581 0.7470
+vt 0.5678 0.7512
+vt 0.5551 0.7945
+vt 0.5080 0.6335
+vt 0.5419 0.6625
+vt 0.5781 0.7534
+vt 0.4658 0.7625
+vt 0.4803 0.7851
+vt 0.4988 0.8043
+vt 0.5206 0.8195
+vt 0.5447 0.8300
+vt 0.5446 0.5657
+vt 0.5205 0.5758
+vt 0.4988 0.5907
+vt 0.4803 0.6097
+vt 0.4658 0.6322
+vt 0.4557 0.6571
+vt 0.4506 0.6836
+vn 0.0228 0.9936 0.1107
+vn 0.0448 0.9935 0.1043
+vn 0.0199 0.9987 0.0462
+vn 0.0102 0.9987 0.0491
+vn 0.0000 0.9936 0.1129
+vn 0.0000 0.9987 0.0501
+vn 0.0973 0.9933 -0.0626
+vn 0.0828 0.9934 -0.0797
+vn 0.0367 0.9987 -0.0353
+vn 0.0431 0.9987 -0.0277
+vn 0.0261 0.9916 -0.1270
+vn 0.0000 0.9916 -0.1294
+vn 0.0000 0.9936 -0.1129
+vn 0.0228 0.9936 -0.1107
+vn 0.1080 0.9932 0.0431
+vn 0.1147 0.9932 0.0220
+vn 0.0508 0.9987 0.0097
+vn 0.0478 0.9987 0.0190
+vn 0.1169 0.9931 0.0000
+vn 0.1147 0.9932 -0.0220
+vn 0.0508 0.9987 -0.0097
+vn 0.0517 0.9987 0.0000
+vn 0.1080 0.9932 -0.0431
+vn 0.0478 0.9987 -0.0190
+vn 0.1338 0.9910 0.0000
+vn 0.1315 0.9910 -0.0254
+vn 0.0651 0.9935 0.0938
+vn 0.0289 0.9987 0.0416
+vn 0.0973 0.9933 0.0626
+vn 0.0431 0.9987 0.0277
+vn 0.0650 0.9935 -0.0938
+vn 0.0448 0.9935 -0.1043
+vn 0.0199 0.9987 -0.0462
+vn 0.0289 0.9987 -0.0416
+vn 0.0828 0.9934 0.0797
+vn 0.0367 0.9987 0.0353
+vn 0.0102 0.9987 -0.0491
+vn 0.0000 0.9987 -0.0501
+vn 0.1232 0.9911 -0.0497
+vn 0.1114 0.9912 -0.0721
+vn 0.0947 0.9913 -0.0917
+vn 0.0740 0.9915 -0.1074
+vn 0.0511 0.9915 -0.1196
+vn 0.0259 0.9916 0.1265
+vn 0.0510 0.9916 0.1191
+vn 0.0743 0.9914 0.1078
+vn 0.0946 0.9913 0.0917
+vn 0.0000 0.9916 0.1294
+vn 0.1114 0.9912 0.0721
+vn 0.1238 0.9911 0.0497
+vn 0.1315 0.9910 0.0254
+vn -0.0000 1.0000 0.0000
+vn -0.0228 0.9936 0.1107
+vn -0.0102 0.9987 0.0491
+vn -0.0199 0.9987 0.0462
+vn -0.0448 0.9935 0.1043
+vn -0.0973 0.9933 -0.0626
+vn -0.0431 0.9987 -0.0277
+vn -0.0367 0.9987 -0.0353
+vn -0.0828 0.9934 -0.0797
+vn -0.0261 0.9916 -0.1270
+vn -0.0228 0.9936 -0.1107
+vn -0.1080 0.9932 0.0431
+vn -0.0478 0.9987 0.0190
+vn -0.0508 0.9987 0.0097
+vn -0.1147 0.9932 0.0220
+vn -0.1169 0.9931 0.0000
+vn -0.0517 0.9987 0.0000
+vn -0.0508 0.9987 -0.0097
+vn -0.1147 0.9932 -0.0220
+vn -0.1080 0.9932 -0.0431
+vn -0.0478 0.9987 -0.0190
+vn -0.1338 0.9910 0.0000
+vn -0.1315 0.9910 -0.0254
+vn -0.0289 0.9987 0.0416
+vn -0.0651 0.9935 0.0938
+vn -0.0973 0.9933 0.0626
+vn -0.0431 0.9987 0.0277
+vn -0.0650 0.9935 -0.0938
+vn -0.0289 0.9987 -0.0416
+vn -0.0199 0.9987 -0.0462
+vn -0.0448 0.9935 -0.1043
+vn -0.0828 0.9934 0.0797
+vn -0.0367 0.9987 0.0353
+vn -0.0102 0.9987 -0.0491
+vn -0.1238 0.9911 -0.0497
+vn -0.1114 0.9912 -0.0721
+vn -0.0947 0.9913 -0.0917
+vn -0.0740 0.9915 -0.1074
+vn -0.0511 0.9915 -0.1196
+vn -0.0259 0.9916 0.1265
+vn -0.0510 0.9916 0.1191
+vn -0.0743 0.9914 0.1078
+vn -0.0946 0.9913 0.0917
+vn -0.1114 0.9912 0.0721
+vn -0.1235 0.9911 0.0497
+vn -0.1315 0.9910 0.0254
+usemtl MatTouchpad
+s 1
+f 579/646/577 580/647/578 572/648/579 571/649/580
+f 581/650/581 579/646/577 571/649/580 570/651/582
+f 582/652/583 583/653/584 565/654/585 564/655/586
+f 584/656/587 585/657/588 586/658/589 587/659/590
+f 588/660/591 589/661/592 577/662/593 576/663/594
+f 590/664/595 591/665/596 562/666/597 578/667/598
+f 592/668/599 582/652/583 564/655/586 563/669/600
+f 593/670/601 594/671/602 591/665/596 590/664/595
+f 580/647/578 595/672/603 573/673/604 572/648/579
+f 596/674/605 588/660/591 576/663/594 575/675/606
+f 597/676/607 598/677/608 567/678/609 566/679/610
+f 599/680/611 596/674/605 575/675/606 574/681/612
+f 598/677/608 587/659/590 568/682/613 567/678/609
+f 587/659/590 586/658/589 569/683/614 568/682/613
+f 595/672/603 599/680/611 574/681/612 573/673/604
+f 589/661/592 590/664/595 578/667/598 577/662/593
+f 594/671/602 600/684/615 592/668/599 591/665/596
+f 583/653/584 597/676/607 566/679/610 565/654/585
+f 591/665/596 592/668/599 563/669/600 562/666/597
+f 600/684/615 601/685/616 582/652/583 592/668/599
+f 601/685/616 602/686/617 583/653/584 582/652/583
+f 602/686/617 603/687/618 597/676/607 583/653/584
+f 603/687/618 604/688/619 598/677/608 597/676/607
+f 604/688/619 584/656/587 587/659/590 598/677/608
+f 605/689/620 606/690/621 580/647/578 579/646/577
+f 606/690/621 607/691/622 595/672/603 580/647/578
+f 607/691/622 608/692/623 599/680/611 595/672/603
+f 609/693/624 605/689/620 579/646/577 581/650/581
+f 608/692/623 610/694/625 596/674/605 599/680/611
+f 610/694/625 611/695/626 588/660/591 596/674/605
+f 611/695/626 612/696/627 589/661/592 588/660/591
+f 612/696/627 593/670/601 590/664/595 589/661/592
+f 574/681/612 575/675/606 658/697/628
+f 628/698/629 621/699/630 620/700/631 629/701/632
+f 581/650/581 570/651/582 621/699/630 628/698/629
+f 630/702/633 626/703/634 625/704/635 631/705/636
+f 632/706/637 633/707/638 586/658/589 585/657/588
+f 634/708/639 616/709/640 615/710/641 635/711/642
+f 636/712/643 614/713/644 613/714/645 637/715/646
+f 638/716/647 627/717/648 626/703/634 630/702/633
+f 639/718/649 636/712/643 637/715/646 640/719/650
+f 629/701/632 620/700/631 619/720/651 641/721/652
+f 642/722/653 617/723/654 616/709/640 634/708/639
+f 643/724/655 624/725/656 623/726/657 644/727/658
+f 645/728/659 618/729/660 617/723/654 642/722/653
+f 644/727/658 623/726/657 622/730/661 633/707/638
+f 633/707/638 622/730/661 569/683/614 586/658/589
+f 641/721/652 619/720/651 618/729/660 645/728/659
+f 635/711/642 615/710/641 614/713/644 636/712/643
+f 640/719/650 637/715/646 638/716/647 646/731/662
+f 631/705/636 625/704/635 624/725/656 643/724/655
+f 637/715/646 613/714/645 627/717/648 638/716/647
+f 646/731/662 638/716/647 630/702/633 647/732/663
+f 647/732/663 630/702/633 631/705/636 648/733/664
+f 648/733/664 631/705/636 643/724/655 649/734/665
+f 649/734/665 643/724/655 644/727/658 650/735/666
+f 650/735/666 644/727/658 633/707/638 632/706/637
+f 651/736/667 628/698/629 629/701/632 652/737/668
+f 652/737/668 629/701/632 641/721/652 653/738/669
+f 653/738/669 641/721/652 645/728/659 654/739/670
+f 609/693/624 581/650/581 628/698/629 651/736/667
+f 654/739/670 645/728/659 642/722/653 655/740/671
+f 655/740/671 642/722/653 634/708/639 656/741/672
+f 656/741/672 634/708/639 635/711/642 657/742/673
+f 657/742/673 635/711/642 636/712/643 639/718/649
+f 575/675/606 576/663/594 658/697/628
+f 576/663/594 577/662/593 658/697/628
+f 577/662/593 578/667/598 658/697/628
+f 578/667/598 562/666/597 658/697/628
+f 562/666/597 563/669/600 658/697/628
+f 563/669/600 564/655/586 658/697/628
+f 564/655/586 565/654/585 658/697/628
+f 565/654/585 566/679/610 658/697/628
+f 566/679/610 567/678/609 658/697/628
+f 567/678/609 568/682/613 658/697/628
+f 568/682/613 569/683/614 658/697/628
+f 569/683/614 622/730/661 658/697/628
+f 622/730/661 623/726/657 658/697/628
+f 623/726/657 624/725/656 658/697/628
+f 624/725/656 625/704/635 658/697/628
+f 625/704/635 626/703/634 658/697/628
+f 626/703/634 627/717/648 658/697/628
+f 627/717/648 613/714/645 658/697/628
+f 613/714/645 614/713/644 658/697/628
+f 614/713/644 615/710/641 658/697/628
+f 615/710/641 616/709/640 658/697/628
+f 616/709/640 617/723/654 658/697/628
+f 617/723/654 618/729/660 658/697/628
+f 618/729/660 619/720/651 658/697/628
+f 619/720/651 620/700/631 658/697/628
+f 620/700/631 621/699/630 658/697/628
+f 621/699/630 570/651/582 658/697/628
+f 570/651/582 571/649/580 658/697/628
+f 571/649/580 572/648/579 658/697/628
+f 572/648/579 573/673/604 658/697/628
+f 573/673/604 574/681/612 658/697/628
+o AppButton_AppButton_Cylinder.004
+v 0.006705 0.009158 0.008453
+v 0.004912 0.008868 0.008823
+v 0.005009 0.008868 0.009836
+v 0.006836 0.009158 0.009836
+v 0.006316 0.009158 0.007123
+v 0.004627 0.008868 0.007848
+v 0.005684 0.009158 0.005898
+v 0.004165 0.008868 0.006950
+v 0.004834 0.009158 0.004823
+v 0.003542 0.008868 0.006163
+v 0.000000 0.009158 0.002747
+v 0.000000 0.008868 0.004642
+v 0.000977 0.008868 0.004742
+v 0.001334 0.009158 0.002883
+v 0.003798 0.009158 0.003942
+v 0.002783 0.008868 0.005517
+v 0.002616 0.009158 0.003287
+v 0.001917 0.008868 0.005037
+v 0.002616 0.009158 0.016385
+v 0.001917 0.008868 0.014635
+v 0.000977 0.008868 0.014930
+v 0.001334 0.009158 0.016789
+v 0.003798 0.009158 0.015730
+v 0.002783 0.008868 0.014155
+v 0.004834 0.009158 0.014849
+v 0.003542 0.008868 0.013509
+v 0.005684 0.009158 0.013774
+v 0.004165 0.008868 0.012722
+v 0.006316 0.009158 0.012549
+v 0.004627 0.008868 0.011824
+v 0.004912 0.008868 0.010849
+v 0.002713 0.008610 0.010396
+v 0.002556 0.008610 0.010934
+v 0.001956 0.008610 0.011864
+v 0.001537 0.008610 0.012221
+v 0.006705 0.009158 0.011219
+v 0.002713 0.008610 0.009276
+v 0.002766 0.008610 0.009836
+v 0.001537 0.008610 0.007451
+v 0.001956 0.008610 0.007807
+v 0.000540 0.008610 0.012650
+v 0.000000 0.008610 0.012705
+v 0.000000 0.008868 0.015030
+v 0.001059 0.008610 0.012486
+v 0.002300 0.008610 0.008242
+v 0.002556 0.008610 0.008738
+v 0.001059 0.008610 0.007186
+v 0.002300 0.008610 0.011430
+v 0.000540 0.008610 0.007022
+v 0.000000 0.008610 0.006967
+v 0.000000 0.009158 0.016925
+v -0.006705 0.009158 0.008453
+v -0.006836 0.009158 0.009836
+v -0.005009 0.008868 0.009836
+v -0.004912 0.008868 0.008823
+v -0.006316 0.009158 0.007123
+v -0.004627 0.008868 0.007848
+v -0.005684 0.009158 0.005898
+v -0.004165 0.008868 0.006950
+v -0.004834 0.009158 0.004823
+v -0.003542 0.008868 0.006163
+v -0.001334 0.009158 0.002883
+v -0.000977 0.008868 0.004742
+v -0.003798 0.009158 0.003942
+v -0.002783 0.008868 0.005517
+v -0.002616 0.009158 0.003287
+v -0.001917 0.008868 0.005037
+v -0.002616 0.009158 0.016385
+v -0.001334 0.009158 0.016789
+v -0.000977 0.008868 0.014930
+v -0.001917 0.008868 0.014635
+v -0.003798 0.009158 0.015730
+v -0.002783 0.008868 0.014155
+v -0.004834 0.009158 0.014849
+v -0.003542 0.008868 0.013509
+v -0.005684 0.009158 0.013774
+v -0.004165 0.008868 0.012722
+v -0.006316 0.009158 0.012549
+v -0.004627 0.008868 0.011824
+v -0.004912 0.008868 0.010849
+v -0.002556 0.008610 0.010934
+v -0.002713 0.008610 0.010396
+v -0.001537 0.008610 0.012221
+v -0.001956 0.008610 0.011864
+v -0.006705 0.009158 0.011219
+v -0.002766 0.008610 0.009836
+v -0.002713 0.008610 0.009276
+v -0.001956 0.008610 0.007807
+v -0.001537 0.008610 0.007451
+v -0.000540 0.008610 0.012650
+v -0.001059 0.008610 0.012486
+v -0.002300 0.008610 0.008242
+v -0.002556 0.008610 0.008738
+v -0.001059 0.008610 0.007186
+v -0.002300 0.008610 0.011430
+v -0.000540 0.008610 0.007022
+v -0.000000 0.008610 0.009836
+vt 0.6436 0.3357
+vt 0.6297 0.3343
+vt 0.6302 0.3269
+vt 0.6442 0.3254
+vt 0.6410 0.3457
+vt 0.6279 0.3416
+vt 0.6365 0.3550
+vt 0.6245 0.3484
+vt 0.6302 0.3633
+vt 0.6200 0.3544
+vt 0.5933 0.3803
+vt 0.5932 0.3666
+vt 0.6007 0.3656
+vt 0.6036 0.3789
+vt 0.6225 0.3702
+vt 0.6143 0.3593
+vt 0.6135 0.3755
+vt 0.6078 0.3632
+vt 0.6105 0.2788
+vt 0.6058 0.2928
+vt 0.5987 0.2909
+vt 0.6008 0.2762
+vt 0.6196 0.2832
+vt 0.6124 0.2960
+vt 0.6276 0.2893
+vt 0.6182 0.3005
+vt 0.6343 0.2969
+vt 0.6231 0.3061
+vt 0.6394 0.3056
+vt 0.6268 0.3125
+vt 0.6292 0.3195
+vt 0.6128 0.3242
+vt 0.6115 0.3203
+vt 0.6068 0.3138
+vt 0.6035 0.3113
+vt 0.6428 0.3153
+vt 0.6130 0.3324
+vt 0.6133 0.3283
+vt 0.6045 0.3460
+vt 0.6077 0.3433
+vt 0.5960 0.3085
+vt 0.5919 0.3082
+vt 0.5913 0.2904
+vt 0.5999 0.3095
+vt 0.6101 0.3400
+vt 0.6120 0.3364
+vt 0.6010 0.3481
+vt 0.6094 0.3168
+vt 0.5907 0.2756
+vt 0.5930 0.3500
+vt 0.5971 0.3495
+vt 0.5408 0.3391
+vt 0.5397 0.3289
+vt 0.5543 0.3294
+vt 0.5551 0.3368
+vt 0.5439 0.3489
+vt 0.5574 0.3439
+vt 0.5489 0.3579
+vt 0.5610 0.3505
+vt 0.5556 0.3658
+vt 0.5659 0.3561
+vt 0.5830 0.3796
+vt 0.5857 0.3661
+vt 0.5637 0.3722
+vt 0.5717 0.3608
+vt 0.5730 0.3768
+vt 0.5785 0.3641
+vt 0.5711 0.2800
+vt 0.5807 0.2768
+vt 0.5840 0.2914
+vt 0.5770 0.2938
+vt 0.5623 0.2850
+vt 0.5705 0.2974
+vt 0.5545 0.2917
+vt 0.5649 0.3022
+vt 0.5482 0.2997
+vt 0.5603 0.3081
+vt 0.5435 0.3088
+vt 0.5569 0.3147
+vt 0.5549 0.3219
+vt 0.5731 0.3216
+vt 0.5720 0.3256
+vt 0.5805 0.3121
+vt 0.5774 0.3147
+vt 0.5406 0.3186
+vt 0.5716 0.3297
+vt 0.5721 0.3337
+vt 0.5781 0.3443
+vt 0.5813 0.3468
+vt 0.5879 0.3087
+vt 0.5841 0.3100
+vt 0.5754 0.3412
+vt 0.5734 0.3376
+vt 0.5850 0.3486
+vt 0.5749 0.3179
+vt 0.5925 0.3290
+vt 0.5889 0.3497
+vn -0.1537 0.9877 0.0296
+vn -0.1342 0.9906 0.0257
+vn -0.1368 0.9906 -0.0000
+vn -0.1567 0.9876 -0.0000
+vn -0.1444 0.9878 0.0579
+vn -0.1264 0.9907 0.0504
+vn -0.1302 0.9879 0.0843
+vn -0.1139 0.9908 0.0733
+vn -0.1106 0.9881 0.1072
+vn -0.0968 0.9909 0.0933
+vn 0.0000 0.9885 0.1513
+vn 0.0000 0.9912 0.1321
+vn -0.0267 0.9912 0.1296
+vn -0.0305 0.9885 0.1484
+vn -0.0869 0.9882 0.1260
+vn -0.0761 0.9910 0.1098
+vn -0.0598 0.9884 0.1399
+vn -0.0525 0.9911 0.1220
+vn -0.0594 0.9885 -0.1392
+vn -0.0525 0.9911 -0.1220
+vn -0.0267 0.9912 -0.1296
+vn -0.0305 0.9885 -0.1484
+vn -0.0869 0.9882 -0.1260
+vn -0.0761 0.9910 -0.1098
+vn -0.1106 0.9881 -0.1072
+vn -0.0968 0.9909 -0.0933
+vn -0.1302 0.9879 -0.0843
+vn -0.1138 0.9908 -0.0733
+vn -0.1447 0.9878 -0.0581
+vn -0.1264 0.9907 -0.0504
+vn -0.1342 0.9906 -0.0257
+vn -0.0595 0.9982 -0.0114
+vn -0.0562 0.9982 -0.0223
+vn -0.0431 0.9982 -0.0414
+vn -0.0339 0.9982 -0.0487
+vn -0.1537 0.9877 -0.0296
+vn -0.0595 0.9982 0.0114
+vn -0.0602 0.9982 -0.0000
+vn -0.0339 0.9982 0.0487
+vn -0.0431 0.9982 0.0414
+vn -0.0120 0.9983 -0.0577
+vn 0.0000 0.9983 -0.0588
+vn 0.0000 0.9912 -0.1321
+vn -0.0234 0.9983 -0.0542
+vn -0.0506 0.9982 0.0324
+vn -0.0562 0.9982 0.0223
+vn -0.0234 0.9983 0.0542
+vn -0.0506 0.9982 -0.0325
+vn 0.0000 0.9885 -0.1513
+vn 0.0000 0.9983 0.0588
+vn -0.0119 0.9983 0.0577
+vn 0.1537 0.9877 0.0296
+vn 0.1567 0.9876 -0.0000
+vn 0.1368 0.9906 -0.0000
+vn 0.1342 0.9906 0.0257
+vn 0.1447 0.9878 0.0581
+vn 0.1264 0.9907 0.0504
+vn 0.1302 0.9879 0.0843
+vn 0.1139 0.9908 0.0733
+vn 0.1106 0.9881 0.1072
+vn 0.0968 0.9909 0.0933
+vn 0.0305 0.9885 0.1484
+vn 0.0267 0.9912 0.1296
+vn 0.0869 0.9882 0.1260
+vn 0.0761 0.9910 0.1098
+vn 0.0594 0.9885 0.1392
+vn 0.0525 0.9911 0.1220
+vn 0.0598 0.9884 -0.1399
+vn 0.0305 0.9885 -0.1484
+vn 0.0267 0.9912 -0.1296
+vn 0.0525 0.9911 -0.1220
+vn 0.0869 0.9882 -0.1260
+vn 0.0761 0.9910 -0.1098
+vn 0.1106 0.9881 -0.1072
+vn 0.0968 0.9909 -0.0933
+vn 0.1302 0.9879 -0.0843
+vn 0.1138 0.9908 -0.0733
+vn 0.1447 0.9878 -0.0581
+vn 0.1264 0.9907 -0.0504
+vn 0.1342 0.9906 -0.0257
+vn 0.0562 0.9982 -0.0223
+vn 0.0595 0.9982 -0.0114
+vn 0.0339 0.9982 -0.0487
+vn 0.0431 0.9982 -0.0414
+vn 0.1537 0.9877 -0.0296
+vn 0.0602 0.9982 0.0000
+vn 0.0595 0.9982 0.0114
+vn 0.0431 0.9982 0.0414
+vn 0.0339 0.9982 0.0487
+vn 0.0120 0.9983 -0.0577
+vn 0.0234 0.9983 -0.0542
+vn 0.0506 0.9982 0.0324
+vn 0.0562 0.9982 0.0223
+vn 0.0234 0.9983 0.0542
+vn 0.0506 0.9982 -0.0325
+vn -0.0000 1.0000 0.0000
+vn 0.0119 0.9983 0.0577
+usemtl MatAppButton
+s 1
+f 659/743/674 660/744/675 661/745/676 662/746/677
+f 663/747/678 664/748/679 660/744/675 659/743/674
+f 665/749/680 666/750/681 664/748/679 663/747/678
+f 667/751/682 668/752/683 666/750/681 665/749/680
+f 669/753/684 670/754/685 671/755/686 672/756/687
+f 673/757/688 674/758/689 668/752/683 667/751/682
+f 675/759/690 676/760/691 674/758/689 673/757/688
+f 672/756/687 671/755/686 676/760/691 675/759/690
+f 677/761/692 678/762/693 679/763/694 680/764/695
+f 681/765/696 682/766/697 678/762/693 677/761/692
+f 683/767/698 684/768/699 682/766/697 681/765/696
+f 685/769/700 686/770/701 684/768/699 683/767/698
+f 687/771/702 688/772/703 686/770/701 685/769/700
+f 689/773/704 690/774/705 691/775/706 688/772/703
+f 684/768/699 692/776/707 693/777/708 682/766/697
+f 694/778/709 689/773/704 688/772/703 687/771/702
+f 660/744/675 695/779/710 696/780/711 661/745/676
+f 674/758/689 697/781/712 698/782/713 668/752/683
+f 679/763/694 699/783/714 700/784/715 701/785/716
+f 678/762/693 702/786/717 699/783/714 679/763/694
+f 668/752/683 698/782/713 703/787/718 666/750/681
+f 682/766/697 693/777/708 702/786/717 678/762/693
+f 666/750/681 703/787/718 704/788/719 664/748/679
+f 676/760/691 705/789/720 697/781/712 674/758/689
+f 662/746/677 661/745/676 689/773/704 694/778/709
+f 688/772/703 691/775/706 706/790/721 686/770/701
+f 661/745/676 696/780/711 690/774/705 689/773/704
+f 664/748/679 704/788/719 695/779/710 660/744/675
+f 680/764/695 679/763/694 701/785/716 709/791/722
+f 686/770/701 706/790/721 692/776/707 684/768/699
+f 670/754/685 708/792/723 707/793/724 671/755/686
+f 671/755/686 707/793/724 705/789/720 676/760/691
+f 710/794/725 711/795/726 712/796/727 713/797/728
+f 714/798/729 710/794/725 713/797/728 715/799/730
+f 716/800/731 714/798/729 715/799/730 717/801/732
+f 718/802/733 716/800/731 717/801/732 719/803/734
+f 669/753/684 720/804/735 721/805/736 670/754/685
+f 722/806/737 718/802/733 719/803/734 723/807/738
+f 724/808/739 722/806/737 723/807/738 725/809/740
+f 720/804/735 724/808/739 725/809/740 721/805/736
+f 726/810/741 727/811/742 728/812/743 729/813/744
+f 730/814/745 726/810/741 729/813/744 731/815/746
+f 732/816/747 730/814/745 731/815/746 733/817/748
+f 734/818/749 732/816/747 733/817/748 735/819/750
+f 736/820/751 734/818/749 735/819/750 737/821/752
+f 738/822/753 737/821/752 739/823/754 740/824/755
+f 733/817/748 731/815/746 741/825/756 742/826/757
+f 743/827/758 736/820/751 737/821/752 738/822/753
+f 713/797/728 712/796/727 744/828/759 745/829/760
+f 723/807/738 719/803/734 746/830/761 747/831/762
+f 728/812/743 701/785/716 700/784/715 748/832/763
+f 729/813/744 728/812/743 748/832/763 749/833/764
+f 719/803/734 717/801/732 750/834/765 746/830/761
+f 731/815/746 729/813/744 749/833/764 741/825/756
+f 717/801/732 715/799/730 751/835/766 750/834/765
+f 725/809/740 723/807/738 747/831/762 752/836/767
+f 711/795/726 743/827/758 738/822/753 712/796/727
+f 737/821/752 735/819/750 753/837/768 739/823/754
+f 712/796/727 738/822/753 740/824/755 744/828/759
+f 715/799/730 713/797/728 745/829/760 751/835/766
+f 746/830/761 750/834/765 755/838/769
+f 727/811/742 709/791/722 701/785/716 728/812/743
+f 735/819/750 733/817/748 742/826/757 753/837/768
+f 670/754/685 721/805/736 754/839/770 708/792/723
+f 721/805/736 725/809/740 752/836/767 754/839/770
+f 750/834/765 751/835/766 755/838/769
+f 751/835/766 745/829/760 755/838/769
+f 745/829/760 744/828/759 755/838/769
+f 744/828/759 740/824/755 755/838/769
+f 740/824/755 739/823/754 755/838/769
+f 739/823/754 753/837/768 755/838/769
+f 753/837/768 742/826/757 755/838/769
+f 742/826/757 741/825/756 755/838/769
+f 741/825/756 749/833/764 755/838/769
+f 749/833/764 748/832/763 755/838/769
+f 748/832/763 700/784/715 755/838/769
+f 700/784/715 699/783/714 755/838/769
+f 699/783/714 702/786/717 755/838/769
+f 702/786/717 693/777/708 755/838/769
+f 693/777/708 692/776/707 755/838/769
+f 692/776/707 706/790/721 755/838/769
+f 706/790/721 691/775/706 755/838/769
+f 691/775/706 690/774/705 755/838/769
+f 690/774/705 696/780/711 755/838/769
+f 696/780/711 695/779/710 755/838/769
+f 695/779/710 704/788/719 755/838/769
+f 704/788/719 703/787/718 755/838/769
+f 703/787/718 698/782/713 755/838/769
+f 698/782/713 697/781/712 755/838/769
+f 697/781/712 705/789/720 755/838/769
+f 705/789/720 707/793/724 755/838/769
+f 707/793/724 708/792/723 755/838/769
+f 708/792/723 754/839/770 755/838/769
+f 754/839/770 752/836/767 755/838/769
+f 752/836/767 747/831/762 755/838/769
+f 747/831/762 746/830/761 755/838/769
+o VolUpButton_VolUpButton_Cylinder.002
+v 0.016390 0.003700 -0.025302
+v 0.016390 0.005700 -0.025302
+v 0.016390 0.005700 -0.032626
+v 0.016390 0.003700 -0.032626
+v 0.017390 0.005700 -0.032626
+v 0.017390 0.003700 -0.032626
+v 0.017390 0.005700 -0.025302
+v 0.017390 0.003700 -0.025302
+vt 0.6932 0.9383
+vt 0.6932 0.9680
+vt 0.7205 0.9680
+vt 0.7205 0.9383
+vt 0.7209 0.9385
+vt 0.7209 0.9682
+vt 0.7483 0.9682
+vt 0.7483 0.9385
+vt 0.6922 0.8960
+vt 0.6922 0.9792
+vt 0.6021 0.9792
+vt 0.6021 0.8960
+vt 0.6025 0.9059
+vt 0.6025 0.9736
+vt 0.5961 0.9736
+vt 0.5961 0.9059
+vt 0.7209 0.9389
+vt 0.7483 0.9389
+vt 0.7483 0.9092
+vt 0.7209 0.9092
+vt 0.7209 0.9389
+vt 0.6936 0.9389
+vt 0.6936 0.9092
+vt 0.7209 0.9092
+vn -1.0000 0.0000 0.0000
+vn 0.0000 0.0000 -1.0000
+vn 1.0000 0.0000 0.0000
+vn 0.0000 0.0000 1.0000
+vn 0.0000 -1.0000 -0.0000
+vn 0.0000 1.0000 0.0000
+usemtl MatVolUpBut
+s off
+f 756/840/771 757/841/771 758/842/771 759/843/771
+f 759/844/772 758/845/772 760/846/772 761/847/772
+f 761/848/773 760/849/773 762/850/773 763/851/773
+f 763/852/774 762/853/774 757/854/774 756/855/774
+f 759/856/775 761/857/775 763/858/775 756/859/775
+f 760/860/776 758/861/776 757/862/776 762/863/776
+o HomeButton_HomeButton_Cylinder.005
+v -0.000002 0.009053 -0.014111
+v -0.000002 0.009153 -0.014111
+v 0.001266 0.009153 -0.013986
+v 0.001266 0.009053 -0.013986
+v 0.002486 0.009153 -0.013616
+v 0.002486 0.009053 -0.013616
+v 0.003609 0.009153 -0.013015
+v 0.003609 0.009053 -0.013015
+v 0.004594 0.009153 -0.012207
+v 0.004594 0.009053 -0.012207
+v 0.005403 0.009153 -0.011222
+v 0.005403 0.009053 -0.011222
+v 0.006003 0.009153 -0.010098
+v 0.006003 0.009053 -0.010098
+v 0.006373 0.009153 -0.008879
+v 0.006373 0.009053 -0.008879
+v 0.006498 0.009153 -0.007611
+v 0.006498 0.009053 -0.007611
+v 0.006373 0.009153 -0.006343
+v 0.006373 0.009053 -0.006343
+v 0.006003 0.009153 -0.005123
+v 0.006003 0.009053 -0.005123
+v 0.005403 0.009153 -0.004000
+v 0.005403 0.009053 -0.004000
+v 0.004594 0.009153 -0.003015
+v 0.004594 0.009053 -0.003015
+v 0.003609 0.009153 -0.002206
+v 0.003609 0.009053 -0.002206
+v 0.002486 0.009153 -0.001606
+v 0.002486 0.009053 -0.001606
+v 0.001266 0.009153 -0.001236
+v 0.001266 0.009053 -0.001236
+v -0.000002 0.009153 -0.001111
+v -0.000002 0.009053 -0.001111
+v -0.001270 0.009153 -0.001236
+v -0.001270 0.009053 -0.001236
+v -0.002489 0.009153 -0.001606
+v -0.002489 0.009053 -0.001606
+v -0.003613 0.009153 -0.002206
+v -0.003613 0.009053 -0.002206
+v -0.004598 0.009153 -0.003015
+v -0.004598 0.009053 -0.003015
+v -0.005406 0.009153 -0.004000
+v -0.005406 0.009053 -0.004000
+v -0.006007 0.009153 -0.005123
+v -0.006007 0.009053 -0.005123
+v -0.006377 0.009153 -0.006343
+v -0.006377 0.009053 -0.006343
+v -0.006502 0.009153 -0.007611
+v -0.006502 0.009053 -0.007611
+v -0.006377 0.009153 -0.008879
+v -0.006377 0.009053 -0.008879
+v -0.006007 0.009153 -0.010098
+v -0.006007 0.009053 -0.010098
+v -0.005406 0.009153 -0.011222
+v -0.005406 0.009053 -0.011222
+v -0.004598 0.009153 -0.012207
+v -0.004598 0.009053 -0.012207
+v -0.003613 0.009153 -0.013015
+v -0.003613 0.009053 -0.013015
+v -0.002489 0.009153 -0.013616
+v -0.002489 0.009053 -0.013616
+v -0.000002 0.009030 -0.001111
+v -0.001270 0.009030 -0.001236
+v -0.001270 0.009153 -0.013986
+v -0.001270 0.009053 -0.013986
+v -0.006377 0.009030 -0.008879
+v -0.006007 0.009030 -0.010098
+v 0.003609 0.009030 -0.013015
+v 0.004594 0.009030 -0.012207
+v 0.004594 0.009030 -0.003015
+v 0.003609 0.009030 -0.002206
+v -0.005406 0.009030 -0.004000
+v -0.006007 0.009030 -0.005123
+v -0.002489 0.009030 -0.013616
+v -0.001270 0.009030 -0.013986
+v 0.006498 0.009030 -0.007611
+v 0.006373 0.009030 -0.006343
+v -0.002489 0.009030 -0.001606
+v -0.005406 0.009030 -0.011222
+v 0.005403 0.009030 -0.011222
+v 0.002486 0.009030 -0.001606
+v -0.006377 0.009030 -0.006343
+v -0.000002 0.009030 -0.014111
+v 0.001266 0.009030 -0.013986
+v 0.006003 0.009030 -0.005123
+v -0.003613 0.009030 -0.002206
+v -0.004598 0.009030 -0.012207
+v 0.006003 0.009030 -0.010098
+v 0.001266 0.009030 -0.001236
+v -0.006502 0.009030 -0.007611
+v 0.002486 0.009030 -0.013616
+v 0.005403 0.009030 -0.004000
+v -0.004598 0.009030 -0.003015
+v -0.003613 0.009030 -0.013015
+v 0.006373 0.009030 -0.008879
+v -0.000002 0.009030 -0.007611
+v -0.000002 0.009053 -0.007611
+vt 0.5923 0.5024
+vt 0.5924 0.5025
+vt 0.6004 0.5009
+vt 0.6003 0.5008
+vt 0.6080 0.4977
+vt 0.6079 0.4977
+vt 0.6148 0.4932
+vt 0.6147 0.4931
+vt 0.6207 0.4874
+vt 0.6206 0.4873
+vt 0.6254 0.4805
+vt 0.6253 0.4805
+vt 0.6287 0.4729
+vt 0.6286 0.4729
+vt 0.6304 0.4649
+vt 0.6303 0.4648
+vt 0.6306 0.4566
+vt 0.6305 0.4566
+vt 0.6292 0.4484
+vt 0.6291 0.4484
+vt 0.6262 0.4408
+vt 0.6260 0.4408
+vt 0.6217 0.4338
+vt 0.6216 0.4338
+vt 0.6159 0.4279
+vt 0.6158 0.4280
+vt 0.6091 0.4233
+vt 0.6090 0.4233
+vt 0.6014 0.4202
+vt 0.6013 0.4202
+vt 0.5933 0.4186
+vt 0.5932 0.4186
+vt 0.5849 0.4186
+vt 0.5849 0.4187
+vt 0.5768 0.4204
+vt 0.5767 0.4204
+vt 0.5691 0.4237
+vt 0.5690 0.4237
+vt 0.5621 0.4284
+vt 0.5621 0.4284
+vt 0.5563 0.4344
+vt 0.5562 0.4344
+vt 0.5517 0.4414
+vt 0.5516 0.4414
+vt 0.5485 0.4491
+vt 0.5485 0.4491
+vt 0.5469 0.4573
+vt 0.5469 0.4572
+vt 0.5469 0.4655
+vt 0.5469 0.4655
+vt 0.5485 0.4736
+vt 0.5485 0.4735
+vt 0.5517 0.4811
+vt 0.5516 0.4811
+vt 0.5562 0.4879
+vt 0.5562 0.4878
+vt 0.5620 0.4936
+vt 0.5619 0.4935
+vt 0.5687 0.4980
+vt 0.5687 0.4980
+vt 0.5763 0.5011
+vt 0.5762 0.5010
+vt 0.5850 0.4186
+vt 0.5768 0.4204
+vt 0.5842 0.5026
+vt 0.5842 0.5025
+vt 0.5485 0.4736
+vt 0.5517 0.4811
+vt 0.6149 0.4932
+vt 0.6208 0.4874
+vt 0.6160 0.4279
+vt 0.6091 0.4233
+vt 0.5517 0.4414
+vt 0.5485 0.4491
+vt 0.5763 0.5011
+vt 0.5843 0.5026
+vt 0.6307 0.4566
+vt 0.6292 0.4485
+vt 0.5691 0.4236
+vt 0.5562 0.4879
+vt 0.6254 0.4806
+vt 0.6015 0.4201
+vt 0.5469 0.4573
+vt 0.5924 0.5026
+vt 0.6004 0.5009
+vt 0.6262 0.4408
+vt 0.5622 0.4284
+vt 0.5620 0.4936
+vt 0.6287 0.4730
+vt 0.5933 0.4186
+vt 0.5469 0.4655
+vt 0.6080 0.4978
+vt 0.6217 0.4338
+vt 0.5563 0.4344
+vt 0.5688 0.4981
+vt 0.6305 0.4649
+vt 0.6063 0.5090
+vt 0.5974 0.5118
+vt 0.5883 0.4648
+vt 0.5881 0.5129
+vt 0.5789 0.5121
+vt 0.5699 0.5095
+vt 0.5617 0.5052
+vt 0.5545 0.4994
+vt 0.5485 0.4923
+vt 0.5440 0.4841
+vt 0.5413 0.4751
+vt 0.5403 0.4657
+vt 0.5411 0.4562
+vt 0.5438 0.4470
+vt 0.5482 0.4385
+vt 0.5542 0.4310
+vt 0.5615 0.4248
+vt 0.5699 0.4201
+vt 0.5790 0.4172
+vt 0.5885 0.4161
+vt 0.5979 0.4170
+vt 0.6070 0.4197
+vt 0.6154 0.4241
+vt 0.6226 0.4302
+vt 0.6285 0.4375
+vt 0.6329 0.4459
+vt 0.6355 0.4550
+vt 0.6363 0.4644
+vt 0.6352 0.4739
+vt 0.6324 0.4829
+vt 0.6278 0.4912
+vt 0.6218 0.4985
+vt 0.6146 0.5045
+vt 0.5885 0.5129
+vt 0.5978 0.5118
+vt 0.5886 0.4650
+vt 0.6067 0.5090
+vt 0.6150 0.5045
+vt 0.6223 0.4985
+vt 0.6284 0.4912
+vt 0.6329 0.4829
+vt 0.6358 0.4739
+vt 0.6368 0.4645
+vt 0.6360 0.4551
+vt 0.6334 0.4460
+vt 0.6290 0.4376
+vt 0.6230 0.4303
+vt 0.6157 0.4243
+vt 0.6073 0.4199
+vt 0.5982 0.4173
+vt 0.5887 0.4165
+vt 0.5792 0.4176
+vt 0.5701 0.4206
+vt 0.5617 0.4253
+vt 0.5544 0.4315
+vt 0.5484 0.4390
+vt 0.5440 0.4475
+vt 0.5413 0.4566
+vt 0.5405 0.4660
+vt 0.5415 0.4754
+vt 0.5443 0.4843
+vt 0.5488 0.4924
+vt 0.5548 0.4995
+vt 0.5620 0.5053
+vt 0.5703 0.5096
+vt 0.5792 0.5121
+vn 0.0981 0.0000 -0.9952
+vn 0.2902 0.0000 -0.9570
+vn 0.4719 0.0000 -0.8817
+vn 0.6342 0.0000 -0.7732
+vn 0.7731 -0.0000 -0.6343
+vn 0.8820 0.0000 -0.4713
+vn 0.9569 0.0000 -0.2904
+vn 0.9952 0.0000 -0.0981
+vn 0.9952 0.0000 0.0981
+vn 0.9570 0.0000 0.2902
+vn 0.8820 0.0000 0.4712
+vn 0.7731 0.0000 0.6343
+vn 0.6347 0.0000 0.7728
+vn 0.4712 0.0000 0.8820
+vn 0.2902 0.0000 0.9570
+vn 0.0981 0.0000 0.9952
+vn -0.0981 0.0000 0.9952
+vn -0.2904 0.0000 0.9569
+vn -0.4709 0.0000 0.8822
+vn -0.6347 0.0000 0.7728
+vn -0.7732 0.0000 0.6342
+vn -0.8817 0.0000 0.4719
+vn -0.9570 0.0000 0.2902
+vn -0.9952 0.0000 0.0981
+vn -0.9952 0.0000 -0.0981
+vn -0.9569 0.0000 -0.2904
+vn -0.8819 0.0000 -0.4715
+vn -0.7727 -0.0000 -0.6347
+vn -0.6342 0.0000 -0.7732
+vn -0.4715 0.0000 -0.8819
+vn -0.2904 0.0000 -0.9569
+vn -0.0981 0.0000 -0.9952
+vn 0.9569 0.0000 0.2904
+vn -0.6337 -0.0000 0.7736
+vn -0.6349 -0.0000 -0.7726
+vn 0.8815 -0.0000 -0.4723
+vn 0.2904 0.0000 0.9569
+vn 0.2904 0.0000 -0.9569
+vn 0.8819 0.0000 0.4715
+vn -0.7725 -0.0000 0.6351
+vn -0.4712 0.0000 -0.8820
+vn 0.9570 0.0000 -0.2902
+vn -0.9570 0.0000 -0.2902
+vn 0.4706 -0.0000 -0.8823
+vn 0.7732 0.0000 0.6342
+vn -0.8823 0.0000 0.4706
+vn -0.2902 0.0000 -0.9570
+vn -0.2902 0.0000 0.9570
+vn -0.8820 0.0000 -0.4712
+vn 0.6349 0.0000 -0.7726
+vn 0.6337 0.0000 0.7736
+vn -0.9569 0.0000 0.2904
+vn -0.4723 0.0000 0.8815
+vn -0.7726 0.0000 -0.6349
+vn 0.7732 0.0000 -0.6342
+vn 0.4715 0.0000 0.8819
+vn -0.0000 1.0000 0.0000
+vn 0.0000 -1.0000 0.0000
+usemtl MatHomeButton
+s off
+f 764/864/777 765/865/777 766/866/777 767/867/777
+f 767/867/778 766/866/778 768/868/778 769/869/778
+f 769/869/779 768/868/779 770/870/779 771/871/779
+f 771/871/780 770/870/780 772/872/780 773/873/780
+f 773/873/781 772/872/781 774/874/781 775/875/781
+f 775/875/782 774/874/782 776/876/782 777/877/782
+f 777/877/783 776/876/783 778/878/783 779/879/783
+f 779/879/784 778/878/784 780/880/784 781/881/784
+f 781/881/785 780/880/785 782/882/785 783/883/785
+f 783/883/786 782/882/786 784/884/786 785/885/786
+f 785/885/787 784/884/787 786/886/787 787/887/787
+f 787/887/788 786/886/788 788/888/788 789/889/788
+f 789/889/789 788/888/789 790/890/789 791/891/789
+f 791/891/790 790/890/790 792/892/790 793/893/790
+f 793/893/791 792/892/791 794/894/791 795/895/791
+f 795/895/792 794/894/792 796/896/792 797/897/792
+f 797/897/793 796/896/793 798/898/793 799/899/793
+f 799/899/794 798/898/794 800/900/794 801/901/794
+f 801/901/795 800/900/795 802/902/795 803/903/795
+f 803/903/796 802/902/796 804/904/796 805/905/796
+f 805/905/797 804/904/797 806/906/797 807/907/797
+f 807/907/798 806/906/798 808/908/798 809/909/798
+f 809/909/799 808/908/799 810/910/799 811/911/799
+f 811/911/800 810/910/800 812/912/800 813/913/800
+f 813/913/801 812/912/801 814/914/801 815/915/801
+f 815/915/802 814/914/802 816/916/802 817/917/802
+f 817/917/803 816/916/803 818/918/803 819/919/803
+f 819/919/804 818/918/804 820/920/804 821/921/804
+f 821/921/805 820/920/805 822/922/805 823/923/805
+f 823/923/806 822/922/806 824/924/806 825/925/806
+f 798/898/777 796/896/777 826/926/777 827/927/777
+f 825/925/807 824/924/807 828/928/807 829/929/807
+f 829/929/808 828/928/808 765/865/808 764/864/808
+f 816/916/809 814/914/809 830/930/809 831/931/809
+f 772/872/810 770/870/810 832/932/810 833/933/810
+f 790/890/811 788/888/811 834/934/811 835/935/811
+f 808/908/812 806/906/812 836/936/812 837/937/812
+f 828/928/813 824/924/813 838/938/813 839/939/813
+f 782/882/801 780/880/801 840/940/801 841/941/801
+f 800/900/814 798/898/814 827/927/814 842/942/814
+f 818/918/815 816/916/815 831/931/815 843/943/815
+f 774/874/816 772/872/816 833/933/816 844/944/816
+f 792/892/817 790/890/817 835/935/817 845/945/817
+f 810/910/818 808/908/818 837/937/818 846/946/818
+f 766/866/793 765/865/793 847/947/793 848/948/793
+f 765/865/792 828/928/792 839/939/792 847/947/792
+f 784/884/819 782/882/819 841/941/819 849/949/819
+f 802/902/820 800/900/820 842/942/820 850/950/820
+f 820/920/821 818/918/821 843/943/821 851/951/821
+f 776/876/822 774/874/822 844/944/822 852/952/822
+f 794/894/823 792/892/823 845/945/823 853/953/823
+f 812/912/784 810/910/784 846/946/784 854/954/784
+f 768/868/824 766/866/824 848/948/824 855/955/824
+f 786/886/825 784/884/825 849/949/825 856/956/825
+f 804/904/826 802/902/826 850/950/826 857/957/826
+f 822/922/827 820/920/827 851/951/827 858/958/827
+f 778/878/828 776/876/828 852/952/828 859/959/828
+f 796/896/808 794/894/808 853/953/808 826/926/808
+f 814/914/785 812/912/785 854/954/785 830/930/785
+f 770/870/829 768/868/829 855/955/829 832/932/829
+f 788/888/830 786/886/830 856/956/830 834/934/830
+f 806/906/831 804/904/831 857/957/831 836/936/831
+f 824/924/832 822/922/832 858/958/832 838/938/832
+f 780/880/800 778/878/800 859/959/800 840/940/800
+f 848/960/833 847/961/833 860/962/833
+f 847/961/833 839/963/833 860/962/833
+f 839/963/833 838/964/833 860/962/833
+f 838/964/833 858/965/833 860/962/833
+f 858/965/833 851/966/833 860/962/833
+f 851/966/833 843/967/833 860/962/833
+f 843/967/833 831/968/833 860/962/833
+f 831/968/833 830/969/833 860/962/833
+f 830/969/833 854/970/833 860/962/833
+f 854/970/833 846/971/833 860/962/833
+f 846/971/833 837/972/833 860/962/833
+f 837/972/833 836/973/833 860/962/833
+f 836/973/833 857/974/833 860/962/833
+f 857/974/833 850/975/833 860/962/833
+f 850/975/833 842/976/833 860/962/833
+f 842/976/833 827/977/833 860/962/833
+f 827/977/833 826/978/833 860/962/833
+f 826/978/833 853/979/833 860/962/833
+f 853/979/833 845/980/833 860/962/833
+f 845/980/833 835/981/833 860/962/833
+f 835/981/833 834/982/833 860/962/833
+f 834/982/833 856/983/833 860/962/833
+f 856/983/833 849/984/833 860/962/833
+f 849/984/833 841/985/833 860/962/833
+f 841/985/833 840/986/833 860/962/833
+f 840/986/833 859/987/833 860/962/833
+f 859/987/833 852/988/833 860/962/833
+f 852/988/833 844/989/833 860/962/833
+f 844/989/833 833/990/833 860/962/833
+f 833/990/833 832/991/833 860/962/833
+f 832/991/833 855/992/833 860/962/833
+f 855/992/833 848/960/833 860/962/833
+f 764/993/834 767/994/834 861/995/834
+f 767/994/834 769/996/834 861/995/834
+f 769/996/834 771/997/834 861/995/834
+f 771/997/834 773/998/834 861/995/834
+f 773/998/834 775/999/834 861/995/834
+f 775/999/834 777/1000/834 861/995/834
+f 777/1000/834 779/1001/834 861/995/834
+f 779/1001/834 781/1002/834 861/995/834
+f 781/1002/834 783/1003/834 861/995/834
+f 783/1003/834 785/1004/834 861/995/834
+f 785/1004/834 787/1005/834 861/995/834
+f 787/1005/834 789/1006/834 861/995/834
+f 789/1006/834 791/1007/834 861/995/834
+f 791/1007/834 793/1008/834 861/995/834
+f 793/1008/834 795/1009/834 861/995/834
+f 795/1009/834 797/1010/834 861/995/834
+f 797/1010/834 799/1011/834 861/995/834
+f 799/1011/834 801/1012/834 861/995/834
+f 801/1012/834 803/1013/834 861/995/834
+f 803/1013/834 805/1014/834 861/995/834
+f 805/1014/834 807/1015/834 861/995/834
+f 807/1015/834 809/1016/834 861/995/834
+f 809/1016/834 811/1017/834 861/995/834
+f 811/1017/834 813/1018/834 861/995/834
+f 813/1018/834 815/1019/834 861/995/834
+f 815/1019/834 817/1020/834 861/995/834
+f 817/1020/834 819/1021/834 861/995/834
+f 819/1021/834 821/1022/834 861/995/834
+f 821/1022/834 823/1023/834 861/995/834
+f 823/1023/834 825/1024/834 861/995/834
+f 825/1024/834 829/1025/834 861/995/834
+f 829/1025/834 764/993/834 861/995/834
diff --git a/media/assets/controllers/daydream/vr_controller_daydream_render.png b/media/assets/controllers/daydream/vr_controller_daydream_render.png
new file mode 100644
index 0000000000000000000000000000000000000000..45bcdfea4f3859c0c8eb9c108b4bd1e87636867a
Binary files /dev/null and b/media/assets/controllers/daydream/vr_controller_daydream_render.png differ
diff --git a/media/assets/controllers/daydream/vr_controller_daydream_tex.png b/media/assets/controllers/daydream/vr_controller_daydream_tex.png
new file mode 100644
index 0000000000000000000000000000000000000000..c98a85b0a52b86f4aae03ab10b851378aee8f348
Binary files /dev/null and b/media/assets/controllers/daydream/vr_controller_daydream_tex.png differ

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 16:34:39 2024