Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
The files for a 10000 asteroids stress test
  • Loading branch information
rsahlin committed Jan 31, 2024
1 parent 6ddacf2 commit 753c48d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Models/10000Asteroids/README.body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Purpose

The purpose of this model is to provide a stress test for a model containing a huge number of nodes, meshes, primitives and materials, as well as a large number of textures
The model contains a flat nodehierarchy with 10000 nodes.
Each node is referencing one unique mesh and each mesh having one primitive, referencing one unique material.
This sums up to 10000 nodes, meshes, primitives and materials.

In total there are 100 textures in the model (usage of the textures are randomly generated when the model is created)

This model is very demanding when it comes to loading and handling a lot of nodes, materials and textures.
The goal is to provide a stress test to allow implementations optimize loading, preparation and rendering of such a usecase.
Binary file not shown.
25 changes: 25 additions & 0 deletions Models/10000Asteroids/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 2,
"legal": [
{
"year": 2024,
"owner": "Public",
"artist": "Jon Aspeheim",
"what": "Everything",
"license": "Public Domain / CC0",
"licenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
"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": "10000 Asteroids",
"path": "./Models/10000Asteroids",
"summary": "Node, mesh, primitive and texture stress test",
"createReadme": true
}
Binary file added Models/10000Asteroids/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.

0 comments on commit 753c48d

Please sign in to comment.