본문 바로가기

인터넷과 유틸/HTML5

WEBGL 3D 프로그래밍을 이용한 유체 시뮬레이션

"This demo is built on the Reaction-Diffusion template from the WebGL playground and Evgeny Demidov's fluid simulation.
Anyway, this implementation does not use the OpenGL extension OES_TEXTURE_FLOAT. Instead a 16bit ""minifloat"" buffer is used here.
The extension might still be a good start for optimization!
To be correct these aren't real ""Turing patterns"", though the dots are quite characteristic. What you see is actually the simpler kind of one-component Reaction-Diffusion equations.
The skin dot synthesis' native texture resolution is 1024x512 and the fluid simulation uses 512x256 cells. WebGL GPGPU, here ya go!"


WEBGL 3D 프로그래밍을 이용한 유체 시뮬레이션

소스다운로드 : 

turing-fluid.zip