Skip to content

Commit

Permalink
Revert "Removing metadata and README.body first"
Browse files Browse the repository at this point in the history
This reverts commit a99b8bf.
  • Loading branch information
echadwick-artist committed Feb 16, 2024
1 parent a99b8bf commit 54d4ca6
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Models/glTFPotOfCoals/README.body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Screenshot

![Screenshot from glTF Sample Viewer](screenshot/screenshot_Large.jpg)
<br/>_Screenshot from [glTF Sample Viewer](https://github.khronos.org/glTF-Sample-Viewer-Release/) with the environment Dining Room and the Exposure set to 4._

![Additional angles from glTF Sample Viewer](screenshot/screenshot_Angles.jpg)
<br/>_Additional views of the asset, from the rear and from below._

## Description

This asset represents a copper pot using emissive for glowing hot coals, coated with a clearcoat layer on the exterior, and including the glTF and Khronos Group and DGG logos.

The textures are compressed with JPEG to reduce file size, but the normal bump texture for the copper pot has been kept in PNG format to preserve the emboss details around the logos.
47 changes: 47 additions & 0 deletions Models/glTFPotOfCoals/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"version": 2,
"legal": [
{
"license": "CC-BY 4.0",
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/legalcode",
"artist": "Eric Chadwick",
"year": "2023",
"owner": "Darmstadt Graphics Group GmbH",
"what": "Model and textures",
"text": "CC BY 4.0 International",
"spdx": "CC-BY-4.0",
"icon": "https://licensebuttons.net/l/by/3.0/88x31.png"
},
{
"license": "LicenseRef-LegalMark-Khronos",
"licenseUrl": "",
"artist": "Non-copyrightable logo",
"year": "2015",
"owner": "Khronos Group",
"what": "Khronos logo",
"text": "",
"spdx": "",
"icon": ""
},
{
"license": "LicenseRef-LegalMark-Khronos",
"licenseUrl": "",
"artist": "Non-copyrightable logo",
"year": "2017",
"owner": "Khronos Group",
"what": "glTF logo",
"text": "",
"spdx": "",
"icon": ""
}
],
"tags": [
"showcase",
"extension"
],
"screenshot": "screenshot/screenshot.jpg",
"name": "glTFPotOfCoals",
"path": "./Models/glTFPotOfCoals",
"summary": "glTFPotOfCoals model using Clearcoat extension.",
"createReadme": true
}

0 comments on commit 54d4ca6

Please sign in to comment.