diff options
| author | raysan5 <[email protected]> | 2021-07-16 16:10:35 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-16 16:10:35 +0200 |
| commit | db4cfc9fbdcc19233ab66952bfe22c67a459ffe6 (patch) | |
| tree | e8fac00a014dbb7450e31dec9117d4fbf1ed89ae /examples/models | |
| parent | 7d2845a661cc4ab17fc056769cf30f5fee813ac1 (diff) | |
| download | raylib-db4cfc9fbdcc19233ab66952bfe22c67a459ffe6.tar.gz raylib-db4cfc9fbdcc19233ab66952bfe22c67a459ffe6.zip | |
Reviewed resources licenses
Diffstat (limited to 'examples/models')
| -rw-r--r-- | examples/models/resources/LICENSE.md | 20 | ||||
| -rw-r--r-- | examples/models/resources/models/LICENSE | 4 |
2 files changed, 20 insertions, 4 deletions
diff --git a/examples/models/resources/LICENSE.md b/examples/models/resources/LICENSE.md new file mode 100644 index 00000000..6483ae84 --- /dev/null +++ b/examples/models/resources/LICENSE.md @@ -0,0 +1,20 @@ +| resource | author | licence | notes | +| :------------------- | :---------: | :------ | :---- | +| models/castle.obj,<br> models/castle_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| models/bridge.obj,<br> models/bridge_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| models/house.obj,<br> models/house_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| models/market.obj,<br> models/market_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| models/turret.obj,<br> models/turret_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| models/well.obj,<br> models/well_diffuse.png | [Alberto Cano](https://www.artstation.com/albertocano) | [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/legalcode) | - | +| models/cube.obj,<br> models/cube_diffuse.png | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | - | +| models/vertex_colored_object.iqm | ❔ | ❔ | - | +| billboard.png | [@emegeme](https://github.com/emegeme) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | - | +| cubicmap.png | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | - | +| cubicmap_atlas.png | [@emegeme](https://github.com/emegeme) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | - | +| heightmap.png | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | - | +| dresden_square_1k.hdr | [HDRIHaven](https://hdrihaven.com/hdri/?h=dresden_square) | [CC0](https://hdrihaven.com/p/license.php) | - | +| dresden_square_2k.hdr | [HDRIHaven](https://hdrihaven.com/hdri/?h=dresden_square) | [CC0](https://hdrihaven.com/p/license.php) | - | +| skybox.png | ❔ | ❔ | - | +| **guy/...** | [@culacant](https://github.com/culacant) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | +| **plane/...** | [GiaHanLam](https://sketchfab.com/GiaHanLam) | [CC-BY](https://creativecommons.org/licenses/by/4.0/) | Used by: [`models_yaw_pitch_roll.c`](https://github.com/raysan5/raylib/blob/master/examples/models/models_yaw_pitch_roll.c) +| **gltf/...** | _various_ | [LICENSE](https://github.com/raysan5/raylib/blob/master/examples/models/resources/gltf/LICENSE) | - | diff --git a/examples/models/resources/models/LICENSE b/examples/models/resources/models/LICENSE deleted file mode 100644 index 39cdd614..00000000 --- a/examples/models/resources/models/LICENSE +++ /dev/null @@ -1,4 +0,0 @@ -Medieval City models and textures have been created by Alberto Cano, -and licensed as Creative Commons Attribution-NonCommercial 4.0. - -Check for details: https://creativecommons.org/licenses/by-nc/4.0/legalcode |
