Skip to content

Commit 0aec64f

Browse files
authored
Merge pull request #58 from takuma-hmng8/dev
Dev
2 parents a99e77a + b21bd03 commit 0aec64f

File tree

18 files changed

+436
-396
lines changed

18 files changed

+436
-396
lines changed

app/_home/index.tsx

+7-8
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,16 @@ export const Home = () => {
201201

202202
// const [updateFluid, setFluid] = useFluid({ size, dpr });
203203

204-
// setFluid({
205-
// density_dissipation: 0.96,
206-
// velocity_dissipation: 0.99,
207-
// curl_strength: 0.0,
208-
// splat_radius: 0.0045,
209-
// pressure_iterations: 1,
210-
// });
204+
// // setFluid({
205+
// // density_dissipation: 0.96,
206+
// // velocity_dissipation: 0.99,
207+
// // curl_strength: 0.0,
208+
// // splat_radius: 0.0045,
209+
// // pressure_iterations: 1,
210+
// // });
211211

212212
// useFrame((props) => {
213213
// const fluid = updateFluid(props);
214-
215214
// ref.current!.uniforms.u_fx.value = fluid;
216215
// });
217216

0 commit comments

Comments
 (0)