Skip to content

Commit

Permalink
AssimpJSONLoader: rename sample to assimp2json.
Browse files Browse the repository at this point in the history
  • Loading branch information
acgessler committed Oct 12, 2013
1 parent a31350f commit 19a71e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/index.html
Expand Up @@ -169,7 +169,7 @@ <h1>three.js examples</h1><br />
"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",
Expand Down
8 changes: 8 additions & 0 deletions examples/js/loaders/AssimpJSONLoader.js
@@ -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 ) {
Expand Down
@@ -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>
Expand Down

0 comments on commit 19a71e9

Please sign in to comment.