BasicSpecularMethod provides the default shading method for Blinn-Phong specular highlights (an optimized but approximated version of Phong specularity).

Constructor

new()

Creates a new BasicSpecularMethod object.

Variables

Methods

copyFrom(method:ShadingMethodBase):Void

@inheritDoc

Inherited Variables

Defined by ShadingMethodBase

Defined by NamedAssetBase

read onlyassetFullPath:Array<Dynamic>

read onlyassetNamespace:String

id:String

name:String

read onlyoriginalName:String

Inherited Methods

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