| Package | frocessing.f3d.materials |
| Class | public class F3DBmpMaterial |
| Inheritance | F3DBmpMaterial F3DEmptyMaterial |
| Property | Defined by | ||
|---|---|---|---|
![]() | backFace : Boolean
back face drawing
| F3DEmptyMaterial | |
| backTexture : BitmapData | F3DBmpMaterial | ||
| texture : BitmapData | F3DBmpMaterial | ||
![]() | visible : Boolean
model visible
| F3DEmptyMaterial | |
| Method | Defined by | ||
|---|---|---|---|
|
F3DBmpMaterial(texture:BitmapData, backTexture:BitmapData = null)
| F3DBmpMaterial | ||
|
draw model
| F3DBmpMaterial | ||
|
setTexture(texture:BitmapData, backTexture:BitmapData = null):void
| F3DBmpMaterial | ||
| backTexture | property |
public var backTexture:BitmapData
| texture | property |
public var texture:BitmapData
| F3DBmpMaterial | () | constructor |
public function F3DBmpMaterial(texture:BitmapData, backTexture:BitmapData = null)Parameters
texture:BitmapData |
|
backTexture:BitmapData (default = null) |
| draw | () | method |
public override function draw(g:F3DGraphics, model:F3DModel):voiddraw model
Parametersg:F3DGraphics |
|
model:F3DModel |
| setTexture | () | method |
public function setTexture(texture:BitmapData, backTexture:BitmapData = null):voidParameters
texture:BitmapData |
|
backTexture:BitmapData (default = null) |