-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
I use this
useEffect(() => {
const vantaEffect = BIRDS({
el: vantaRef.current,
THREE: THREE,
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
backgroundColor: 0x030321,
colorMode: "variance",
birdSize: 1.60,
speedLimit: 4.00,
separation: 87.00,
alignment: 44.00,
cohesion: 38.00
});
return () => {
if (vantaEffect) vantaEffect.destroy();
};
}, []);
But it show normal color to bird i try so many things
Image ref:
Metadata
Metadata
Assignees
Labels
No labels