Skip to content

Commit

Permalink
Add a test of light intensity vs. color
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Jan 8, 2025
1 parent 1e2f8c4 commit d2cae40
Show file tree
Hide file tree
Showing 8 changed files with 753 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Models/PointLightIntensityTest/README.body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Screenshot

![screenshot](screenshot/screenshot-large.jpg)

## 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 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.
Loading

0 comments on commit d2cae40

Please sign in to comment.