Package | com.mousman.as3.agal.parser.dto |
Class | public class MBuffersWriterDTO |
Inheritance | MBuffersWriterDTO ![]() |
Property | Defined By | ||
---|---|---|---|
ambiantColor : uint
ambiant color
| MBuffersWriterDTO | ||
colorRandom : Boolean
indicates if the color for each vertex is random
| MBuffersWriterDTO | ||
diffuseColor : uint
diffuse color
| MBuffersWriterDTO | ||
emissiveColor : uint
emissive color
| MBuffersWriterDTO | ||
forceAmbiantColor : Boolean
indicate if ambiant color has to be forced by the writer
| MBuffersWriterDTO | ||
forceDiffuseColor : Boolean
indicate if diffuse color has to be forced by the writer
| MBuffersWriterDTO | ||
forceEmissiveColor : Boolean
indicate if emissive color has to be forced by the writer
| MBuffersWriterDTO | ||
forceSpecularColor : Boolean
indicate if specular color has to be forced by the writer
| MBuffersWriterDTO | ||
specularCoef : Number
specular coef
| MBuffersWriterDTO | ||
specularColor : uint
specular color
| MBuffersWriterDTO |
Method | Defined By | ||
---|---|---|---|
MBuffersWriterDTO |
ambiantColor | property |
ambiantColor:uint
ambiant color
The default value is 0x000000
.
public function get ambiantColor():uint
public function set ambiantColor(value:uint):void
colorRandom | property |
colorRandom:Boolean
indicates if the color for each vertex is random
The default value is false
.
public function get colorRandom():Boolean
public function set colorRandom(value:Boolean):void
diffuseColor | property |
diffuseColor:uint
diffuse color
The default value is 0x000000
.
public function get diffuseColor():uint
public function set diffuseColor(value:uint):void
emissiveColor | property |
emissiveColor:uint
emissive color
The default value is 0x000000
.
public function get emissiveColor():uint
public function set emissiveColor(value:uint):void
forceAmbiantColor | property |
forceAmbiantColor:Boolean
indicate if ambiant color has to be forced by the writer
The default value is false
.
public function get forceAmbiantColor():Boolean
public function set forceAmbiantColor(value:Boolean):void
forceDiffuseColor | property |
forceDiffuseColor:Boolean
indicate if diffuse color has to be forced by the writer
The default value is false
.
public function get forceDiffuseColor():Boolean
public function set forceDiffuseColor(value:Boolean):void
forceEmissiveColor | property |
forceEmissiveColor:Boolean
indicate if emissive color has to be forced by the writer
The default value is false
.
public function get forceEmissiveColor():Boolean
public function set forceEmissiveColor(value:Boolean):void
forceSpecularColor | property |
forceSpecularColor:Boolean
indicate if specular color has to be forced by the writer
The default value is false
.
public function get forceSpecularColor():Boolean
public function set forceSpecularColor(value:Boolean):void
specularCoef | property |
specularCoef:Number
specular coef
The default value is 100
.
public function get specularCoef():Number
public function set specularCoef(value:Number):void
specularColor | property |
specularColor:uint
specular color
The default value is 0x000000
.
public function get specularColor():uint
public function set specularColor(value:uint):void
MBuffersWriterDTO | () | Constructor |
public function MBuffersWriterDTO()