Skip to content

Commit

Permalink
Merge pull request #62 from cgtuebingen/feature/multiple-scenes
Browse files Browse the repository at this point in the history
Loading multiple scenes
  • Loading branch information
NorbiPDF authored Jun 12, 2024
2 parents 15bbad0 + f8f7115 commit 5db8442
Show file tree
Hide file tree
Showing 3 changed files with 794 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/CanvasLayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ import React, { useState, useEffect, useRef } from 'react';
import { Canvas } from '@react-three/fiber';
import {
PointerLockControls,
Splat,
StatsGl
} from '@react-three/drei';
import { FirstPersonControls } from './FirstPersonControls.tsx'

import { Splat } from './Splat.tsx';
import { Leva, useControls } from 'leva';
import { useMemo } from 'react'

Expand Down
Loading

0 comments on commit 5db8442

Please sign in to comment.