You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <iliyang@users.noreply.github.com>
The anisotropy rotation specification says :
orientation of anisotropy; range [0,1] (where 1 means 180 degrees)
Instead if should be :
orientation of anisotropy; range [0,1] (where 1 means 360 degrees)
The reference implementation implements the correct behavior.
The text was updated successfully, but these errors were encountered: