-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test of light intensity vs. color
- Loading branch information
Showing
8 changed files
with
753 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Screenshot | ||
|
||
 | ||
|
||
## Description | ||
|
||
This model tests various colors of point lights (via `KHR_lights_punctual`) that all share the same intensity. | ||
|
||
It is intended to serve as a test for the following clarification that was added to the `KHR_lights_punctual` extension: | ||
|
||
> The `intensity` represents the luminous intensity that the light would emit if it were colored pure white (`[1.0, 1.0, 1.0]`). The `color` property acts as a wavelength-specific multiplier. | ||
In other words, all the lights share the same amount of raw energy, but do not share their perceptual brightness. The blue lamp in particular should appear visually not as bright as other colors. | ||
|
Binary file added
BIN
+50.1 KB
Models/PointLightIntensityTest/glTF-Binary/PointLightIntensityTest.glb
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.
Binary file not shown.
Oops, something went wrong.