Skip to content

Commit

Permalink
feat: statsgl added for nova dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-rpm committed Sep 17, 2024
1 parent 5283a2a commit cae558e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App/components/Nova.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
import { StatsGl } from '@react-three/drei';

import { Avatar, CAMERA } from 'src/components/Avatar';
import { emotions } from 'src/services/Stories.service';
Expand Down Expand Up @@ -36,7 +37,9 @@ export const AvatarNova: React.FC = () => {
style={{ background: 'rgb(9,20,26)' }}
fov={45}
cameraInitialDistance={CAMERA.CONTROLS.FULL_BODY.MAX_DISTANCE}
/>
>
<StatsGl />
</Avatar>
</>
);
};

0 comments on commit cae558e

Please sign in to comment.