summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-07-30 14:13:10 +0200
committerKai Koehne <kai.koehne@qt.io>2018-09-24 07:09:53 +0000
commitb830f4307559007ff1b9c91bed6a881a6f6efdfb (patch)
tree07a278991e9597041bd96d35c10e4a4095ff3acb /examples
parent9486a8a4b60a678280db2c625064ca78b3aaf489 (diff)
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 <paul.lemire@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qt3d/exampleresources/assets/cubemaps/miramar/qt_attribution.json14
1 files changed, 14 insertions, 0 deletions
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"
+}