diff --git a/Models/10000Asteroids/README.body.md b/Models/10000Asteroids/README.body.md index d0d52e1e..430fc7e2 100644 --- a/Models/10000Asteroids/README.body.md +++ b/Models/10000Asteroids/README.body.md @@ -1,6 +1,12 @@ -## 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. @@ -8,4 +14,5 @@ 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. \ No newline at end of file +The goal is to provide a stress test to allow implementations optimize loading, preparation and rendering of such a usecase. + \ No newline at end of file diff --git a/Models/10000Asteroids/metadata.json b/Models/10000Asteroids/metadata.json index e4046a0f..574e0de5 100644 --- a/Models/10000Asteroids/metadata.json +++ b/Models/10000Asteroids/metadata.json @@ -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 -} \ No newline at end of file +} diff --git a/Models/10000Asteroids/screenshot/screenshot.jpg b/Models/10000Asteroids/screenshot/screenshot.jpg new file mode 100644 index 00000000..49e60503 Binary files /dev/null and b/Models/10000Asteroids/screenshot/screenshot.jpg differ diff --git a/Models/10000Asteroids/screenshot/screenshot.png b/Models/10000Asteroids/screenshot/screenshot.png deleted file mode 100644 index 12851925..00000000 Binary files a/Models/10000Asteroids/screenshot/screenshot.png and /dev/null differ diff --git a/Models/10000Asteroids/screenshot/screenshot_large.jpg b/Models/10000Asteroids/screenshot/screenshot_large.jpg new file mode 100644 index 00000000..7aa27d97 Binary files /dev/null and b/Models/10000Asteroids/screenshot/screenshot_large.jpg differ