UNPKG

threed-garden

Version:

ThreeD Garden: WebGL 3D Environment Interface for Next.JS React TypeScript Three.JS React-Three Physics, 2D Paper.JS; APIs: Apollo GraphQL, WordPress; CSS: Tailwind, Radix-UI; Libraries: FarmBot 3D; AI: OpenAI, DeepSeek

13 lines (11 loc) 249 B
import Box from './Box' export default function Boxes() { return ( <> <Box position={[10, 0, 0]} /> <Box position={[-10, 0, 0]} /> <Box position={[0, 10, 0]} /> <Box position={[0, -10, 0]} /> </> ) }