mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
remove unsupport config
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
'use client';
|
||||
|
||||
import { Stats } from '@react-three/drei';
|
||||
import { Canvas } from '@react-three/fiber';
|
||||
import clsx from 'clsx';
|
||||
import Loading from 'components/rua/loading/rua-loading';
|
||||
@ -18,11 +17,11 @@ const HomeModel = () => {
|
||||
return (
|
||||
<>
|
||||
<Canvas camera={{ fov: 55 }}>
|
||||
<ambientLight color={0xffffff} intensity={0.5} />
|
||||
<ambientLight color={0xffffff} intensity={0.6} />
|
||||
<Suspense fallback={<></>}>
|
||||
<CatModel />
|
||||
</Suspense>
|
||||
<Stats />
|
||||
{/* <Stats /> */}
|
||||
</Canvas>
|
||||
<div
|
||||
className={clsx(
|
||||
|
Reference in New Issue
Block a user