r3f-materials
Installation
SKILL.md
R3F Materials
Materials define surface appearance—color, texture, reflectivity, transparency, and custom shader effects.
Quick Start
// Built-in material
<mesh>
<boxGeometry />
<meshStandardMaterial color="hotpink" metalness={0.8} roughness={0.2} />
</mesh>