forked from KhronosGroup/glTF-Sample-Assets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request KhronosGroup#32 from KhronosGroup/anisotropy-disc-…
…test Added Eric's anisotropy disc test model.
- Loading branch information
Showing
8 changed files
with
1,213 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,19 @@ | ||
## Screenshot | ||
|
||
![screenshot](screenshot/screenshot-large.png) | ||
|
||
## Description | ||
|
||
This model tests the main texturemap for [`KHR_materials_anisotropy`](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_anisotropy). It has the following features: | ||
|
||
- An array of base material roughness values are tested with the same texturemap each time. | ||
|
||
- The upper-left quadrant tests a disc-shaped anisotropic pattern at a strength of about 3%. | ||
|
||
- The upper-right quadrant tests a disc-shaped anisotropic pattern at a strength of about 10%. | ||
|
||
- The lower-right quadrant tests a disc-shaped anisotropic pattern at a full strength. | ||
|
||
- The lower-left quadrant tests a disc-shaped anisotropic pattern with a gradient strength, starting at zero around the edges and increasing to full strength in the center. | ||
|
||
Per the anisotropy specification, anisotropic strength increases the material's roughness along a particular direction. Therefore, zero base roughness with full-strength anisotropy displays the most pronounced result. Full 1.0 base roughness cannot increase more, and does not show any effects from anisotropy. |
Binary file not shown.
Oops, something went wrong.