From d8c3c92fc9cd2a7511f2d66cc100006914674382 Mon Sep 17 00:00:00 2001 From: alteredq Date: Thu, 2 Jun 2011 02:41:47 +0200 Subject: [PATCH] Added dynamic particles demo. --- examples/webgl_particles_dynamic.html | 640 ++++++++++++++++++++++++++ 1 file changed, 640 insertions(+) create mode 100644 examples/webgl_particles_dynamic.html diff --git a/examples/webgl_particles_dynamic.html b/examples/webgl_particles_dynamic.html new file mode 100644 index 0000000000..929c0f6173 --- /dev/null +++ b/examples/webgl_particles_dynamic.html @@ -0,0 +1,640 @@ + + + + three.js webgl - particles - dynamic - postprocessing + + + + + +
+
+ three.js - webgl dynamic particles + postprocessing + - models by Reallusion + iClone, + Troyano + +
+ + + + + + + + + + + -- GitLab