Skip to content

Commit

Permalink
Update status for glTF 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cx20 committed Dec 22, 2024
1 parent 75e99b2 commit 362ef17
Show file tree
Hide file tree
Showing 17 changed files with 117 additions and 761 deletions.
31 changes: 30 additions & 1 deletion README.md

Large diffs are not rendered by default.

179 changes: 82 additions & 97 deletions browse-all-models.md

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions sampleModels/model-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,6 @@ ModelIndex.List = [
{category:'sampleModels', name:'VirtualCity', screenshot:'screenshot/screenshot.gif', scale:0.2},
];

//ModelIndex.HasGifScreenshot = [ // List of only models that have *.gif screenshots (as opposed to *.png)
// 'BoxAnimated',
// 'BrainStem',
// 'CesiumMan',
// 'CesiumMilkTruck',
// 'RiggedFigure',
// 'RiggedSimple',
// 'VirtualCity'
//];

//ModelIndex.HasJpgScreenshot = [ // List of only models that have *.jpg screenshots
// 'Fox'
//];

//ModelIndex.getScreenshot = function(name) {
// let extension = ((ModelIndex.HasGifScreenshot.indexOf(name) < 0) ? 'png' : 'gif');
// if (ModelIndex.HasJpgScreenshot.indexOf(name) >= 0) extension = 'jpg';
// return name + '/screenshot/screenshot.' + extension;
//};

ModelIndex.getScreenshot = function(name) {
const model = this.List.find(model => model.name === name);
const defaultScreenshot = 'screenshot/screenshot.png';
Expand Down
21 changes: 0 additions & 21 deletions tutorialModels/AudioSimple/README.md

This file was deleted.

Binary file not shown.
Binary file removed tutorialModels/AudioSimple/glTF/AudioSimple.bin
Binary file not shown.
Loading

0 comments on commit 362ef17

Please sign in to comment.