Commit History

Author SHA1 Message Date
  Kelvin Luck 078b61b5ea Fix for issue #1914 13 years ago
  alteredq 025fb6243a Merge part 2. 13 years ago
  alteredq 3163b79782 Added name copying to GeometryUtils.cloneObject (thanks to @C4RL05) 13 years ago
  alteredq f44be27547 Fixed SkinnedMesh cloning bug. 13 years ago
  alteredq 0de617e758 Added SceneUtils.cloneObject() 13 years ago
  Mr.doob 6b151b552e Merging with @alteredq's experimental branches. 14 years ago
  Mr.doob 77eed2ea8c Removed most of SeceneUtils methods for simplicity reasons. 14 years ago
  Mr.doob bfdb10a85a Updated all examples so they use the renamed geometry classes. 14 years ago
  alteredq a318d87522 Added forgotten THREE namespace to SceneUtils.traverseHierarchy 14 years ago
  Mr.doob 76e7ea3461 Added namespace to all the objects that missed it (geometries, uniforms, etc) 14 years ago
  alteredq 693a36f509 Moved scene loader from SceneUtils into SceneLoader. 14 years ago
  alteredq 0496571235 Updated model loader, scene loader and scene format. 14 years ago
  alteredq 3b6b3dc578 Made more examples working. 14 years ago
  alteredq 04a7ac496c Added SceneUtils.traverseHierarchy and SceneUtils.showHierarchy. 14 years ago
  alteredq 2c996815be Refactored texture updating, added texture filtering example and fixed scene loader and example. 14 years ago
  Mr.doob 66cd1198e3 Updated examples and utils that used Cube(). 14 years ago
  alteredq cf2e8c1bbf Refactored everything to use CamelCase naming for properties. Plus some smaller fixes here and there. 14 years ago
  alteredq 49c7eeaf7d Fixed scene loader example. 14 years ago
  Mr.doob 45ec0f329b Reverted Camera::FOV,zNear,zFar to Camera::fov,near,far. 14 years ago
  alteredq feed283804 Added support for material blending parameter to scene loader. 14 years ago
  alteredq 1921192be9 Added basic support for second set of UVs for lightmaps. 14 years ago
  alteredq 549f90854b Small improvement in scene loading blocking. 14 years ago
  alteredq 506d7e1fa0 Added progress reporting to scene loader. 14 years ago
  alteredq 3c1ca82d10 Extended gating of scene start also to asynchronous loading of textures. 14 years ago
  alteredq 3d663b3428 Added handling of texture mapping and material combine parameters to scene loader. 14 years ago
  alteredq 8679cbcea5 Small code cleanup in scene loader. 14 years ago
  alteredq b13f7efafd Added handling of texture filtering parameters to scene loader. 14 years ago
  alteredq 7bd3c4b7e0 Added to scene loader support for Icosahedron primitive and material shading parameter. 14 years ago
  alteredq b0113fb874 Added support for cube textures and background color to scene loader. 14 years ago
  alteredq 8faa18b620 Added simple scene format loader. 14 years ago