| Package | frocessing.f3d.materials |
| Class | public class F3DBmpSetMaterial |
| Inheritance | F3DBmpSetMaterial F3DEmptyMaterial |
| Property | Defined by | ||
|---|---|---|---|
| backFace : Boolean [write-only]
| F3DBmpSetMaterial | ||
| backFaces : Array | F3DBmpSetMaterial | ||
| backTextures : Array | F3DBmpSetMaterial | ||
| textures : Array | F3DBmpSetMaterial | ||
![]() | visible : Boolean
model visible
| F3DEmptyMaterial | |
| visibles : Array | F3DBmpSetMaterial | ||
| Method | Defined by | ||
|---|---|---|---|
|
F3DBmpSetMaterial(... textures_)
| F3DBmpSetMaterial | ||
|
draw model
| F3DBmpSetMaterial | ||
|
setTexture(index:uint, texture_:BitmapData, backTexture_:BitmapData = null, visible_:Boolean = true, backface_:Boolean = false):void
| F3DBmpSetMaterial | ||
| backFace | property |
backFace:Boolean [write-only]Implementation
public function set backFace(value:Boolean):void
| backFaces | property |
public var backFaces:Array
| backTextures | property |
public var backTextures:Array
| textures | property |
public var textures:Array
| visibles | property |
public var visibles:Array
| F3DBmpSetMaterial | () | constructor |
public function F3DBmpSetMaterial(... textures_)Parameters
... textures_ |
| draw | () | method |
public override function draw(g:F3DGraphics, model:F3DModel):voiddraw model
Parametersg:F3DGraphics |
|
model:F3DModel |
| setTexture | () | method |
public function setTexture(index:uint, texture_:BitmapData, backTexture_:BitmapData = null, visible_:Boolean = true, backface_:Boolean = false):voidParameters
index:uint |
|
texture_:BitmapData |
|
backTexture_:BitmapData (default = null) |
|
visible_:Boolean (default = true) |
|
backface_:Boolean (default = false) |