Morph
Contains a list of MorphTarget, a combined delta AABB and some associated data.
Summary
Properties
_aabb | |
preferHighPrecision | |
targets | The array of morph targets. |
Methods
destroy | Frees video memory allocated by this object. |
Details
Constructor
Morph(targets, graphicsDevice, options)
Create a new Morph instance.
Parameters
targets | MorphTarget[] | A list of morph targets. |
graphicsDevice | GraphicsDevice | The graphics device used to manage this morph target. |
options | object | Object for passing optional arguments. |
options.preferHighPrecision | boolean | True if high precision storage should be prefered. This is faster to create and allows higher precision, but takes more memory and might be slower to render. Defaults to false. |
Properties
BoundingBox_aabb
Methods
destroy()
Frees video memory allocated by this object.