diff --git a/.gitignore b/.gitignore index 3a35a47..ba75461 100644 --- a/.gitignore +++ b/.gitignore @@ -273,4 +273,5 @@ build *.vscode *.splat -*.ply \ No newline at end of file +*.ply +/.idea \ No newline at end of file diff --git a/app/components/CanvasLayer.tsx b/app/components/CanvasLayer.tsx index b51566c..71e8e92 100644 --- a/app/components/CanvasLayer.tsx +++ b/app/components/CanvasLayer.tsx @@ -1,6 +1,10 @@ import React, { useState, useEffect } from 'react'; import { Canvas } from '@react-three/fiber'; -import { OrbitControls, Splat } from '@react-three/drei'; +import { + OrbitControls, + Splat, + StatsGl +} from '@react-three/drei'; const CanvasLayer = () => { @@ -26,6 +30,7 @@ const CanvasLayer = () => { return (
+