Commit History

Author SHA1 Message Date
  Pavan Kumar Sunkara 6d29ba2be0 Added setHSL() and getHSL() to THREE.Color 12 years ago
  Mr.doob 483256452a Merge branch 'master' into dev 12 years ago
  Mr.doob 5f66353848 Updated builds. 12 years ago
  Mr.doob fd7302fd13 Editor: Fixed support for JSON 2.0 files. Thanks @drewnoakes! See #3035 12 years ago
  Mr.doob 6d080240eb Editor: Added @drewnoakes dragover handling. Seesms like droping wasn't working on some setups. See #3035. 12 years ago
  Mr.doob 685ca28c66 Merge remote-tracking branch 'bhouston/deprecate-m4-getPosition' into dev 12 years ago
  Ben Houston c589751dac removed "position = _vector3" pattern per @WestLangley 12 years ago
  Ben Houston 3db966d658 make Matrix4.getPosition() deprecated and replace all usages in core library with Vector3.getPositionFromMatrix() 12 years ago
  Mr.doob 31bd01a290 Merge remote-tracking branch 'troffmo5/oculus' into dev 12 years ago
  Mr.doob 86e08c4bc4 Updated builds. 12 years ago
  Mr.doob 327d6bb5d5 Removed ../../ from include files. 12 years ago
  Mr.doob 7655be2f4a Added execution permisions to .sh files. 12 years ago
  Mr.doob 538b772a42 Merge remote-tracking branch 'bhouston/reflect-ortho-project' into dev 12 years ago
  Mr.doob 059d888e53 Merge remote-tracking branch 'bhouston/utils-build-move' into dev 12 years ago
  Ben Houston 96d2ab75ff upupdate node module building code to support new location of utils/build scripts. 12 years ago
  Ben Houston 53169124d9 THREE.extend improvements: adopt safe {}.hasOwnProperty method source. Optimize Object.keys() based on @paulmillr suggestion. 12 years ago
  Ben Houston ba1a28489c remove Vector3.projectOnUnit, add Vector3.projectOnPlane (equivalent to previously removed orthoTo). 12 years ago
  Luca Siciliano 7e19183619 Added new effect for the Oculus Rift 12 years ago
  Ben Houston e46d955358 Vector3.projectOn -> projectOnUnit, added projectOnVector. 12 years ago
  Ben Houston 5c3775465b Vector3.projectOn/reflect: normal arg to unitNormal. Removed Vector3.orthoTo 12 years ago
  Ben Houston ace4d4b31d Vector3: project->projectOn, ortho->orthoTo per @WestLangley 12 years ago
  Ben Houston d2ebe85c0b rename cosTheta variable in Vector3.project per @WestLangley 12 years ago
  Ben Houston 82af7f0c9f add EMCASCript5 compatibility to THREE.extend. 12 years ago
  Ben Houston 4ec2a6960b simplify variable naming in THREE.extend, now referencing _.extend as the template. 12 years ago
  Ben Houston c2ed32e7fa simplify extend because we don't need it to be hierarchical. 12 years ago
  Ben Houston f864ba1fd3 optimize Vector3.reflect, unit tests still pass. 12 years ago
  Ben Houston 9446eeb089 update examples.json to new location in utils/build subdirectory 12 years ago
  Ben Houston 173c267902 move build related files in /utils to /utils/build 12 years ago
  Ben Houston f4e081c9e8 add Vector3.project, Vector3.ortho and Vector3.reflect based on request by #3009 12 years ago
  Paul Edwards f48940bfc9 Fixed bug where last group in OBJ was not added. 12 years ago