Skip to content

Commit

Permalink
Rename to NodePerformanceTest
Browse files Browse the repository at this point in the history
Add one directional lightsource and camera to the model.
  • Loading branch information
rsahlin committed Feb 7, 2024
1 parent e56cd46 commit 825642a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 21 deletions.
19 changes: 19 additions & 0 deletions Models/NodePerformanceTest/README.body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Screenshot

![screenshot](screenshot/screenshot_large.jpg)

Screenshot from VARG (Vulkan Accellerated Rendering Gltf) java based renderer, with background displaying irrandiance map using the included camera viewpoint.
At render output, a value of 6830 lumen will equal to max brightness (1.0 in a unorm framebuffer).
This value is chosen to match the directional lightsource in the model, having an intensity of 6830 lumen/m2.

## Description

The purpose of this model is to provide a performance 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 demanding when it comes to loading and handling a lot of nodes, materials and textures.
The goal is to provide a performance test to allow implementations optimize loading, preparation and rendering of such a usecase.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"testing"
],
"screenshot": "screenshot/screenshot_large.jpg",
"name": "NodeStressTest",
"path": "./Models/NodeStressTest",
"summary": "Node, mesh, primitive and texture count stress test",
"name": "NodePerformanceTest",
"path": "./Models/NodePerformanceTest",
"summary": "Node, mesh, primitive and texture count performance test",
"createReadme": true
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions Models/NodeStressTest/README.body.md

This file was deleted.

Binary file removed Models/NodeStressTest/screenshot/screenshot.jpg
Binary file not shown.
Binary file not shown.

0 comments on commit 825642a

Please sign in to comment.