[name]

一个提供各种动画辅助方法的对象,内部使用。

方法

[method:Array arraySlice]( array, from, to )

和Array.prototype.slice作用一样, 但也适用于类型化数组.

[method:Array convertArray]( array, type, forceClone )

将数组转换为某种特定类型。

[method:Array flattenJSON]( jsonKeys, times, values, valuePropertyName )

用于解析AOS关键帧格式。

[method:Array getKeyframeOrder]( times )

返回一个数组,时间和值可以根据此数组排序。

[method:Boolean isTypedArray]( object )

如果该对象是类型化数组,返回*true*

[method:AnimationClip makeClipAdditive]( [param:AnimationClip targetClip], [param:Number referenceFrame], [param:AnimationClip referenceClip], [param:Number fps] )

Converts the keyframes of the given animation clip to an additive format.

[method:Array sortedArray]( values, stride, order )

将[page:AnimationUtils.getKeyframeOrder getKeyframeOrder]方法返回的数组排序。

[method:AnimationClip subclip]( [param:AnimationClip clip], [param:String name], [param:Number startFrame], [param:Number endFrame], [param:Number fps] )

创建一个新的片段,仅包含所给定帧之间的原始剪辑片段。

源码

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]