diff --git a/Models/NodePerformanceTest/README.body.md b/Models/NodePerformanceTest/README.body.md index 3ca529c6..94d84acc 100644 --- a/Models/NodePerformanceTest/README.body.md +++ b/Models/NodePerformanceTest/README.body.md @@ -3,12 +3,12 @@ ![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. +At render output, a value of 10000 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 10000 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 purpose of this model is to provide a performance test for a model containing a huge number of nodes, meshes, primitives and materials. 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. @@ -17,3 +17,4 @@ In total there are 100 textures in the model (usage of the textures are randomly 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. +It is not intended to be used as a reference benchmark. diff --git a/Models/NodePerformanceTest/glTF-Binary/NodePerformanceTest.glb b/Models/NodePerformanceTest/glTF-Binary/NodePerformanceTest.glb index e0f33e62..fbbf83f0 100644 Binary files a/Models/NodePerformanceTest/glTF-Binary/NodePerformanceTest.glb and b/Models/NodePerformanceTest/glTF-Binary/NodePerformanceTest.glb differ diff --git a/Models/NodePerformanceTest/screenshot/screenshot.jpg b/Models/NodePerformanceTest/screenshot/screenshot.jpg index cbd0c979..907c3a05 100644 Binary files a/Models/NodePerformanceTest/screenshot/screenshot.jpg and b/Models/NodePerformanceTest/screenshot/screenshot.jpg differ diff --git a/Models/NodePerformanceTest/screenshot/screenshot_large.jpg b/Models/NodePerformanceTest/screenshot/screenshot_large.jpg index ebf6cd27..730af5b2 100644 Binary files a/Models/NodePerformanceTest/screenshot/screenshot_large.jpg and b/Models/NodePerformanceTest/screenshot/screenshot_large.jpg differ