| Package | com.rockonflash.papervision3d.materials.utils |
| Class | public class BitmapMaterialTools |
| Method | Defined by | ||
|---|---|---|---|
|
createBitmapMaterial(bitmapClass:Class, oneSided:Boolean = true):BitmapMaterial
[static]
| BitmapMaterialTools | ||
| createBitmapMaterial | () | method |
public static function createBitmapMaterial(bitmapClass:Class, oneSided:Boolean = true):BitmapMaterialParameters
bitmapClass:Class — Class object reference of the embedded or loaded bitmap object
|
|
oneSided:Boolean (default = true) — Indicates whether or not a material should be rendered on both sides
|
BitmapMaterial —
BitmapMaterial that can be used on a model
|