Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Models/ExternalTexture/README.body.md
Original file line number Diff line number Diff line change
@@ -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.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions Models/ExternalTexture/metadata.json
Original file line number Diff line number Diff line change
@@ -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
}
Binary file added Models/ExternalTexture/screenshot/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.