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
Repository
smithery/ai
First Seen
r3f-materials — smithery/ai