Skip to content

Commit

Permalink
Fixes #17 Anisotropy rotation specification (#18)
Browse files Browse the repository at this point in the history
* Fix anisotropy rotation specification

The anisotropy rotation specification should say that a value of 1 means 360 degrees not 180

* Bumped version (bugfix)

Co-authored-by: Iliyan Georgiev <[email protected]>
  • Loading branch information
AdrienHerubel and iliyang committed Sep 1, 2021
1 parent 9cf8ad5 commit 77a60a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Autodesk Standard Surface**
Iliyan Georgiev, Jamie Portsmouth, Zap Andersson, Adrien Herubel, Alan King, Shinji Ogaki, Frederic Servant
<br/>
*version 1.0.1*
*version 1.0.1.1*
![](images/title.jpg width="75%")
![](images/autodesk-logo.svg width="150px")

Expand Down Expand Up @@ -162,7 +162,7 @@
**`coat_color`** | color | `1,1,1` | tint color for the light coming from all layers below
**`coat_roughness`** | float | `0.1` | coat reflection roughness; squared internally before passed to the BSDF to achieve a more linear perceptual response [#Burley2012]
**`coat_anisotropy`*** | float | `0` | reflection anisotropy of `coat_brdf`; range `[0,1]`
**`coat_rotation`*** | float | `0` | orientation of anisotropy; range `[0,1]` (where `1` means 180 degrees)
**`coat_rotation`*** | float | `0` | orientation of anisotropy; range `[0,1]` (where `1` means 360 degrees)
**`coat_IOR`** | float | `1.5` | refractive index of `coat_brdf`
**`coat_normal`** | vector | `0,0,0` | shading normal for the coating reflections; optional, overrides the default shading normal; has no effect on the closure combination weights
**`coat_affect_color`*** | float | `0` | how much to additionally modulate diffuse reflection and subsurface scattering saturation; range `[0,1]`
Expand Down Expand Up @@ -225,7 +225,7 @@
**`specular_color`** | color | `1,1,1` | reflection color at grazing incidence (i.e. around silhouettes)
**`specular_roughness`** | float | `0.2` | reflection roughness; squared internally before passed to the BSDF in order to achieve a more uniform roughness look over the parameter range
**`specular_anisotropy`*** | float | `0` | reflection anisotropy of `metal_brdf`; range `[0,1]`
**`specular_rotation`*** | float | `0` | orientation of anisotropy; range `[0,1]` (where `1` means 180 degrees)
**`specular_rotation`*** | float | `0` | orientation of anisotropy; range `[0,1]` (where `1` means 360 degrees)
**`thin_film_thickness`*** | float | `0` | thickness of the film (in nanometres)
**`thin_film_IOR`*** | float | `1.5` | refractive index of the film
Expand Down Expand Up @@ -257,7 +257,7 @@
**`specular_roughness`** | float | `0.2` | reflection roughness; squared internally before passed to the BSDF to achieve a more uniform roughness look over the parameter range
**`specular_IOR`** | float | `1.5` | refractive index of `specular_brdf`
**`specular_anisotropy`*** | float | `0` | reflection anisotropy of `specular_brdf`; range `[0,1]`
**`specular_rotation`*** | float | `0` | orientation of anisotropy; range `[0,1]` (`1` means 180 degrees)
**`specular_rotation`*** | float | `0` | orientation of anisotropy; range `[0,1]` (`1` means 360 degrees)
**`thin_film_thickness`*** | float | `0` | thickness of the film (in nanometres)
**`thin_film_IOR`*** | float | `1.5` | refractive index of the film

Expand Down Expand Up @@ -302,7 +302,7 @@
**`specular_roughness`** | float | `0.2` | refraction roughness of `specular_btdf`; squared internally before passed to the BTDF to achieve a more uniform roughness look over the parameter range `[0,1]`
**`specular_IOR`** | float | `1.5` | refractive index of `specular_btdf`
**`specular_anisotropy`*** | float | `0` | reflection anisotropy of `specular_btdf`; range `[0,1]`
**`specular_rotation`*** | float | `0` | orientation of anisotropy; range `[0,1]` (where `1` means 180 degrees)
**`specular_rotation`*** | float | `0` | orientation of anisotropy; range `[0,1]` (where `1` means 360 degrees)
**`thin_film_thickness`*** | float | `0` | thickness of the film
**`thin_film_IOR`*** | float | `1.5` | refractive index of the film
**`thin_walled`*** | boolean | `false` | if `true`, the object is considered infinitely thin and the surface double-sided
Expand Down Expand Up @@ -522,4 +522,4 @@
};
</script>
<!-- Markdeep: -->
<script src="style/markdeep-1.04.min.js" charset="utf-8"></script>
<script src="style/markdeep-1.04.min.js" charset="utf-8"></script>

0 comments on commit 77a60a2

Please sign in to comment.