提交历史

作者 SHA1 备注 提交日期
  gero3 fe8493157e codestyle fixes 10 年之前
  Mr.doob eb167c9fe4 Updated builds. 10 年之前
  Pavel Vasev 5a5c9ae09a Export PointCloud in Object3D :: toJSON 10 年之前
  Mr.doob ef2c65dd6d Merge branch 'error_handlers' of http://github.com/bhouston/three.js into dev 10 年之前
  Mr.doob a13c739390 *DecayExponent to *Decay 10 年之前
  Mr.doob 9dbd7669d0 Merge branch 'decayExponent' of https://github.com/bhouston/three.js into dev 10 年之前
  Mr.doob 07019c4149 Object3D: Removed gerObjectBy*() recursive parameter. See #5958. 10 年之前
  Ben Houston c9f111c310 adopt THREE.warn rather than THREE.warning to be more inline with console.warn standard. 10 年之前
  Ben Houston 71944ab20f use arguments variable to simplify ThreeJS error/warning handlers per @mrdoob's comments here: https://github.com/mrdoob/three.js/pull/5791#issuecomment-67733222 10 年之前
  Ben Houston 1e97815e77 add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings. 10 年之前
  Ben Houston 612c83aeca add import/export support to Spot/Point decayExponent. 10 年之前
  Mr.doob 208dd891f8 Object3D: Code clean up. 10 年之前
  Mr.doob d7757f56c5 Merge branch 'patch-1' of https://github.com/Wilt/three.js into dev 10 年之前
  Wilt 66598e6896 Generalizing search/get methods in Object3D 10 年之前
  Mr.doob 4fc7c4ea68 Object3D: Removed renderDepth. 10 年之前
  unknown d1543ac50a formatting to follow proper Code-style 10 年之前
  Justin Holdstock 3acab8280c forgot to change for inside function, traverseUp 10 年之前
  Justin Holdstock b198c22a65 Renamed traverseParents to traverseUp 10 年之前
  unknown e06c50d128 added parent traversal function to Object3d 10 年之前
  Mr.doob 637b8af146 ObjectLoader: Line support. 11 年之前
  Mr.doob 902c9a5d57 Finished world* renaming. See #5420. 11 年之前
  Mr.doob a3b468bc46 Object3D, Camera: world* methods to getWorld* (and some refactoring). See #5420. 11 年之前
  Mr.doob 2c737e31b4 Merge pull request #5420 from WestLangley/dev-world 11 年之前
  Mr.doob a4fd0c8c7c Moving THREE.Script to the Editor. 11 年之前
  Mr.doob d2cfb5ec37 Made id property immutable. 11 年之前
  WestLangley 903619a83c Added new 'world' methods 11 年之前
  Mr.doob 2b0d9b60b0 Object3D: Use function references. 11 年之前
  Mr.doob 0d94e17e41 Object3D.removed(): Moved descendants traversal into the renderer. See #5269. 11 年之前
  Mr.doob 990b43a2ca Editor: Focus object on double click in scene inspector. 11 年之前
  Mr.doob 3fd3c1c3b9 Object3D: Recursively dispatch removedFromScene event. Should solve #5269. 11 年之前