Packageaway3d.core.material
Interfacepublic interface IUVMaterial extends IMaterial
ImplementorsAlphaBitmapMaterial, BitmapMaterial, MovieMaterial, TransformBitmapMaterial, WhiteShadingBitmapMaterial

Interface for all materials that take in account texture coordinates

Public Properties
 PropertyDefined by
  bitmap : BitmapData
[read-only]
IUVMaterial
  faceDictionary : Dictionary
[read-only]
IUVMaterial
  height : Number
[read-only]
IUVMaterial
 Inheritedvisible : Boolean
IMaterial
  width : Number
[read-only]
IUVMaterial
Public Methods
 MethodDefined by
  
IUVMaterial
  
renderFace(face:Face, bitmapRect:Rectangle):void
IUVMaterial
  
renderMaterial(source:Mesh):void
IUVMaterial
Property detail
bitmapproperty
bitmap:BitmapData  [read-only]Implementation
    public function get bitmap():BitmapData
faceDictionaryproperty 
faceDictionary:Dictionary  [read-only]Implementation
    public function get faceDictionary():Dictionary
heightproperty 
height:Number  [read-only]Implementation
    public function get height():Number
widthproperty 
width:Number  [read-only]Implementation
    public function get width():Number
Method detail
clearFaceDictionary()method
public function clearFaceDictionary():void
renderFace()method 
public function renderFace(face:Face, bitmapRect:Rectangle):void Parameters
face:Face
 
bitmapRect:Rectangle
renderMaterial()method 
public function renderMaterial(source:Mesh):void Parameters
source:Mesh
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments