Packageaway3d.animators.data
Classpublic class AnimationSubGeometry
InheritanceAnimationSubGeometry Inheritance Object

...



Public Properties
 PropertyDefined By
  animationParticles : Vector.<ParticleAnimationData>
AnimationSubGeometry
  numProcessedVertices : int = 0
AnimationSubGeometry
  numVertices : uint
[read-only]
AnimationSubGeometry
  previousTime : Number = 0
AnimationSubGeometry
  totalLenOfOneVertex : uint
[read-only]
AnimationSubGeometry
  vertexData : Vector.<Number>
[read-only]
AnimationSubGeometry
Protected Properties
 PropertyDefined By
  _bufferContext : Vector.<Context3D>
AnimationSubGeometry
  _bufferDirty : Vector.<Boolean>
AnimationSubGeometry
  _vertexBuffer : Vector.<VertexBuffer3D>
AnimationSubGeometry
  _vertexData : Vector.<Number>
AnimationSubGeometry
Public Methods
 MethodDefined By
  
AnimationSubGeometry
  
activateVertexBuffer(index:int, bufferOffset:int, stage3DProxy:Stage3DProxy, format:String):void
AnimationSubGeometry
  
createVertexData(numVertices:uint, totalLenOfOneVertex:uint):void
AnimationSubGeometry
  
AnimationSubGeometry
Property Detail
_bufferContextproperty
protected var _bufferContext:Vector.<Context3D>

_bufferDirtyproperty 
protected var _bufferDirty:Vector.<Boolean>

_vertexBufferproperty 
protected var _vertexBuffer:Vector.<VertexBuffer3D>

_vertexDataproperty 
protected var _vertexData:Vector.<Number>

animationParticlesproperty 
public var animationParticles:Vector.<ParticleAnimationData>

numProcessedVerticesproperty 
public var numProcessedVertices:int = 0

numVerticesproperty 
numVertices:uint  [read-only]


Implementation
    public function get numVertices():uint
previousTimeproperty 
public var previousTime:Number = 0

totalLenOfOneVertexproperty 
totalLenOfOneVertex:uint  [read-only]


Implementation
    public function get totalLenOfOneVertex():uint
vertexDataproperty 
vertexData:Vector.<Number>  [read-only]


Implementation
    public function get vertexData():Vector.<Number>
Constructor Detail
AnimationSubGeometry()Constructor
public function AnimationSubGeometry()



Method Detail
activateVertexBuffer()method
public function activateVertexBuffer(index:int, bufferOffset:int, stage3DProxy:Stage3DProxy, format:String):void

Parameters

index:int
 
bufferOffset:int
 
stage3DProxy:Stage3DProxy
 
format:String

createVertexData()method 
public function createVertexData(numVertices:uint, totalLenOfOneVertex:uint):void

Parameters

numVertices:uint
 
totalLenOfOneVertex:uint

invalidateBuffer()method 
public function invalidateBuffer():void