Packagecom.mousman.as3.agal.parser.dto
Classpublic class MBuffersWriterDTO
InheritanceMBuffersWriterDTO Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
MBuffersWriterDTO
Property Detail
ambiantColorproperty
ambiantColor:uint

ambiant color

The default value is 0x000000.


Implementation
    public function get ambiantColor():uint
    public function set ambiantColor(value:uint):void
colorRandomproperty 
colorRandom:Boolean

indicates if the color for each vertex is random

The default value is false.


Implementation
    public function get colorRandom():Boolean
    public function set colorRandom(value:Boolean):void
diffuseColorproperty 
diffuseColor:uint

diffuse color

The default value is 0x000000.


Implementation
    public function get diffuseColor():uint
    public function set diffuseColor(value:uint):void
emissiveColorproperty 
emissiveColor:uint

emissive color

The default value is 0x000000.


Implementation
    public function get emissiveColor():uint
    public function set emissiveColor(value:uint):void
forceAmbiantColorproperty 
forceAmbiantColor:Boolean

indicate if ambiant color has to be forced by the writer

The default value is false.


Implementation
    public function get forceAmbiantColor():Boolean
    public function set forceAmbiantColor(value:Boolean):void
forceDiffuseColorproperty 
forceDiffuseColor:Boolean

indicate if diffuse color has to be forced by the writer

The default value is false.


Implementation
    public function get forceDiffuseColor():Boolean
    public function set forceDiffuseColor(value:Boolean):void
forceEmissiveColorproperty 
forceEmissiveColor:Boolean

indicate if emissive color has to be forced by the writer

The default value is false.


Implementation
    public function get forceEmissiveColor():Boolean
    public function set forceEmissiveColor(value:Boolean):void
forceSpecularColorproperty 
forceSpecularColor:Boolean

indicate if specular color has to be forced by the writer

The default value is false.


Implementation
    public function get forceSpecularColor():Boolean
    public function set forceSpecularColor(value:Boolean):void
specularCoefproperty 
specularCoef:Number

specular coef

The default value is 100.


Implementation
    public function get specularCoef():Number
    public function set specularCoef(value:Number):void
specularColorproperty 
specularColor:uint

specular color

The default value is 0x000000.


Implementation
    public function get specularColor():uint
    public function set specularColor(value:uint):void
Constructor Detail
MBuffersWriterDTO()Constructor
public function MBuffersWriterDTO()