From 57e8d63b35c017ae578e19ea96c92326e8067d03 Mon Sep 17 00:00:00 2001 From: acgessler Date: Sat, 5 Oct 2013 22:00:40 +0200 Subject: [PATCH] AssimpJSONLoader: add loader / assimpjson / any sample. --- examples/index.html | 1 + examples/webgl_loader_assimpjson_any.html | 189 ++++++++++++++++++++++ 2 files changed, 190 insertions(+) create mode 100644 examples/webgl_loader_assimpjson_any.html diff --git a/examples/index.html b/examples/index.html index ffbe1863dd..818ab2f48c 100644 --- a/examples/index.html +++ b/examples/index.html @@ -169,6 +169,7 @@ "webgl_lines_dashed", "webgl_lines_sphere", "webgl_lines_splines", + "webgl_loader_assimpjson_any", "webgl_loader_collada", "webgl_loader_collada_keyframe", "webgl_loader_ctm", diff --git a/examples/webgl_loader_assimpjson_any.html b/examples/webgl_loader_assimpjson_any.html new file mode 100644 index 0000000000..0526950097 --- /dev/null +++ b/examples/webgl_loader_assimpjson_any.html @@ -0,0 +1,189 @@ + + + + three.js webgl - collada - blender + + + + + + +
+ three.js - + monster by 3drt +
+ + + + + + + + + + + -- GitLab