Three.js materials help you control how 3D objects look in your scene. You can make surfaces shiny, matte, transparent, or even cartoon-like. Each material type works best for a different style or performance need.
With MeshStandardMaterial you get realistic results using PBR (physically-based rendering). It handles lighting and shadows well. Other materials like MeshBasicMaterial are faster and work without light. You can also create your own look with ShaderMaterial and custom GLSL code.
Artists and developers use these materials to style 3D meshes, apply textures, and optimize performance. Knowing which material to pick saves time and makes your 3D scenes look great.
Global
mkdir -p ~/.claude/skills/threejs-materialsProject
mkdir -p .claude/skills/threejs-materialsSource Repository
Godot Gdscript Patternswshobson/agents
Learn Godot 4 GDScript patterns for signals, scenes, state machines, and optimization
Game Enginegithub/awesome-copilot
Build web-based game engines and games using HTML5 Canvas WebGL and JavaScript
Unity Ecs Patternswshobson/agents
Master Unity ECS DOTS Jobs and Burst for efficient game development
Multiplayer Gamerivet-dev/skills
Ready made patterns for building any multiplayer game fast
Threejs Geometrycloudai-x/threejs-skills
Build 3D shapes with built-in and custom geometry using Three.js
Game Developerjeffallan/claude-skills
Build fast, smooth games with Unity Unreal Engine patterns and performance tips
Msw Generalmsw-git/msw-ai-coding-plugins-official
Build polished MapleStory Worlds games with templates and visual polish rules
Msw Defaultplayermsw-git/msw-ai-coding-plugins-official
Customize default player speed jump HP camera and physics in your world