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

Three.js Textures

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

Three.js textures - texture types, UV mapping, environment maps, texture settings. Use when working with images, UV coordinates, cubemaps, HDR environments, or texture optimization.

threejstextureswebgl3d-graphicsrenderingmaterials
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdthreejs-textures/workflow
1
Load Texture: — Use `THREE.TextureLoader` to load the texture from a file or URL.
2
Configure Texture: — Set texture properties like `wrapS`, `wrapT`, `repeat`, `offset`, `minFilter`, `magFilter`, and `anisotropy`.
3
Create Material: — Create a `THREE.MeshStandardMaterial` or other suitable material.
4
Apply Texture: — Assign the loaded texture to the `map` property of the material.
5
Create Mesh: — Create a `THREE.Mesh` with the geometry and material.
6
Add to Scene: — Add the mesh to the Three.js scene.
7
Update Render Loop: — Ensure `texture.needsUpdate = true` if the texture data changes dynamically (e.g., CanvasTexture, VideoTexture).

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 Shaders
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
79
Compõe comThree.js Materials
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
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 Textures
threejs-textures
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers10
load a texture in threejsapply a texture to a materialcreate a cube textureuse a render targetmodify UV coordinateswork with PBR texturesgenerate a noise texturecreate a gradient textureoptimize threejs textureshandle video textures

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

Dependências

threethree/examples/jsm/loaders/KTX2Loader.jsthree/examples/jsm/loaders/RGBELoader.jsthree/examples/jsm/loaders/EXRLoader.js

Links

GitHub Repository