1. 30 1月, 2013 1 次提交
  2. 10 1月, 2013 1 次提交
    • M
      Refactored OBJLoader and OBJMTLLoader. · 437b0a9f
      Mr.doob 提交于
      * OBJLoader now parses line per line in the same way OBJMTLLoader does.
      * No more reusing of the same vertices array.
      * Both now create a Object3D when finding a "o" and a Mesh when finding a "g" (or "usemtl").
      * I used to like the obj format.
      437b0a9f
  3. 08 1月, 2013 1 次提交
  4. 07 1月, 2013 2 次提交
  5. 06 1月, 2013 1 次提交
  6. 04 1月, 2013 2 次提交
  7. 31 12月, 2012 1 次提交
  8. 30 12月, 2012 1 次提交
  9. 20 12月, 2012 1 次提交
  10. 18 12月, 2012 1 次提交
  11. 14 12月, 2012 1 次提交
  12. 12 12月, 2012 2 次提交
  13. 04 12月, 2012 1 次提交
  14. 15 11月, 2012 1 次提交
  15. 29 10月, 2012 2 次提交
  16. 23 10月, 2012 1 次提交
    • A
      Added VTK and STL models to scene loader example. Added optional callback... · 22e51263
      alteredq 提交于
      Added VTK and STL models to scene loader example. Added optional callback parameter to VTKLoader and STLLoader load to be compatible with other loaders.
      
      Work in progress. Not really sure how to best deal with different loaders using different APIs. We should unify them somehow. Still need to handle ColladaLoader, UTF8Loader and OBJMTLLoader, every one of them is different from the others.
      22e51263
  17. 05 10月, 2012 2 次提交
  18. 26 9月, 2012 1 次提交
    • M
      Removed SceneUtils.traverseHierarchy and SceneUtils.showHierarchy. Added object.traverse. · de9958b6
      Mr.doob 提交于
      Is not exactly the same beaviour. object.traverse also applied the callback to object.
      But I think it's better like this, because now we can do object.traverse( function ( node ) { node.visible = false } ) and it will also take care of the parent. However, if this creates any problem we can revert the behaviour.
      I also prefer this behaviour because the code is simpler/cleaner :P
      de9958b6
  19. 25 9月, 2012 1 次提交
  20. 11 9月, 2012 8 次提交
  21. 10 9月, 2012 3 次提交
  22. 09 9月, 2012 1 次提交
  23. 07 9月, 2012 1 次提交
  24. 06 9月, 2012 1 次提交
  25. 31 8月, 2012 1 次提交
  26. 19 8月, 2012 1 次提交