diff --git a/Models/ExternalTexture/README.body.md b/Models/ExternalTexture/README.body.md new file mode 100644 index 00000000..fe61db9c --- /dev/null +++ b/Models/ExternalTexture/README.body.md @@ -0,0 +1,8 @@ +## Screenshot + +![screenshot](screenshot/screenshot.png) + +## Description + +A glTF asset that is stored as binary glTF (GLB file), but still refers to an external PNG file for its texture. + diff --git a/Models/ExternalTexture/glTF-Binary/ExternalTexture.glb b/Models/ExternalTexture/glTF-Binary/ExternalTexture.glb new file mode 100644 index 00000000..b731f114 Binary files /dev/null and b/Models/ExternalTexture/glTF-Binary/ExternalTexture.glb differ diff --git a/Models/ExternalTexture/glTF-Binary/ExternalTexture.png b/Models/ExternalTexture/glTF-Binary/ExternalTexture.png new file mode 100644 index 00000000..c0aeb3c2 Binary files /dev/null and b/Models/ExternalTexture/glTF-Binary/ExternalTexture.png differ diff --git a/Models/ExternalTexture/metadata.json b/Models/ExternalTexture/metadata.json new file mode 100644 index 00000000..abcdd92b --- /dev/null +++ b/Models/ExternalTexture/metadata.json @@ -0,0 +1,25 @@ +{ + "version": 2, + "legal": [ + { + "license": "CC0", + "licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode", + "artist": "Marco Hutter", + "year": "2024", + "owner": "Public", + "what": "Everything", + "text": "CC0 1.0 Universal", + "spdx": "CC0-1.0", + "icon": "https://licensebuttons.net/p/zero/1.0/88x31.png" + } + ], + "tags": [ + "core", + "testing" + ], + "screenshot": "screenshot/screenshot.png", + "name": "External Texture", + "path": "./Models/ExternalTexture", + "summary": "A glTF asset that is stored as binary glTF (GLB file), but still refers to an external PNG file for its texture", + "createReadme": true +} \ No newline at end of file diff --git a/Models/ExternalTexture/screenshot/screenshot.png b/Models/ExternalTexture/screenshot/screenshot.png new file mode 100644 index 00000000..13e79b26 Binary files /dev/null and b/Models/ExternalTexture/screenshot/screenshot.png differ