From d0e5ba0e520ab0ea2831416889f5b5d44ac97e19 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Mon, 28 Oct 2024 11:56:21 +0900 Subject: [PATCH] Update README.md --- src/r3f/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/r3f/README.md b/src/r3f/README.md index 0455a220b..9cac94d76 100644 --- a/src/r3f/README.md +++ b/src/r3f/README.md @@ -18,9 +18,10 @@ Set of components for loading and rendering 3D Tiles in [@react-three/fiber](htt import { TilesRenderer } from '3d-tiles-renderer/r3f'; const TILESET_URL = /* your tile set url */; +const cameraPosition = [ x, y, z ]; // Set the camera position so the tiles are visible export default function App() { return ( - + );