mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-13 15:34:58 +00:00
Deploy
This commit is contained in:
parent
770c6d2c3e
commit
0cc3ce3328
13 changed files with 448 additions and 7 deletions
|
|
@ -79,7 +79,7 @@ const missions = getResourceList()
|
|||
export default function HomePage() {
|
||||
const canvasRef = useRef<HTMLCanvasElement>(null);
|
||||
const [missionName, setMissionName] = useState("TWL_Damnation");
|
||||
const threeContext = useRef<{}>({});
|
||||
const threeContext = useRef<Record<string, any>>({});
|
||||
|
||||
useEffect(() => {
|
||||
const canvas = canvasRef.current;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue