Skip to content

Commit 922e1df

Browse files
committed
Restore the Environment component in Logo3D to enhance visual rendering quality
1 parent 4404836 commit 922e1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src/components/custom-ui/logo-3d.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function Logo3D({ className, delay = 0, duration = 1.2 }: { class
157157
<directionalLight position={[-10, -10, -5]} intensity={0.5} />
158158
<Logo3DScene />
159159
<OrbitControls enableZoom={true} enablePan={false} minDistance={5} maxDistance={15} />
160-
{/* <Environment preset="studio" /> */}
160+
<Environment preset="studio" />
161161
</Canvas>
162162
</motion.div>
163163
</div>

0 commit comments

Comments
 (0)