Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c4619a

Browse files
committed
fix
1 parent 63bf1c9 commit 0c4619a

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

‎app/test/002/Playground.tsx‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ export const Playground = () => {
3939
fit: 'contain',
4040
resolution: new THREE.Vector2(1080,1080),
4141
}
42-
})
43-
44-
42+
})
4543

4644
useFrame((state) => {
4745
gb.render(state);

‎app/test/002/page.tsx‎

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,6 @@ export default function Page() {
1111
height: "100svh",
1212
pointerEvents: "none",
1313
}}>
14-
{/* <div
15-
style={{
16-
width: "400px",
17-
height: "400px",
18-
backgroundColor: "white",
19-
position: "fixed",
20-
inset: 0,
21-
margin: "auto",
22-
zIndex: 1000,
23-
mixBlendMode: "hard-light",
24-
}}>
25-
<Image
26-
priority
27-
src="/momo.jpg"
28-
alt=""
29-
fill
30-
sizes={"100%"}
31-
style={{ objectFit: "cover" }}
32-
/>
33-
</div> */}
3414
<ShaderFx isDprUpdate={false}>
3515
<Playground />
3616
</ShaderFx>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /