AnisotropicSpecularMethod provides a specular method resulting in anisotropic highlights. These are typical for surfaces with microfacet details such as tiny grooves. In particular, this uses the Heidrich-Seidel distrubution. The tangent vectors are used as the surface groove directions.

Constructor

new()

Creates a new AnisotropicSpecularMethod object.

Inherited Variables

Defined by BasicSpecularMethod

Defined by ShadingMethodBase

Defined by NamedAssetBase

read onlyassetFullPath:Array<Dynamic>

read onlyassetNamespace:String

id:String

name:String

read onlyoriginalName:String

Inherited Methods

Defined by BasicSpecularMethod

copyFrom(method:ShadingMethodBase):Void

@inheritDoc

Defined by ShadingMethodBase

dispose():Void

Cleans up any resources used by the current object.

Defined by NamedAssetBase

assetPathEquals(name:String, ns:String):Bool

@:value({ overrideOriginal : true, ns : null })resetAssetPath(name:String, ?ns:String, overrideOriginal:Bool = true):Void