Packageaway3d.core.utils
Classpublic class FaceMaterialVO
InheritanceFaceMaterialVO Inheritance Object



Public Properties
 PropertyDefined By
  backface : Boolean = false
FaceMaterialVO
  bitmap : BitmapData
FaceMaterialVO
  cleared : Boolean = true
FaceMaterialVO
  color : uint
FaceMaterialVO
  height : int
FaceMaterialVO
  invalidated : Boolean = true
FaceMaterialVO
  invtexturemapping : Matrix
FaceMaterialVO
  resized : Boolean
FaceMaterialVO
  source : Object3D
FaceMaterialVO
  texturemapping : Matrix
FaceMaterialVO
  updated : Boolean = false
FaceMaterialVO
  uvtData : Vector.<Number>
FaceMaterialVO
  view : View3D
FaceMaterialVO
  width : int
FaceMaterialVO
Public Methods
 MethodDefined By
  
FaceMaterialVO(source:Object3D = null, view:View3D = null)
FaceMaterialVO
  
clear():void
FaceMaterialVO
  
resize(width:Number, height:Number, transparent:Boolean = true):void
FaceMaterialVO
Property Detail
backfaceproperty
public var backface:Boolean = false

bitmapproperty 
public var bitmap:BitmapData

clearedproperty 
public var cleared:Boolean = true

colorproperty 
public var color:uint

heightproperty 
public var height:int

invalidatedproperty 
public var invalidated:Boolean = true

invtexturemappingproperty 
public var invtexturemapping:Matrix

resizedproperty 
public var resized:Boolean

sourceproperty 
public var source:Object3D

texturemappingproperty 
public var texturemapping:Matrix

updatedproperty 
public var updated:Boolean = false

uvtDataproperty 
public var uvtData:Vector.<Number>

viewproperty 
public var view:View3D

widthproperty 
public var width:int

Constructor Detail
FaceMaterialVO()Constructor
public function FaceMaterialVO(source:Object3D = null, view:View3D = null)



Parameters
source:Object3D (default = null)
 
view:View3D (default = null)
####INIT####
Method Detail
clear()method
public function clear():void

resize()method 
public function resize(width:Number, height:Number, transparent:Boolean = true):void

Parameters

width:Number
 
height:Number
 
transparent:Boolean (default = true)