コミット履歴

作者 SHA1 メッセージ 日付
  Mr.doob de9958b642 Removed SceneUtils.traverseHierarchy and SceneUtils.showHierarchy. Added object.traverse. 13 年 前
  Angel Xuan Chang 8993352c25 Fix cloneObject to also copy source.useVertexTexture for SkinnedMesh. 13 年 前
  alteredq b838b38f47 Moved doubleSided / flipSided properties from Object3D into Material. 13 年 前
  Mr.doob 468c1a6592 Commenting out MarchingCubes out of SceneUtils.cloneObject. 13 年 前
  Kelvin Luck 078b61b5ea Fix for issue #1914 13 年 前
  alteredq 025fb6243a Merge part 2. 13 年 前
  alteredq 3163b79782 Added name copying to GeometryUtils.cloneObject (thanks to @C4RL05) 13 年 前
  alteredq f44be27547 Fixed SkinnedMesh cloning bug. 13 年 前
  alteredq 0de617e758 Added SceneUtils.cloneObject() 13 年 前
  Mr.doob 6b151b552e Merging with @alteredq's experimental branches. 14 年 前
  Mr.doob 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 年 前
  Mr.doob bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 年 前
  alteredq a318d87522 Added forgotten THREE namespace to SceneUtils.traverseHierarchy 14 年 前
  Mr.doob 76e7ea3461 Added namespace to all the objects that missed it (geometries, uniforms, etc) 14 年 前
  alteredq 693a36f509 Moved scene loader from SceneUtils into SceneLoader. 14 年 前
  alteredq 0496571235 Updated model loader, scene loader and scene format. 14 年 前
  alteredq 3b6b3dc578 Made more examples working. 14 年 前
  alteredq 04a7ac496c Added SceneUtils.traverseHierarchy and SceneUtils.showHierarchy. 14 年 前
  alteredq 2c996815be Refactored texture updating, added texture filtering example and fixed scene loader and example. 14 年 前
  Mr.doob 66cd1198e3 Updated examples and utils that used Cube(). 14 年 前
  alteredq cf2e8c1bbf Refactored everything to use CamelCase naming for properties. Plus some smaller fixes here and there. 14 年 前
  alteredq 49c7eeaf7d Fixed scene loader example. 14 年 前
  Mr.doob 45ec0f329b Reverted Camera::FOV,zNear,zFar to Camera::fov,near,far. 14 年 前
  alteredq feed283804 Added support for material blending parameter to scene loader. 14 年 前
  alteredq 1921192be9 Added basic support for second set of UVs for lightmaps. 14 年 前
  alteredq 549f90854b Small improvement in scene loading blocking. 14 年 前
  alteredq 506d7e1fa0 Added progress reporting to scene loader. 14 年 前
  alteredq 3c1ca82d10 Extended gating of scene start also to asynchronous loading of textures. 14 年 前
  alteredq 3d663b3428 Added handling of texture mapping and material combine parameters to scene loader. 14 年 前
  alteredq 8679cbcea5 Small code cleanup in scene loader. 14 年 前