skills/smithery.ai/r3f-materials

r3f-materials

Installation
SKILL.md

React Three Fiber Materials

Quick Start

import { Canvas } from '@react-three/fiber'

function Scene() {
  return (
    <Canvas>
      <ambientLight intensity={0.5} />
      <directionalLight position={[5, 5, 5]} />
Installs
2
First Seen
Apr 1, 2026
r3f-materials from smithery.ai