提交历史

作者 SHA1 备注 提交日期
  Mugen87 55504ff81d removal of THREE.MeshFaceMaterial 9 年之前
  Mr.doob 5fa63333fa colorAmbient clean up. 9 年之前
  Mr.doob d1e7b1dc73 MorphNormals code clean up. 10 年之前
  WestLangley 1df48eefe2 Removed wrap lighting from Phong and Lambert 10 年之前
  Mr.doob d4ccf0fcb4 transparency to opacity change. 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 a2b1daef82 Updated examples that don't really need NormalDisplacementShader. 10 年之前
  Mr.doob e2c76efe2f Removed last instance of "useBuffers". 11 年之前
  Mr.doob d6c41b4643 Updated test scene with the one in #3383. 12 年之前
  Mr.doob ea3ce8c940 Finished object.properties to object.userData renaming. 12 年之前
  Mr.doob e2b0c58076 Fixed SceneLoader example. 12 年之前
  Mr.doob f9f4483ab5 Removed unused properties from test_scene.js. 12 年之前
  alteredq d97ce0ddd3 Simplified scene example. 12 年之前
  alteredq 3e4339f3dc Added handling of MeshFaceMaterial.materials to scene format / SceneLoader. 12 年之前
  alteredq 6fb5b91c4a Updated scene format to use singular "material" property instead of "materials" array for meshes. 12 年之前
  alteredq 30cdcbea82 Added handling of UTF8 models to SceneLoader, extended scene example. 12 年之前
  alteredq d503b9578f Added handling of Collada files to SceneLoader and scene example. 12 年之前
  alteredq 22e512635b Added VTK and STL models to scene loader example. Added optional callback parameter to VTKLoader and STLLoader load to be compatible with other loaders. 12 年之前
  alteredq 627b04c043 Added handling of OBJ models to SceneLoader. 12 年之前
  alteredq d2a0d37974 Added support for SkinnedMeshes to SceneLoader. 12 年之前
  alteredq 202d0c1a91 Changed scene format / SceneLoader so that cameras can be a part of scene graph. 12 年之前
  alteredq 93107044e9 Changed scene format / SceneLoader so that lights can be a part of scene graph. 12 年之前
  alteredq 662cbae96d Editor: started to implement scene export. 12 年之前
  Mr.doob 726398c3af Minor refactoring. 13 年之前
  alteredq 2e043ddd0c Added support for compressed cube maps to SceneLoader. 13 年之前
  alteredq ada85a7e91 Added support for compressed textures to SceneLoader. 13 年之前
  alteredq 3e906bf6fa Fixed handling of hierarchies and custom properties for asynchronously loaded objects in SceneLoader. 13 年之前
  alteredq d25bf1ed8c Added support for morph animation and material.side parameter to SceneLoader. 13 年之前
  alteredq a7bd3f5c2e Removed "_mesh" suffix in scene format for non-procedural geometries. Bumped up scene format version to 3.1. Updated Blender exporter and examples. 13 年之前
  alteredq 8ea61aab81 added support for wrapRGB material parameter to SceneLoader. 13 年之前