Constructors
constructor
- new AnimationClip(name?, duration?, tracks?, blendMode?): AnimationClip
Properties
Methods
StaticCreateFromMorphTargetSequence
- CreateFromMorphTargetSequence(name, morphTargetSequence, fps, noLoop): AnimationClip
Parameters
- name: string
- morphTargetSequence: MorphTarget[]
- fps: number
- noLoop: boolean
StaticCreateClipsFromMorphTargetSequences
- CreateClipsFromMorphTargetSequences(morphTargets, fps, noLoop): AnimationClip[]
StatictoJSON
- toJSON(clip): any
Returns any
validate
- validate(): boolean
Returns boolean
clone
- clone(): this
Returns this
toJSON
- toJSON(clip): any
Returns any
Default