|
@@ -745,8 +745,9 @@ export default function Scene({ blobUrl, zoomMin, zoomMax, onModelReady, fileTyp
|
|
|
<hemisphereLight intensity={0.75} color="#ffffff" groundColor="#e8e8e8" />
|
|
<hemisphereLight intensity={0.75} color="#ffffff" groundColor="#e8e8e8" />
|
|
|
<directionalLight position={[2, 0, 4]} intensity={1.6} />
|
|
<directionalLight position={[2, 0, 4]} intensity={1.6} />
|
|
|
<directionalLight position={[0, 2, -2]} intensity={1.75} />
|
|
<directionalLight position={[0, 2, -2]} intensity={1.75} />
|
|
|
- <directionalLight position={[0, 6, 0]} intensity={1} />
|
|
|
|
|
|
|
+ <directionalLight position={[0, 6, 0]} intensity={0.5} />
|
|
|
<directionalLight position={[0, -10, 0]} intensity={2} />
|
|
<directionalLight position={[0, -10, 0]} intensity={2} />
|
|
|
|
|
+ <directionalLight position={[6, 10, -5]} intensity={4} />
|
|
|
{blobUrl && (
|
|
{blobUrl && (
|
|
|
<Suspense fallback={null}>
|
|
<Suspense fallback={null}>
|
|
|
<SceneContent key={blobUrl} url={blobUrl} zoomMin={zoomMin} zoomMax={zoomMax} fileType={fileType} onReady={onModelReady} />
|
|
<SceneContent key={blobUrl} url={blobUrl} zoomMin={zoomMin} zoomMax={zoomMax} fileType={fileType} onReady={onModelReady} />
|