From 411b4da0fe71c0bf257a6fb47c3ee1c4eae8176c Mon Sep 17 00:00:00 2001 From: "Leonard Daly (Daly Realism)" Date: Fri, 4 Aug 2023 16:37:26 -0700 Subject: [PATCH] Add ManderineOrange model (#21) * Action testing * Action testing * Action development * Reduced false error reports * Improved workflow * Improved option handling * Update LICENSE and Repo processing * Adding workflow commit * Workflow update + model README improvements * Updating generated Repo indices * Testing actions, failure condition * Updated README for Triangle * More auto-generated READMEs + workflow improvements * More model README conversions * Fixed JSON error * Updated workflow YML * Debugging auto-generated files * Debugging auto-generated files [2] * Debugging auto-generated files [3] * Debugging auto-generated files [4] * Updated AntiqueCamera * Adding files for ManderinOrange * Fixing screenshot reference for ManderinOrange --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../{README.md => README.body.md} | 7 +--- Models/MandarinOrange/metadata.json | 36 +++++++++++++++++++ 2 files changed, 37 insertions(+), 6 deletions(-) rename Models/MandarinOrange/{README.md => README.body.md} (66%) create mode 100644 Models/MandarinOrange/metadata.json diff --git a/Models/MandarinOrange/README.md b/Models/MandarinOrange/README.body.md similarity index 66% rename from Models/MandarinOrange/README.md rename to Models/MandarinOrange/README.body.md index 830c83ee..5a31e8d6 100644 --- a/Models/MandarinOrange/README.md +++ b/Models/MandarinOrange/README.body.md @@ -1,5 +1,3 @@ -# MandarinOrange - ## Screenshot ![screenshot](screenshot/screenshot-large.jpg) @@ -15,8 +13,5 @@ _Two screenshots, with KHR_materials_diffuse_transmission (left) versus without. ![screenshot](screenshot/textures.jpg) _The textures. Top row from left: base color, occlusion, roughness. Bottom row from left: normal, diffuse transmission factor, diffuse transmission color._ -The original model on Sketchfab from zandreamer is a photogrammetry asset which only contains a base color texture. All the additional textures were created by processing the base color through a series of filters in various art tools. - -## License Information +The [original model](https://sketchfab.com/3d-models/orange-774bc66d11c24855bf722e35249fddf7) on Sketchfab from zandreamer is a photogrammetry asset which only contains a base color texture. All the additional textures were created by processing the base color through a series of filters in various art tools. -Orange (https://skfb.ly/EZNY) by zamdreamer (CCBY 4.0), glTF material by Eric Chadwick (CCBY 4.0). diff --git a/Models/MandarinOrange/metadata.json b/Models/MandarinOrange/metadata.json new file mode 100644 index 00000000..b3aae9cf --- /dev/null +++ b/Models/MandarinOrange/metadata.json @@ -0,0 +1,36 @@ +{ + "version": 2, + "legal": [ + { + "year": "2015", + "owner": "zamdreamer", + "license": "CC-BY International 4.0", + "artist": "zamdreamer", + "what": "Initial creation", + "licenseUrl": "", + "text": "", + "spdx": "", + "icon": "" + }, + { + "year": "2023", + "owner": "Wayfair", + "license": "CC-BY International 4.0", + "artist": "Eric Chadwick", + "what": "glTF PBR material", + "licenseUrl": "", + "text": "", + "spdx": "", + "icon": "" + } + ], + "tags": [ + "extension", + "testing" + ], + "screenshot": "screenshot/screenshot.jpg", + "name": "MandarinOrange", + "path": "MandarinOrange", + "summary": "Scattering of light through the tangerine using the glTF diffuse transmission extension is shown in this test.", + "createReadme": true +} \ No newline at end of file