什么是 threejs-materials?
Three.js材质——PBR、basic、phong、shader材质、材质属性。在设计网格样式、处理纹理、创建自定义着色器或优化材质性能时使用。 来源:sickn33/antigravity-awesome-skills。
Three.js材质——PBR、basic、phong、shader材质、材质属性。在设计网格样式、处理纹理、创建自定义着色器或优化材质性能时使用。
通过命令行快速安装 threejs-materials AI 技能到你的开发环境
来源:sickn33/antigravity-awesome-skills。
| MeshBasicMaterial | Unlit, flat colors, wireframes | No | | MeshLambertMaterial | Matte surfaces, performance | Yes (diffuse only) | | MeshPhongMaterial | Shiny surfaces, specular highlights | Yes | | MeshStandardMaterial | PBR, realistic materials | Yes (PBR) | | MeshPhysicalMaterial | Advanced PBR, clearcoat, transmission | Yes (PBR+) |
| MeshToonMaterial | Cel-shaded, cartoon look | Yes (toon) | | MeshNormalMaterial | Debug normals | No | | MeshDepthMaterial | Depth visualization | No | | ShaderMaterial | Custom GLSL shaders | Custom | | RawShaderMaterial | Full shader control | Custom |
Use this skill when tackling tasks related to its primary domain or functionality as described above.
Three.js材质——PBR、basic、phong、shader材质、材质属性。在设计网格样式、处理纹理、创建自定义着色器或优化材质性能时使用。 来源:sickn33/antigravity-awesome-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill threejs-materialsThree.js材质——PBR、basic、phong、shader材质、材质属性。在设计网格样式、处理纹理、创建自定义着色器或优化材质性能时使用。 来源:sickn33/antigravity-awesome-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill threejs-materials 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sickn33/antigravity-awesome-skills