diff --git a/src/pages/yatai/index.tsx b/src/pages/yatai/index.tsx index 57894c2..0870a2d 100644 --- a/src/pages/yatai/index.tsx +++ b/src/pages/yatai/index.tsx @@ -2,6 +2,7 @@ import { Canvas, type ThreeElements, useThree } from "@react-three/fiber"; import styles from "./index.module.css"; function Yatai() { + // 土台 const Foundation = (props: ThreeElements["mesh"]) => { return ( @@ -11,6 +12,7 @@ function Yatai() { ); }; + // 的 const Target = (props: ThreeElements["mesh"]) => { return ( @@ -30,7 +32,9 @@ function Yatai() { return (
+ {/* 全体ライト */} + {/* スポットライト */}