提交歷史

作者 SHA1 備註 提交日期
  Mr.doob 3afa3bc38b Updated builds. 12 年之前
  WestLangley 71223194e4 Corrected near/far plane clipping logic in CanvasRenderer. 12 年之前
  Mr.doob 2f2d6a0755 Added OBJExporter. 12 年之前
  Mr.doob d54f2e3f05 GeometryExporter: Changed manual string concatenation with JSON.stringify with prettify. Thanks @sole! 12 年之前
  Mr.doob aca7a86b82 Updated builds. 12 年之前
  Mr.doob 7ecf796dc1 More specific checks. 12 年之前
  Mr.doob ad0c973a45 Merge remote-tracking branch 'Fox32/dev' into dev 12 年之前
  Mr.doob 24036c9b25 Added deprecated messages to avoid silent errors when using renamed methods. See #2883. 12 年之前
  Oliver Sand ce7425f269 Remove redundant initialisation 12 年之前
  Mr.doob be908986bf Updated builds. 12 年之前
  Mr.doob 32dc35c0f7 Moved BinaryLoader to /examples/js/loaders. 12 年之前
  Oliver Sand 6277839608 Fix bug in SpotLightHelper 12 年之前
  Oliver Sand 82dd6c5a23 Fix bug in DirectionalLightHelper 12 年之前
  Mr.doob 88243bd690 Updated builds. 12 年之前
  Mr.doob cf1366af12 GeometryUtils.explode to ExplodeModifier and GeometryUtils.tessellate to TessellateModifier. 12 年之前
  Mr.doob e670dba61e Updated builds. 12 年之前
  Mr.doob a8a3934287 Mesh.updateMorphTargets() clean up. 12 年之前
  Mr.doob 195e451294 Merge remote-tracking branch 'jonobr1/morph-target' into dev 12 年之前
  Mr.doob f50c4351f3 Updated builds. 12 年之前
  Mr.doob 424667ce19 Some more multiply( a, b ) to multiplyMatrices( a, b ) 12 年之前
  Mr.doob ec8dc3e3f3 Merged with alteredq branch 12 年之前
  Mr.doob 8a7f3fad38 Docs: Update Vector*, Matrix and Quaternion pages with -*Self change. 12 年之前
  Mr.doob 05000881f2 Updated builds. 12 年之前
  Mr.doob db6a79a730 Fixed some more sub(a,b) to subVectors(a,b). 12 年之前
  Mr.doob bff23c518b Updated builds. 12 年之前
  Mr.doob a851b6b645 Removed debugger bits. 12 年之前
  Mr.doob b062fee866 Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860. 12 年之前
  Mr.doob bb69dc9a62 Updated builds. 12 年之前
  Mr.doob 16314e8ca8 Added .add(), .addColors(), .addScalar(), .multiply() and .multiplyScalar() to Color. Removed ArrowHelper from DirectionalLight too. 12 年之前
  Mr.doob 4074675d7a Removed ArrowHelper from SpotLightHelper. 12 年之前