提交历史

作者 SHA1 备注 提交日期
  gero3 fe8493157e codestyle fixes 10 年之前
  tsone 48d416cf7d MTLLoader: Fix to avoid loading bump map twice in case material contains both 'bump' and 'bump_map'. 10 年之前
  tsone a5aa8b7e31 MTLLoader: Added support to load bump maps ('bump', 'map_bump' property). 10 年之前
  Mr.doob 522203af01 Merge pull request #5809 from bhouston/remove_material_ambient 10 年之前
  Jerome Etienne 468f1cde0b fixing indentation 10 年之前
  Jerome Etienne 4e1beb0b48 fix crossOrigin propagation in OBJMTL loader 10 年之前
  Ben Houston 6f8d6ddd06 remove material.ambient from everything per discussion here: https://github.com/mrdoob/three.js/pull/5741#issuecomment-67893202 10 年之前
  Mr.doob 92876d839e Fixed more envMap breakage. 10 年之前
  Vincent Lark b86249bba2 passing event handlers. see #4807 #4803 10 年之前
  Mr.doob dd089570da Added Texture.DEFAULT_IMAGE. Different solution for #4559. 11 年之前
  Mr.doob d1454b25de Fixed some more examples. 11 年之前
  Mr.doob 9c7f2ee12c Implemented THREE.Loader.Handlers. 11 年之前
  Mu Daosheng b5578be417 tgaTexture: scene, collada, and obj loader support tga texture format 11 年之前
  Mr.doob a44caeb28d MTLLoader: Typo in isPowerOfTwo call. 11 年之前
  Christopher Probst 9410acc9a9 #4289 Move isPowerOfTwo to THREE.Math and update all references 11 年之前
  Mr.doob 21515188fd Simplified OBJLoader, MTLLoader and OBJMTLLoader. 12 年之前
  Mr.doob 32ca1d4740 Prettified EventDispatcher API. 12 年之前
  Mr.doob bcf7a73b50 Moved MTLLoader.MaterialCreator.loadTexture to inside the prototype definition. 12 年之前
  Skeel 125dc450e4 Fixed bug in MTLLoader.js 12 年之前
  Mr.doob 0a9818564b Merge branch 'master' into dev 12 年之前
  gero3 35db421286 #fixes 3539 12 年之前
  Mr.doob 23a2faace6 Fixed ImageLoader breakage. See #3442. 12 年之前
  Mr.doob 389cf29b6b THREE.extend again breaking things. 12 年之前
  Mr.doob 6c35dc23cf Updated to prototype based EventDispatcher. 12 年之前
  Mr.doob 5a0323ac28 Replaced startsWidth and endsWidth with regexp. See #3003. 12 年之前
  Mr.doob 28aba0b81a Renamed EventTarget to EventDispatcher as discussed in fdb737d078e0e3d6eba9856cec77401082a42fe8. 12 年之前
  Mr.doob de9958b642 Removed SceneUtils.traverseHierarchy and SceneUtils.showHierarchy. Added object.traverse. 13 年之前
  alteredq a22b6a4609 Added compressed textures support to MTLLoader. 13 年之前
  alteredq 12eecef692 Removed jquery dependencies from MTLLoader and OBJMTLLoader. Cleaned up code a bit, reformatted whitespace. Added example. 13 年之前
  alteredq 51fe72c0c0 Fixed shininess handling in MTLLoader. Tweaked new UTF8 example. 13 年之前