Skip to content

Commit

Permalink
mrdoob#9756 WWOBJLoader2 V1.0.6
Browse files Browse the repository at this point in the history
Improvements since initial external V1.0.0 release:
OBJLoader2:
- Removed need for making Parser public. OBJLoader2 has a build function for web worker code.
- MeshCreator is now private to OBJLoader2

WWOBJLoader2:
- Added checks for Blob and URL.createObjectURL
- Worker code build: Removed need to adjust constructor and some new Object calls
- Allow to properly set CORS to MTLLoader via WWOBJLoader2 and WWOBJLoader2Director
- Now allows to enable/disable mesh streaming

Example webgl_loader_obj
- Added GridHelper
- resources to load are now defined outside example classes

Example webgl_loader_obj2_ww
- Allow to clear all meshes in
- Allows to load user OBJ/MTL files
- Added GridHelper
- resources to load are now defined outside example classes

All Examples:
- Created one page examples and tuned naming
- All examples now use dat.gui
- Removed namespace "THREE.examples"
- Fixed comment typos
- Fixed some code formatting issues
- Fixed tabs in examples

General:
- Headers now carry references to development repository
  • Loading branch information
kaisalmen committed Mar 25, 2017
1 parent 6776a15 commit fb79968
Show file tree
Hide file tree
Showing 6 changed files with 3,419 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ var files = {
"webgl_loader_msgpack",
"webgl_loader_obj",
"webgl_loader_obj_mtl",
"webgl_loader_obj2",
"webgl_loader_obj2_ww",
"webgl_loader_obj2_ww_parallels",
"webgl_loader_nrrd",
"webgl_loader_pcd",
"webgl_loader_pdb",
Expand Down
Loading

0 comments on commit fb79968

Please sign in to comment.