提交历史

作者 SHA1 备注 提交日期
  Mr.doob 6d080240eb Editor: Added @drewnoakes dragover handling. Seesms like droping wasn't working on some setups. See #3035. 12 年之前
  Mr.doob 685ca28c66 Merge remote-tracking branch 'bhouston/deprecate-m4-getPosition' into dev 12 年之前
  Ben Houston c589751dac removed "position = _vector3" pattern per @WestLangley 12 年之前
  Ben Houston 3db966d658 make Matrix4.getPosition() deprecated and replace all usages in core library with Vector3.getPositionFromMatrix() 12 年之前
  Mr.doob 31bd01a290 Merge remote-tracking branch 'troffmo5/oculus' into dev 12 年之前
  Mr.doob 86e08c4bc4 Updated builds. 12 年之前
  Mr.doob 327d6bb5d5 Removed ../../ from include files. 12 年之前
  Mr.doob 7655be2f4a Added execution permisions to .sh files. 12 年之前
  Mr.doob 538b772a42 Merge remote-tracking branch 'bhouston/reflect-ortho-project' into dev 12 年之前
  Mr.doob 059d888e53 Merge remote-tracking branch 'bhouston/utils-build-move' into dev 12 年之前
  Ben Houston 96d2ab75ff upupdate node module building code to support new location of utils/build scripts. 12 年之前
  Ben Houston 53169124d9 THREE.extend improvements: adopt safe {}.hasOwnProperty method source. Optimize Object.keys() based on @paulmillr suggestion. 12 年之前
  Ben Houston ba1a28489c remove Vector3.projectOnUnit, add Vector3.projectOnPlane (equivalent to previously removed orthoTo). 12 年之前
  Luca Siciliano 7e19183619 Added new effect for the Oculus Rift 12 年之前
  Ben Houston e46d955358 Vector3.projectOn -> projectOnUnit, added projectOnVector. 12 年之前
  Ben Houston 5c3775465b Vector3.projectOn/reflect: normal arg to unitNormal. Removed Vector3.orthoTo 12 年之前
  Ben Houston ace4d4b31d Vector3: project->projectOn, ortho->orthoTo per @WestLangley 12 年之前
  Ben Houston d2ebe85c0b rename cosTheta variable in Vector3.project per @WestLangley 12 年之前
  Ben Houston 82af7f0c9f add EMCASCript5 compatibility to THREE.extend. 12 年之前
  Ben Houston 4ec2a6960b simplify variable naming in THREE.extend, now referencing _.extend as the template. 12 年之前
  Ben Houston c2ed32e7fa simplify extend because we don't need it to be hierarchical. 12 年之前
  Ben Houston f864ba1fd3 optimize Vector3.reflect, unit tests still pass. 12 年之前
  Ben Houston 9446eeb089 update examples.json to new location in utils/build subdirectory 12 年之前
  Ben Houston 173c267902 move build related files in /utils to /utils/build 12 年之前
  Ben Houston f4e081c9e8 add Vector3.project, Vector3.ortho and Vector3.reflect based on request by #3009 12 年之前
  Mr.doob eded683486 Merge branch 'documentation' of https://github.com/gero3/three.js into dev 12 年之前
  chrmoritz a057031163 added missing parameters in Math.mapLinear doc 12 年之前
  Mr.doob 7697a48183 CanvasRenderer: Removed redundant material.map check. Fixes #2994. 12 年之前
  Mr.doob cb6aa9f76e Merge branch 'getshaderprecisionformat' of https://github.com/gero3/three.js into dev 12 年之前
  Mr.doob d4157b3cda FlyControls improvement suggested by @WestLangley in #2992. 12 年之前