|
|
@ -17,6 +17,22 @@ |
|
|
|
* may be used to endorse or promote products derived from this software |
|
|
|
* may be used to endorse or promote products derived from this software |
|
|
|
* without specific prior written permission. |
|
|
|
* without specific prior written permission. |
|
|
|
* |
|
|
|
* |
|
|
|
|
|
|
|
* This class is the java implementation of |
|
|
|
|
|
|
|
* the enhanced version og Ogre engine Lod generator, by Péter Szücs, originally |
|
|
|
|
|
|
|
* based on Stan Melax "easy mesh simplification". The MIT licences C++ source |
|
|
|
|
|
|
|
* code can be found here |
|
|
|
|
|
|
|
* https://github.com/worldforge/ember/tree/master/src/components/ogre/lod
|
|
|
|
|
|
|
|
* The licensing for the original code is : |
|
|
|
|
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
|
|
|
|
* of this software and associated documentation files (the "Software"), to deal |
|
|
|
|
|
|
|
* in the Software without restriction, including without limitation the rights |
|
|
|
|
|
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|
|
|
|
|
|
|
* copies of the Software, and to permit persons to whom the Software is |
|
|
|
|
|
|
|
* furnished to do so, subject to the following conditions: |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* The above copyright notice and this permission notice shall be included in |
|
|
|
|
|
|
|
* all copies or substantial portions of the Software. |
|
|
|
|
|
|
|
* |
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|
|
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
|
|
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
|
|
|
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
|
|
|
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
|
|
|