Merge branch 'feat-animation' of https://github.com/La-Fabrik-Durable/La-Fabrik into feat-animation
This commit is contained in:
@@ -34,7 +34,7 @@ export function useCharacterAnimation(
|
|||||||
fadeDuration = DEFAULT_FADE_DURATION,
|
fadeDuration = DEFAULT_FADE_DURATION,
|
||||||
} = config;
|
} = config;
|
||||||
|
|
||||||
const groupRef = useRef<THREE.Group>(null);
|
const groupRef = useRef<THREE.Group | null>(null);
|
||||||
const { scene, animations } = useGLTF(modelPath);
|
const { scene, animations } = useGLTF(modelPath);
|
||||||
const { actions, names, mixer } = useAnimations(animations, groupRef);
|
const { actions, names, mixer } = useAnimations(animations, groupRef);
|
||||||
const [currentAnimation, setCurrentAnimation] = useState(initialAnimation);
|
const [currentAnimation, setCurrentAnimation] = useState(initialAnimation);
|
||||||
|
|||||||
Reference in New Issue
Block a user