Skip to content

Commit 501f03f

Browse files
author
takuma-hmng8
committed
v1.0.31
1 parent 3dbb4f7 commit 501f03f

File tree

20 files changed

+490
-476
lines changed

20 files changed

+490
-476
lines changed

app/ShaderFx.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const ShaderFx = ({ children }: { children: React.ReactNode }) => {
1616
setDpr(Math.round((0.5 + 1.0 * factor) * 10) / 10);
1717
}}>
1818
<Suspense fallback={null}>{children}</Suspense>
19-
{/* <Perf position={"bottom-left"} minimal={false} /> */}
19+
<Perf position={"bottom-left"} minimal={false} />
2020
</PerformanceMonitor>
2121
</Canvas>
2222
);

app/_home/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const Home = () => {
8989
camera,
9090
size,
9191
dpr: viewport.dpr,
92+
samples: 4,
9293
});
9394

9495
useFrame((props) => {

0 commit comments

Comments
 (0)