Commit History

Author SHA1 Message Date
  Ben Houston 8fd03ba75c minor fixes to Line3, removing debug info. 12 years ago
  Ben Houston 3c5986bf79 incorporate Line3 into Plane. 12 years ago
  Ben Houston e08369e815 fix bug in Line3.distance/distanceSq 12 years ago
  Ben Houston 87f7378c86 Merge branch 'dev' of [email protected]:mrdoob/three.js.git into math-line 12 years ago
  Ben Houston 4d5177f777 add initial Line3.js with unit tests. 12 years ago
  Ben Houston 2c8a52add7 fix unit tests for new math constructors that don't copy the parameters. 12 years ago
  Mr.doob 9ca880d926 Docs: FontUtils had wrong information. 12 years ago
  Mr.doob 9113ca2ab1 Docs: Removed ColorUtils. 12 years ago
  Mr.doob 57d1cf125b Updated builds. 12 years ago
  Mr.doob 4b232302f8 And more adjustHSV removal. 12 years ago
  Mr.doob 9e2f76bbe8 Yet some more adjustHSV removal. 12 years ago
  Mr.doob 95925ef2be Updated builds. 12 years ago
  Mr.doob 1c4009dc12 Added temporal setHSV to Color (converts to HSL). 12 years ago
  Mr.doob e2879a019e Updated some more examples. 12 years ago
  Mr.doob 1b58bb4b54 Updated some more examples from setHSV to setHSL. 12 years ago
  Mr.doob 40ba1e83b2 Removed Color.getHSV, Color.setHSV and ColorUtils.adjustHSV. Added Color.offsetHSL. Updated some examples... 12 years ago
  Mr.doob 7bb329b9e7 Simplified setHSL and getHSL. 12 years ago
  Mr.doob af5b9786cf Merge remote-tracking branch 'pksunkara/dev' into dev 12 years ago
  Mr.doob 5a87153193 Simplified STL loader example. 12 years ago
  Adam Leeper 51380d20f4 style changes: whitespace to tabs, and camelCase 12 years ago
  Adam Leeper 2a90d9d2e7 adds binary STL support, example 12 years ago
  Pavan Kumar Sunkara 9562459089 Added tests for setHSL() and getHSL() 12 years ago
  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