Packageflare.materials.filters.transform
Classpublic class TransformFilter
InheritanceTransformFilter Inheritance FLSLFilter Inheritance FLSLScope Inheritance FLSL Inheritance Object



Public Properties
 PropertyDefined By
 InheritedblendMode : String
FLSLFilter
 InheritedbyteCode : ByteArray
FLSLFilter
 Inheritedcode : ByteArray
FLSLScope
 Inheritedglobals : Vector.<FLSL>
FLSLScope
 Inheritedlocals : Vector.<uint>
FLSLScope
 Inheritedname : String
FLSL
 Inheritednames : Vector.<String>
FLSLScope
 InheritedparamCount : int
FLSLScope
 Inheritedparams : Dictionary
FLSLScope
 Inheritedparent : FLSLScope
FLSLScope
 Inheritedpasses : int
[read-only] Returns the number of passes required by the filter.
FLSLFilter
 InheritedresultOps : Vector.<uint>
[static]
FLSLScope
 InheritedsafeZone : int
FLSLScope
 Inheritedsemantic : String
FLSL
 Inheritedsources : Vector.<uint>
FLSLScope
 Inheritedstate : int = 0
FLSL
 InheritedtechniqueName : String
FLSLFilter
 Inheritedvalue : uint
FLSLScope
 InheritedvarType : int = 0
FLSL
Public Methods
 MethodDefined By
  
TransformFilter
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
FLSLFilter
 Inherited
bind(byteCode:ByteArray):void
FLSLScope
 Inherited
FLSLScope
 Inherited
call(ns:String, params:Array = null):uint
FLSLScope
 Inherited
FLSLScope
 Inherited
dispatchEvent(event:Event):Boolean
FLSLFilter
 Inherited
get(i:int):uint
FLSLScope
 Inherited
getIndex(name:String):int
FLSLScope
 Inherited
FLSLScope
 Inherited
FLSLScope
 Inherited
getPassesCount(ns:String):int
FLSLScope
 Inherited
getRegister(register:uint, mask:String = xyzw, offset:int = 0):uint
FLSLScope
 Inherited
getRegisterByName(name:String, mask:String = xyzw, offset:int = 0):uint
FLSLScope
 Inherited
FLSLScope
 Inherited
getScope(ns:String):FLSLScope
FLSLScope
 Inherited
FLSLScope
 Inherited
hasEventListener(type:String):Boolean
FLSLFilter
 Inherited
isScope(type:int):int
[static]
FLSL
 Inherited
maskToStr(mask:int, size:int):String
[static]
FLSL
 Inherited
print(level:int = 0, index:int = 0, out:String):String
FLSLScope
  
process(scope:FLSLShader):void
[override]
TransformFilter
 Inherited
rebuild():void
FLSLFilter
 Inherited
registerToStr(register:uint, mask:int = -1, size:int = -1):String
[static]
FLSL
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
FLSLFilter
 Inherited
strToMask(str:String):int
[static]
FLSL
 Inherited
toString():String
[override]
FLSLScope
 Inherited
typeToStr(t:int):String
[static]
FLSL
 Inherited
willTrigger(type:String):Boolean
FLSLFilter
Public Constants
 ConstantDefined By
 InheritedAGAL : int = 0xa5
[static]
FLSL
 InheritedAND : int = 0xd1
[static]
FLSL
 InheritedCALL : int = 0xa4
[static]
FLSL
 InheritedCONST : int = 3
[static]
FLSL
 InheritedDEBUG : int = 0xf1
[static]
FLSL
 InheritedDEBUG_D : int = 0xf0
[static]
FLSL
 InheritedDUP : int = 0xc0
[static]
FLSL
 InheritedFUNCTION : int = 11
[static]
FLSL
 InheritedGET : int = 0xa0
[static]
FLSL
 InheritedGET_NS : int = 0xa1
[static]
FLSL
 InheritedIF : int = 0xe0
[static]
FLSL
 InheritedINDEX : int = 0xb1
[static]
FLSL
 InheritedINPUT : int = 7
[static]
FLSL
 InheritedINTERPOLATED : int = 8
[static]
FLSL
 InheritedJUMP : int = 0xe1
[static]
FLSL
 InheritedMATRIX : int = 4
[static]
FLSL
 InheritedMETA : int = 0xb2
[static]
FLSL
 InheritedNAMESPACE : int = 10
[static]
FLSL
 InheritedNOT : int = 0xd2
[static]
FLSL
 InheritedNULL : int = 0xa6
[static]
FLSL
 InheritedOP_ABS : int = 0x14
[static]
FLSL
 InheritedOP_ADD : int = 0x1
[static]
FLSL
 InheritedOP_COS : int = 0x10
[static]
FLSL
 InheritedOP_CROSS : int = 0x11
[static]
FLSL
 InheritedOP_DIV : int = 0x4
[static]
FLSL
 InheritedOP_DP3 : int = 0x12
[static]
FLSL
 InheritedOP_DP4 : int = 0x13
[static]
FLSL
 InheritedOP_EXP : int = 0xd
[static]
FLSL
 InheritedOP_FRC : int = 0x8
[static]
FLSL
 InheritedOP_KILL : int = 0x27
[static]
FLSL
 InheritedOP_LOG : int = 0xc
[static]
FLSL
 InheritedOP_M33 : int = 0x17
[static]
FLSL
 InheritedOP_M34 : int = 0x19
[static]
FLSL
 InheritedOP_M44 : int = 0x18
[static]
FLSL
 InheritedOP_MAX : int = 0x7
[static]
FLSL
 InheritedOP_MIN : int = 0x6
[static]
FLSL
 InheritedOP_MOV : int = 0x0
[static]
FLSL
 InheritedOP_MUL : int = 0x3
[static]
FLSL
 InheritedOP_NEG : int = 0x15
[static]
FLSL
 InheritedOP_NRM : int = 0xe
[static]
FLSL
 InheritedOP_POW : int = 0xb
[static]
FLSL
 InheritedOP_RCP : int = 0x5
[static]
FLSL
 InheritedOP_RSQ : int = 0xa
[static]
FLSL
 InheritedOPS : Dictionary
[static]
FLSL
 InheritedOP_SAT : int = 0x16
[static]
FLSL
 InheritedOP_SEQ : int = 0x2c
[static]
FLSL
 InheritedOP_SGE : int = 0x29
[static]
FLSL
 InheritedOP_SIN : int = 0xf
[static]
FLSL
 InheritedOP_SLT : int = 0x2a
[static]
FLSL
 InheritedOP_SNE : int = 0x2d
[static]
FLSL
 InheritedOP_SQRT : int = 0x9
[static]
FLSL
 InheritedOP_SUB : int = 0x2
[static]
FLSL
 InheritedOP_TEX : int = 0x28
[static]
FLSL
 InheritedOR : int = 0xd0
[static]
FLSL
 InheritedOUTPUT : int = 9
[static]
FLSL
 InheritedPARAM : int = 2
[static]
FLSL
 InheritedPARENT : int = 0xa2
[static]
FLSL
 InheritedPARENT_N : int = 0xa3
[static]
FLSL
 InheritedPASS : int = 13
[static]
FLSL
 InheritedPROP : int = 0xb0
[static]
FLSL
 InheritedR_CONSTANT : int = 1
[static]
FLSL
 InheritedRET : int = 0xa7
[static]
FLSL
 InheritedR_INPUT : int = 0
[static]
FLSL
 InheritedR_INTERPOLATED : int = 4
[static]
FLSL
 InheritedR_OUTPUT : int = 3
[static]
FLSL
 InheritedR_SAMPLER : int = 5
[static]
FLSL
 InheritedR_TEMPORAL : int = 2
[static]
FLSL
 InheritedSAMPLER2D : int = 5
[static]
FLSL
 InheritedSAMPLERCUBE : int = 6
[static]
FLSL
 InheritedSEQ : int = 0xe4
[static]
FLSL
 InheritedSGE : int = 0xe2
[static]
FLSL
 InheritedSLT : int = 0xe3
[static]
FLSL
 InheritedSNE : int = 0xe5
[static]
FLSL
 InheritedSTATE_INIT : int = 1
[static]
FLSL
 InheritedSTATE_UNDEFINED : int = 0
[static]
FLSL
 InheritedSTATE_USER_DEFINED : int = 2
[static]
FLSL
 InheritedSTRING : int = 14
[static]
FLSL
 InheritedSURFACE : int = 15
[static]
FLSL
 InheritedSWAP : int = 0xc1
[static]
FLSL
 InheritedTECHNIQUE : int = 12
[static]
FLSL
 InheritedTEMPORAL : int = 1
[static]
FLSL
 InheritedVOID : int = 0
[static]
FLSL
Constructor Detail
TransformFilter()Constructor
public function TransformFilter()



Method Detail
process()method
override public function process(scope:FLSLShader):void

Parameters

scope:FLSLShader