Skip to content

Commit

Permalink
Updated images and body
Browse files Browse the repository at this point in the history
Small (150px) jpeg screenshot added
Large image renamed to screenshot_large and changed to jpeg format
Updated body with ##screenshot section
  • Loading branch information
rsahlin committed Feb 1, 2024
1 parent 753c48d commit 150b43e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions Models/10000Asteroids/README.body.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## Purpose
## Screenshot

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
![screenshot](screenshot/screenshot_large.jpg)

Screenshot from VARG (Vulkan Accellerated Rendering Gltf) java based renderer with irradiance map (spherical harmonics) and one directional lightsource

## Description

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.
The goal is to provide a stress test to allow implementations optimize loading, preparation and rendering of such a usecase.

4 changes: 2 additions & 2 deletions Models/10000Asteroids/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"core",
"testing"
],
"screenshot": "screenshot/screenshot.png",
"screenshot": "screenshot/screenshot_large.jpg",
"name": "10000 Asteroids",
"path": "./Models/10000Asteroids",
"summary": "Node, mesh, primitive and texture stress test",
"createReadme": true
}
}
Binary file added Models/10000Asteroids/screenshot/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Models/10000Asteroids/screenshot/screenshot.png
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.

0 comments on commit 150b43e

Please sign in to comment.