提交历史

作者 SHA1 备注 提交日期
  Ben Houston c4f0046f9b simplify THREE.error/warning/log redirects to console.* 10 年之前
  Ben Houston 632002cb40 add THREE.log per https://github.com/mrdoob/three.js/pull/5835#issuecomment-68418304 10 年之前
  Ben Houston ad068a8757 ensure that "THREE.CLASSNAME:" prefixes all warnings and errors. Redirect two console.log warnings to THREE.warning for improved robustness. 10 年之前
  Ben Houston da09e160c7 remove exception error handler for now, not a necessary example. 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 7f656a89ac make use of optionalData on THREE.error. 10 年之前
  Ben Houston c6c3e32e8b fix error message formatting, needs to be one line with THREE.warning. 10 年之前
  Ben Houston 0e80b447e1 avoid outputting undefined unnecessarily. 10 年之前
  Ben Houston 1e97815e77 add THREE.error/THREE.warning to allow for easy redirection of THREE.js specific errors and warnings. 10 年之前
  Mr.doob d1ae0510d1 Merge pull request #5782 from darryllehmann/dev 10 年之前
  Mr.doob ef188f3ce1 Updated builds. 10 年之前
  Mr.doob 194127357b Merge branch 'dev-ray' of https://github.com/WestLangley/three.js into dev 10 年之前
  Mr.doob 077dc92be4 Merge branch 'dev-picking' of https://github.com/WestLangley/three.js into dev 10 年之前
  Darryl Lehmann 95d0ab60d8 Aspirin model file updated 10 年之前
  Mr.doob 3d0c4ef8cb Updated builds. 10 年之前
  Mr.doob 7f7629ab0d glsl clean up 10 年之前
  Mr.doob 92bbb53ab1 Updated builds. 10 年之前
  Mr.doob 1e716c56b1 WebGLRenderer: useRefract to defines. 10 年之前
  Mr.doob 6c6b7e2c07 Updated builds. 10 年之前
  Mr.doob 8eeb69a907 Fixed more examples on iOS. 10 年之前
  WestLangley 616952a3c7 Added closure to Ray.distanceSqToSegment() 10 年之前
  Mr.doob 976f78bb5e Ray: Fix precission issue. See #5774. 10 年之前
  WestLangley bda2f09c86 Updating code to use Raycaster.setFromCamera() method 10 年之前
  Mr.doob 821e386b72 Updated builds. 10 年之前
  Mr.doob f87863078b WebGLRenderer: Moved material.combine to define based. See #5741. 10 年之前
  Mr.doob d932d63cd8 Fixed grass example. 10 年之前
  Mr.doob 2761f1b161 Examples: Added setPixelRatio(). See #5627. 10 年之前
  Mr.doob 731aaf3c46 Updated builds. 10 年之前
  Mr.doob a22d828bd9 Raycaster: Added setFromCamera (old projector.pickingRay()). Fixes #5587. 10 年之前
  Mr.doob bad7a04d1d Updated builds. 10 年之前