Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelDoGreat committed Nov 24, 2017
1 parent 4760827 commit 3bb1955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
<meta charset="utf-8">
<title>Fluid Simulation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">

<meta property="og:type" content="website">
<meta property="og:title" content="webgl fluid simulation">
<meta property="og:url" content="https://paveldogreat.github.io/WebGL-Fluid-Simulation/">
<meta property="og:image" content="logo.png">

<script type="text/javascript" src="dat.gui.min.js"></script>
<style>
* {
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let config = {
PRESSURE_DISSIPATION: 0.8,
PRESSURE_ITERATIONS: 25,
CURL: 30,
SPLAT_RADIUS: 0.0025
SPLAT_RADIUS: 0.005
}

let pointers = [];
Expand Down

0 comments on commit 3bb1955

Please sign in to comment.