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

Three.js Shaders

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

Three.js shaders - GLSL, ShaderMaterial, uniforms, custom effects. Use when creating custom visual effects, modifying vertices, writing fragment shaders, or extending built-in materials.

threejsshadersglslwebglgraphicsvisual-effects
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdthreejs-shaders/workflow
1. Define uniforms in JavaScript to pass data to the shaders.
2. Write GLSL code for the vertex shader to manipulate vertex positions or other attributes.
3. Write GLSL code for the fragment shader to determine the color of each fragment.
4. Create a `THREE.ShaderMaterial` instance, providing the uniforms, vertex shader, and fragment shader.
5. Apply the `ShaderMaterial` to a Three.js mesh.
6. Update uniforms in the animation loop to create dynamic effects.
7. Debug and optimize the shader code for performance.

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

Compõe comThree.js Fundamentals
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←Three.js Materials
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←Three.js Textures
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
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 Shaders
threejs-shaders
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
Triggers7
create a custom shader in three.jsimplement a shader material in three.jswrite a fragment shader for three.jsmodify vertices using shaders in three.jsuse GLSL in three.jsapply custom visual effects with three.js shadersextend built-in materials with shaders in three.js

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-shaders
$ synaptic skills detail threejs-shaders
$ synaptic skills live threejs-shaders

Dependências

three

Links

GitHub Repository