Commit History

Author SHA1 Message Date
  Mr.doob c74fa04f2f Simplified Object3D.toJSON() 10 years ago
  Mr.doob dfd2d8be8d toJSON: Moved geometry/material handling to Object3D. Fixes #7262. 10 years ago
  tschw fdea089464 Object3D: Let .toJSON serialize .metadata to root. 10 years ago
  Mr.doob 8fb24b5847 WebGLRenderer: Moved movelViewMatrix and normalMatrix to Object3D. 10 years ago
  Mr.doob b5f03cc4e8 Merge pull request #6997 from nhalloran/patch-1 10 years ago
  Mr.doob cd01bfdf00 Merge pull request #6983 from dhritzkiv/feature/updated-cloning 10 years ago
  Daniel Hritzkiv 8d3f1ce652 Prefer one-line constructor+copy in clone methods 10 years ago
  N Halloran 0a3109d474 THREE.Object3D.DefaultMatrixAutoUpdate 10 years ago
  Mr.doob 764d3c08bf Object3D: Setting parent to null by default. See #6987. 10 years ago
  Daniel Hritzkiv ba65769db7 Updated clone + copy methods; rearranged methods; fix CubeTexture's clone method 10 years ago
  Mr.doob b771d2ae19 Traversal code clean up. 10 years ago
  dubejf 250f62e28d Complete json roundtrip for lights 10 years ago
  Mr.doob c66c419832 Simplified .clone()s. 10 years ago
  gero3 923256459e fixed files to codestyle 10 years ago
  dubejf 2f76f92a1b Rename _copyFrom to copy 10 years ago
  dubejf 802e589cc0 CloneProperties renamed _copyFrom, swap src / dest arg order 10 years ago
  dubejf 89491d9ba0 Clone should take no argument. Introduce CloneProperties 10 years ago
  Mr.doob fd01486095 Object3D: More accurate renderDepth warning. See 9a0d11c7729802b3d36e23940b29ef543d23a5aa. 10 years ago
  Mr.doob 9a0d11c772 Object3D: Added renderDepth > renderOrder warning. See #6603. 10 years ago
  Mr.doob cdcdde9337 Reverted console.* to THREE.* change. See #5791. 10 years ago
  Mr.doob 25ffb41e64 Refactored Texture.toJSON implementation. See #6509 10 years ago
  elephantatwork ff43a9eb15 Texture Export 10 years ago
  Mr.doob 19c93dd1c0 Object3D: clone renderOrder. Fixes #6425. 10 years ago
  Mr.doob ba5e171d00 *.toJSON tweaks 10 years ago
  brason b0f0c3bd1a Remove unnecessary semicolons 10 years ago
  brason eb68622a6e Add missing semicolons 10 years ago
  Mr.doob c1faad5bde Converted space indents to tabs. See #6252. 10 years ago
  aaron 80214490ad toJSON - move class specific code onto individual classes 10 years ago
  brason 34024452d4 Removed unused variables. 10 years ago
  Mr.doob 38c2150e69 Minor code clean up. 10 years ago