Skip to main content
Back to registry

threejs-geometry

cloudai-x/threejs-skills

The base class for all geometries. Stores data as typed arrays for GPU efficiency.

Installs1
Install command
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-geometry
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
The base class for all geometries. Stores data as typed arrays for GPU efficiency. Efficiently render many copies of the same geometry. For custom per-instance attributes beyond transform/color. - Use indexed geometry : Reuse vertices with indices - Merge static meshes : Reduce draw calls with mergeGeometries - Use InstancedMesh : For many identical objects - Choose appropriate segment counts : More segments = smoother but slower - Dispose unused geometry : geometry.dispose() - threejs-fundamentals - Scene setup and Object3D - threejs-materials - Material types for meshes - threejs-shaders - Custom vertex manipulation

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-geometry do?

The base class for all geometries. Stores data as typed arrays for GPU efficiency.

Is threejs-geometry good?

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

What agent does threejs-geometry work with?

threejs-geometry currently lists compatibility with github-copilot.

What are alternatives to threejs-geometry?

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

How do I install threejs-geometry?

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

Related skills

More from cloudai-x/threejs-skills

Related skills

Alternatives in Software Engineering