Skip to content
Snippets Groups Projects
Commit ba807a2f authored by Hyung-Taik Choi's avatar Hyung-Taik Choi
Browse files

Update repository structure

parent 745f3214
No related branches found
No related tags found
No related merge requests found
.eslintrc
MEMO.md
.DS_Store
# WebGL Fluid Simulation Tutorial
<div align="center">
<img src="./screenshot.jpg"></img>
<img src="./assets/screenshot.jpg"></img>
<h4 align="center">WebGL2 Fluid Simulation Tutorial</h4>
<p align="center">
<img src="http://img.shields.io/badge/-WebGL2-990000?style=flat&logo=WebGL&link=https://github.com/htcrefactor/WebGL-Fluid-Simulation"/>
......
File moved
File moved
This diff is collapsed.
......@@ -917,7 +917,7 @@ let bloomFramebuffers = [];
let sunrays;
let sunraysTemp;
let ditheringTexture = createTextureAsync('LDR_LLL1_0.png');
let ditheringTexture = createTextureAsync('./assets/LDR_LLL1_0.png');
const blurProgram = new Program(blurVertexShader, blurShader);
const copyProgram = new Program(baseVertexShader, copyShader);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment