Packagefrocessing.f3d.materials
Classpublic class F3DBmpMaterial
InheritanceF3DBmpMaterial Inheritance F3DEmptyMaterial

3D Material BitmapData



Public Properties
 PropertyDefined by
 InheritedbackFace : Boolean
back face drawing
F3DEmptyMaterial
  backTexture : BitmapData
F3DBmpMaterial
  texture : BitmapData
F3DBmpMaterial
 Inheritedvisible : Boolean
model visible
F3DEmptyMaterial
Protected Properties
 PropertyDefined by
 Inherited_backface : Boolean
F3DEmptyMaterial
 Inherited_visible : Boolean
F3DEmptyMaterial
Public Methods
 MethodDefined by
  
F3DBmpMaterial(texture:BitmapData, backTexture:BitmapData = null)
F3DBmpMaterial
  
draw(g:F3DGraphics, model:F3DModel):void
draw model
F3DBmpMaterial
  
setTexture(texture:BitmapData, backTexture:BitmapData = null):void
F3DBmpMaterial
Property detail
backTextureproperty
public var backTexture:BitmapData
textureproperty 
public var texture:BitmapData
Constructor detail
F3DBmpMaterial()constructor
public function F3DBmpMaterial(texture:BitmapData, backTexture:BitmapData = null)

Parameters
texture:BitmapData
 
backTexture:BitmapData (default = null)
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(texture:BitmapData, backTexture:BitmapData = null):void

Parameters
texture:BitmapData
 
backTexture:BitmapData (default = null)