From 063a14b0e80ef455deaeeaee606c39a7e67b8389 Mon Sep 17 00:00:00 2001 From: WestLangley Date: Fri, 27 Dec 2019 20:53:59 -0500 Subject: [PATCH] Added instancing_modified example --- examples/files.js | 1 + examples/webgl_instancing_modified.html | 196 ++++++++++++++++++++++++ 2 files changed, 197 insertions(+) create mode 100644 examples/webgl_instancing_modified.html diff --git a/examples/files.js b/examples/files.js index 63aa22781f..f030835487 100644 --- a/examples/files.js +++ b/examples/files.js @@ -48,6 +48,7 @@ var files = { "webgl_geometry_text_stroke", "webgl_helpers", "webgl_instancing_dynamic", + "webgl_instancing_modified", "webgl_instancing_interactive", "webgl_instancing_raycast", "webgl_instancing_scatter", diff --git a/examples/webgl_instancing_modified.html b/examples/webgl_instancing_modified.html new file mode 100644 index 0000000000..9bbafe409a --- /dev/null +++ b/examples/webgl_instancing_modified.html @@ -0,0 +1,196 @@ + + + + three.js webgl - instancing - modified + + + + + + +
+ three.js - webgl instancing - modified +
+ + + + + -- GitLab