threejs-materials
Implementation guide for Three.js materials including PBR, shaders, and performance optimization for 3D rendering.
Install
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-materialsStats
| Total installs | 1,881 |
| Weekly installs | 1.9K |
| GitHub stars | 1.9K |
| First seen | Jan 20, 2026 |
| Source | @cloudai-x/threejs-skills |
Summary
- Includes basic, Lambert, Phong, and standard PBR materials with varying lighting complexity; MeshPhysicalMaterial adds advanced features like clearcoat, transmission, and iridescence for glass, car paint, and fabric effects
- ShaderMaterial and RawShaderMaterial enable custom GLSL shaders with automatic or manual uniform/attribute management
- Specialized materials for toon shading, normal debugging, depth visualization, points, and dashed lines cover non-standard rendering needs
- Common properties across all materials control visibility, blending, stencil, depth testing, and polygon offset; environment maps and material pooling optimize performance and realism
Tags
Related skills
| Skill | Installs | vs threejs-materials |
|---|---|---|
| flutter-adding-home-screen-widgets | 2,176 | +295 |
| miniprogram-development | 1,643 | -238 |
| threejs-interaction | 1,943 | +62 |
| rivetkit-client-react | 2,125 | +244 |
| uncodixfy | 1,842 | -39 |
FAQ
- How many installs does threejs-materials have?
- threejs-materials has 1,881 total installs and 1.9K installs this week.
- Where is threejs-materials hosted?
- threejs-materials is published by @cloudai-x/threejs-skills at https://github.com/cloudai-x/threejs-skills.
- How many GitHub stars does threejs-materials have?
- threejs-materials has 1.9K GitHub stars.
- When was threejs-materials first indexed?
- OrangeBot.AI first indexed threejs-materials on Jan 20, 2026.
- How do I install threejs-materials?
- Run: npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-materials