Skip to main content
Back to registry

threejs-animation

cloudai-x/threejs-skills

Three.js animation system has three main components:

Installs2
Install command
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-animation
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Three.js animation system has three main components: Stores keyframe animation data. Plays animations on an object and its descendants. Controls playback of an animation clip. Most common source of skeletal animations. Blend between different mesh shapes. Mix multiple animations together. - AnimationClip - Container for keyframe data - AnimationMixer - Plays animations on a root object - AnimationAction - Controls playback of a clip - Share clips : Same AnimationClip can be used on multiple mixers - Optimize clips : Call clip.optimize() to remove redundant keyframes - Disable when off-screen : Stop mixer updates for invisible objects - Use LOD for animations : Simpler rigs for distant characters - Limit active mixers : Each mixer.update() has a cost - threejs-loaders - Loading animated GLTF models - threejs-fundamentals - Clock and animation loop - threejs-shaders - Vertex animation in shaders

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does threejs-animation do?

Three.js animation system has three main components:

Is threejs-animation good?

threejs-animation does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does threejs-animation work with?

threejs-animation currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to threejs-animation?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install threejs-animation?

npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-animation

Related skills

More from cloudai-x/threejs-skills

Related skills

Alternatives in Software Engineering