Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -495,7 +495,7 @@ export function ModelViewerCanvas({ url }: ModelViewerProps) {
|
|||||||
<directionalLight position={[-5, 5, -5]} intensity={0.3} />
|
<directionalLight position={[-5, 5, -5]} intensity={0.3} />
|
||||||
|
|
||||||
<Suspense fallback={<LoadingFallback />}>
|
<Suspense fallback={<LoadingFallback />}>
|
||||||
<GLBModel url={url} />
|
<SceneModels />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
|
||||||
<MeasurementOverlay />
|
<MeasurementOverlay />
|
||||||
|
|||||||
Reference in New Issue
Block a user