A convenience texture that encodes a specular map in the red channel, and the gloss map in the green channel, as expected by BasicSpecularMapMethod

Constructor

@:value({ glossMap : null, specularMap : null })new(?specularMap:BitmapData, ?glossMap:BitmapData)

Variables

glossMap:BitmapData

specularMap:BitmapData

Methods

Inherited Variables

Defined by BitmapTexture

bitmapData:BitmapData

Defined by TextureProxyBase

read onlyassetType:String

read onlyformat:Context3DTextureFormat

read onlyhasMipMaps:Bool

height:Int

width:Int

Defined by NamedAssetBase

read onlyassetFullPath:Array<Dynamic>

read onlyassetNamespace:String

id:String

name:String

read onlyoriginalName:String

Inherited Methods

Defined by TextureProxyBase

getTextureForStage3D(stage3DProxy:Stage3DProxy):TextureBase

Defined by NamedAssetBase

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

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