Packagefrocessing.f3d.materials
Classpublic class F3DBmpSetMaterial
InheritanceF3DBmpSetMaterial Inheritance F3DEmptyMaterial

3D Material BitmapData Set



Public Properties
 PropertyDefined by
  backFace : Boolean
[write-only]
F3DBmpSetMaterial
  backFaces : Array
F3DBmpSetMaterial
  backTextures : Array
F3DBmpSetMaterial
  textures : Array
F3DBmpSetMaterial
 Inheritedvisible : Boolean
model visible
F3DEmptyMaterial
  visibles : Array
F3DBmpSetMaterial
Protected Properties
 PropertyDefined by
 Inherited_backface : Boolean
F3DEmptyMaterial
 Inherited_visible : Boolean
F3DEmptyMaterial
Public Methods
 MethodDefined by
  
F3DBmpSetMaterial(... textures_)
F3DBmpSetMaterial
  
draw(g:F3DGraphics, model:F3DModel):void
draw model
F3DBmpSetMaterial
  
setTexture(index:uint, texture_:BitmapData, backTexture_:BitmapData = null, visible_:Boolean = true, backface_:Boolean = false):void
F3DBmpSetMaterial
Property detail
backFaceproperty
backFace:Boolean  [write-only]

Implementation
    public function set backFace(value:Boolean):void
backFacesproperty 
public var backFaces:Array
backTexturesproperty 
public var backTextures:Array
texturesproperty 
public var textures:Array
visiblesproperty 
public var visibles:Array
Constructor detail
F3DBmpSetMaterial()constructor
public function F3DBmpSetMaterial(... textures_)

Parameters
... textures_
Method detail
draw()method
public override function draw(g:F3DGraphics, model:F3DModel):void

draw model

Parameters
g:F3DGraphics
 
model:F3DModel
setTexture()method 
public function setTexture(index:uint, texture_:BitmapData, backTexture_:BitmapData = null, visible_:Boolean = true, backface_:Boolean = false):void

Parameters
index:uint
 
texture_:BitmapData
 
backTexture_:BitmapData (default = null)
 
visible_:Boolean (default = true)
 
backface_:Boolean (default = false)