Information and Downloads
| Generator | Khronos glTF Blender I/O v1.7.33, with hand-edits for emissive strength extension |
|---|---|
| Copyright | CC-BY 4.0 Copyright 2022 Analytical Graphics, Inc. Model and Textures by Ed Mackey. |
| Source | KhronosGroup/glTF-Sample-Assets |
| File size | 10.42 kB |
Source glTF Source asset from
KhronosGroup/glTF-Sample-Assets
three r185 Converted with upstream three.js 0.185.0
Needle Converted with Needle Engine 5.1.2 USDZExporter
Blender 5.1 Converted with Blender 5.1.2
Adobe glTF Converted with OpenUSD 26.05 and Adobe glTF file-format plugin 2026.03
GUC Converted with GUC 0.5
Omniverse Converted with Omniverse Kit 105.0
Description
Emissive Strength Test
Tags
Extensions Used
- KHR_materials_emissive_strength
Summary
Tests if the KHR_materials_emissive_strength extension is supported properly.
Operations
- Display in SampleViewer
- Download GLB
- Model Directory
Screenshots
Plain Rendering (Test Passes)

Render with Optional Bloom Effect Enabled

These screenshots were rendered in BabylonJS with the default IBL strength dialed down to help the glow stand out. The second screenshot has an optional "Bloom" effect applied using the BabylonJS Default Rendering Pipeline.
Description
This model tests if the KHR_materials_emissive_strength extension is available in a
given implementation. If it is not, the cubes will all emit the same shade of
light blue. For implementations that support this extension, the cubes will be
progressively brighter to the right.
Cube Colors
The basic emissive color of all the cubes is [0.1, 0.5, 0.9] in the glTF file, which
is expected to undergo the usual linear-to-sRGB transfer before being shown to the viewer.
The cube on the far left has no emissive strength extension (1x), and each subsequent
cube doubles the strength (2x, 4x, 8x, and 16x).
With a simple output mapping, the cube on the far right may appear as plain white, due to all of its color components being clamped to the 1.0 upper limit. If "bloom" effects are enabled, some cubes may appear to glow. In a path-tracing engine, all of these cubes may emit light, but the ones on the right should emit substantially more light.
Test Failure
If a given implementation does not support KHR_materials_emissive_strength, the
boxes will all appear to emit the same color. For example:

Legal
© 2022, AGI. CC BY 4.0 International
- Ed Mackey for Everything