Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Three.js Geometry

porcloudai-x·cloudai-x· v1.0.0 · atualizado em 2026-04-10
80
Score

Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.

threejs3d-graphicsgeometrywebglmesh-creationbuffergeometryinstancing
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdthreejs-geometry/workflow
1. Determine the desired 3D shape and its parameters (e.g., box dimensions, sphere radius).
2. Choose the appropriate Three.js geometry class (e.g., BoxGeometry, SphereGeometry, BufferGeometry).
3. Create the geometry object with the specified parameters.
4. Create a material for the geometry (e.g., MeshStandardMaterial).
5. Create a mesh by combining the geometry and material.
6. Add the mesh to the scene.
7. (Optional) Apply transformations (e.g., position, rotation, scale) to the mesh.
8. Render the scene.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aTailwind CSS Advanced Layout Techniques
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aTailwind CSS Development Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTypeScript + React 19 Code Review Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Three.js Geometry
threejs-geometry
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
create a 3D box using Three.jsgenerate a sphere geometry in Three.jsbuild a custom mesh with BufferGeometryoptimize rendering with InstancedMeshcreate a 3D scene with basic shapesgenerate a 3D model from verticescreate a 3D text geometrydraw a line in 3D space

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download threejs-geometry
$ synaptic skills detail threejs-geometry
$ synaptic skills live threejs-geometry

Dependências

three

Links

GitHub Repository