Skip to content

Commit a7e5153

Browse files
committed
fix: remove githack dependency for hdri
Cf 장애 대처
1 parent 1e49dbc commit a7e5153

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1.33 MB
Binary file not shown.

src/components/common/CIShape/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const CIShape = () => {
7575
<Canvas camera={{ position: [0, 0, 80], fov: 75 }}>
7676
<ambientLight intensity={0.3} />
7777
<directionalLight position={[5, 10, 7.5]} intensity={0.8} />
78-
<Environment preset="sunset" />
78+
<Environment path='/static/hdri/' files={ 'venice_sunset_1k.hdr' } />
7979
<DShape />
8080
<OrbitControls enableRotate={false} enableZoom={false} enablePan={false} />
8181
</Canvas>

0 commit comments

Comments
 (0)