diff --git a/public/bold.glb b/public/bold.glb index a097aa6..8d964d1 100644 Binary files a/public/bold.glb and b/public/bold.glb differ diff --git a/src/main.js b/src/main.js index ba21212..3da944a 100644 --- a/src/main.js +++ b/src/main.js @@ -45,7 +45,7 @@ let boldRoughnessAnimation = { startTime: 0, delayDuration: 1.0, // 1 second delay transitionDuration: 1.0, // 1 second transition - startRoughness: 0.9, + startRoughness: 0.25, endRoughness: 0.05, materials: [] // Store references to bold materials }; @@ -153,9 +153,9 @@ controls.enableZoom = false; // Disable zoom // Material definitions // Bold glass material (starts rough, will transition to clear) const boldGlassMaterial = new THREE.MeshPhysicalMaterial({ - color: 0xffffff, + color: 0xFFA500, metalness: 0.2, - roughness: 0.4, // Start with rough glass + roughness: 0.25, // Start with rough glass transmission: 1, ior: 2, thickness: 2, @@ -165,7 +165,7 @@ const boldGlassMaterial = new THREE.MeshPhysicalMaterial({ attenuationDistance: 0.8, envMapIntensity: 0, specularIntensity: 1.0, - specularColor: new THREE.Color(0x000000), + specularColor: new THREE.Color(0xffffff), transparent: true, depthWrite: false, alphaTest: 0