Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

85 linhas
3.7 KiB

  1. Open Asset Import Library (assimp)
  2. Copyright (c) 2006-2012, assimp team
  3. All rights reserved.
  4. Redistribution and use of this software in source and binary forms,
  5. with or without modification, are permitted provided that the
  6. following conditions are met:
  7. * Redistributions of source code must retain the above
  8. copyright notice, this list of conditions and the
  9. following disclaimer.
  10. * Redistributions in binary form must reproduce the above
  11. copyright notice, this list of conditions and the
  12. following disclaimer in the documentation and/or other
  13. materials provided with the distribution.
  14. * Neither the name of the assimp team, nor the names of its
  15. contributors may be used to endorse or promote products
  16. derived from this software without specific prior
  17. written permission of the assimp team.
  18. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  19. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  20. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  21. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  22. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  23. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  24. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  25. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  26. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  27. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  28. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  29. ******************************************************************************
  30. AN EXCEPTION applies to all files in the ./test/models-nonbsd folder.
  31. These are 3d models for testing purposes, from various free sources
  32. on the internet. They are - unless otherwise stated - copyright of
  33. their respective creators, which may impose additional requirements
  34. on the use of their work. For any of these models, see
  35. <model-name>.source.txt for more legal information. Contact us if you
  36. are a copyright holder and believe that we credited you inproperly or
  37. if you don't want your files to appear in the repository.
  38. ******************************************************************************
  39. Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
  40. http://code.google.com/p/poly2tri/
  41. All rights reserved.
  42. Redistribution and use in source and binary forms, with or without modification,
  43. are permitted provided that the following conditions are met:
  44. * Redistributions of source code must retain the above copyright notice,
  45. this list of conditions and the following disclaimer.
  46. * Redistributions in binary form must reproduce the above copyright notice,
  47. this list of conditions and the following disclaimer in the documentation
  48. and/or other materials provided with the distribution.
  49. * Neither the name of Poly2Tri nor the names of its contributors may be
  50. used to endorse or promote products derived from this software without specific
  51. prior written permission.
  52. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  53. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  54. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  55. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  56. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  57. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  58. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  59. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  60. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  61. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  62. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.