-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grid of spheres over a checkered backdrop to test Sheen rendering. Requested in issue #30
- Loading branch information
1 parent
1ed44cf
commit 8c821e3
Showing
10 changed files
with
2,138 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,18 @@ | ||
## Screenshot | ||
|
||
![Screenshot from glTF Sample Viewer](screenshot/screenshot_Large.jpg) | ||
<br/>_Screenshot from [glTF Sample Viewer](https://github.khronos.org/glTF-Sample-Viewer-Release/) using the Environment "Footprint Court"._ | ||
|
||
## Description | ||
|
||
This model tests sheenColorFactor versus sheenRoughnessFactor using the extension [KHR_materials_sheen](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_sheen). | ||
|
||
The baseColorFactor for all spheres is 0.5 blue, and the sheenColorFactor varies from 0 black to 0,1,1 cyan. | ||
|
||
The sheen extension has been explicitly added to each of the sixteen materials, even when the sheenColorFactor is set to black and therefore the extension would usually be omitted. | ||
|
||
![Screenshot from glTF Sample Viewer](screenshot/sheen-sheenColor-sheenRough.jpg) | ||
<br/>_Screenshots from [glTF Sample Viewer](https://github.khronos.org/glTF-Sample-Viewer-Release/) using the Environment "Studio Neutral" and showing debug views Sheen, Sheen Color, and Sheen Roughness._ | ||
|
||
![Screenshot from glTF Sample Viewer](screenshot/screenshot_Punctual.jpg) | ||
<br/>_Screenshot from [glTF Sample Viewer](https://github.khronos.org/glTF-Sample-Viewer-Release/) with the Punctual Lighting option, which uses two directional lights from opposing angles._ |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.