Capítulo 286 de 859

Chapter 286: AnimationClipCreator

Core Idea

A utility class with factory methods for creating basic animation clips.

Code Examples

import { AnimationClipCreator } from 'three/addons/animation/AnimationClipCreator.js';
  • What it demonstrates: Typical usage of AnimationClipCreator.

Key Takeaways

  1. AnimationClipCreator has no documented properties/methods beyond what's shown above — check the source link for implementation details.

Connects To