From 7976d1375a3c243fc8863101faaf6600a5bfd257 Mon Sep 17 00:00:00 2001 From: sazzadulalambd Date: Mon, 22 Jun 2026 16:58:46 +0600 Subject: [PATCH] style: adjust tire material properties and update 3D model positioning in HeroBackground3D --- src/components/ui/3d/HeroBackground3D.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ui/3d/HeroBackground3D.tsx b/src/components/ui/3d/HeroBackground3D.tsx index cf1c813..ce6ec87 100644 --- a/src/components/ui/3d/HeroBackground3D.tsx +++ b/src/components/ui/3d/HeroBackground3D.tsx @@ -63,9 +63,9 @@ function AeroxModel() { metalness: 0.9, }); const tireMat = new THREE.MeshStandardMaterial({ - color: '#0f172a', - roughness: 0.8, - metalness: 0.15, + color: '#111111', + roughness: 0.9, + metalness: 0.1, }); clone.traverse((child) => { @@ -95,7 +95,7 @@ function AeroxModel() { return ( - +