@@ -169,7 +169,7 @@
"webgl_lines_dashed",
"webgl_lines_sphere",
"webgl_lines_splines",
- "webgl_loader_assimpjson_any",
+ "webgl_loader_assimp2json",
"webgl_loader_collada",
"webgl_loader_collada_keyframe",
"webgl_loader_ctm",
@@ -1,6 +1,14 @@
/**
* @author Alexander Gessler / http://www.greentoken.de/
* https://github.com/acgessler
+ *
+ * Loader for models imported with Open Asset Import Library (http://assimp.sf.net)
+ * through assimp2json (https://github.com/acgessler/assimp2json).
+ * Supports any input format that assimp supports, including 3ds, obj, dae, blend,
+ * fbx, x, ms3d, lwo (and many more).
+ * See webgl_loader_assimp2json example.
*/
THREE.AssimpJSONLoader = function ( manager ) {
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>three.js webgl - collada - blender</title>
+ <title>three.js webgl - Open Asset Import Library (assimp) / assimp2json</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>