Packagealternativa.engine3d.loaders
Classpublic class TextureMapsInfo

The class contains information about a texture.



Public Properties
 PropertyDefined by
  diffuseMapFileName : String
The name of diffuse map.
TextureMapsInfo
  opacityMapFileName : String
The name of opacity (alpha) map.
TextureMapsInfo
Public Methods
 MethodDefined by
  
TextureMapsInfo(diffuseMapFileName:String = null, opacityMapFileName:String = null)
TextureMapsInfo
Property detail
diffuseMapFileNameproperty
public var diffuseMapFileName:String

The name of diffuse map.

opacityMapFileNameproperty 
public var opacityMapFileName:String

The name of opacity (alpha) map.

Constructor detail
TextureMapsInfo()constructor
public function TextureMapsInfo(diffuseMapFileName:String = null, opacityMapFileName:String = null)Parameters
diffuseMapFileName:String (default = null)
 
opacityMapFileName:String (default = null)