From b830f4307559007ff1b9c91bed6a881a6f6efdfb Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 30 Jul 2018 14:13:10 +0200 Subject: Document third party asset 'miramar' The files got added in commit f49cabe35cbd. However, the original sources from the linked url are in .tga format, so I assume they got converted before importing. We should probably add a 'Modifications' entry to highlight such conversions in the future. https://opengameart.org/content/miramar-skybox categorises the license as CC-BY 3.0, but the upload was done not by the author. Change-Id: I312a871716104507434eb6d12a547c3752da51af Reviewed-by: Paul Lemire --- .../assets/cubemaps/miramar/qt_attribution.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/qt3d/exampleresources/assets/cubemaps/miramar/qt_attribution.json (limited to 'examples/qt3d') diff --git a/examples/qt3d/exampleresources/assets/cubemaps/miramar/qt_attribution.json b/examples/qt3d/exampleresources/assets/cubemaps/miramar/qt_attribution.json new file mode 100644 index 000000000..6eccf001c --- /dev/null +++ b/examples/qt3d/exampleresources/assets/cubemaps/miramar/qt_attribution.json @@ -0,0 +1,14 @@ +{ + "Id": "miramar-sky", + "Name": "Miramar Skybox Textures", + "QDocModule": "qt3d", + "QtUsage": "Used in the anaglyph-rendering example and autotests of Qt 3D.", + + "QtParts": [ "examples", "tests" ] , + "Description": "High res environment map (converted to webgl).", + "Homepage": "http://www.zfight.com/misc/files/textures/envmap_miramar.rar", + "DownloadLocation": "https://opengameart.org/sites/default/files/envmap_miramar.zip", + "License": "Modify however you like, just cred me for my work, maybe link to my page.", + "LicenseFile": "README.txt", + "Copyright": "Copyright (c) Jockum Skoglund aka hipshot" +} -- cgit v1.2.3