Commit History

Author SHA1 Message Date
  Ben Houston a1ac92dbb2 Merge branch 'vector-index-accessors' into dev 12 years ago
  Ben Houston 2613df2088 inline Vector2/3/4/Quaternion.length()/lengthSq() and optimize Vector2/3/4.setLength() with unit test coverage. 12 years ago
  Ben Houston e964e04591 cleaned up benchmark tests so that inputs to each test are consistent per @gero3's suggestion. 12 years ago
  Ben Houston e17ac5c1ac vector3 length inline/function call test. 12 years ago
  Ben Houston ffbcfe75b2 remove Quat.add/addSelf/sub/subSelf and modify unit tests to match. 12 years ago
  Ben Houston d23fc1b8cb Three.js style formatting. 12 years ago
  Ben Houston 9eea49592f Merge branch 'dev' of git://github.com/mrdoob/three.js.git into vector-index-accessors 12 years ago
  Mr.doob 2c948037b9 Merge remote-tracking branch 'bhouston/dev' into dev 12 years ago
  Mr.doob efc1b6abbd Merge remote-tracking branch 'gero3/dev' into dev 12 years ago
  Mr.doob 09e7303bd1 Merge remote-tracking branch 'tapio/blender-2.65' into dev 12 years ago
  Mr.doob 2e813866c8 Merge branch 'master' into dev 12 years ago
  Mr.doob 8187bd820d Merge remote-tracking branch 'danielmendel/typo-in-boids-example' 12 years ago
  Mr.doob 20abe636b7 Merge branch 'master' into dev 12 years ago
  Mr.doob 19d4d6340a Merge remote-tracking branch 'zz85/master' into dev 12 years ago
  Ben Houston 8c519c85a6 Vector2/3/4 setComponent, getComponent accessors (more efficient this time.) 12 years ago
  Ben Houston 2103070e8a remove duplicate Quaternion.toEuler (already on Vector3.setEulerFromQuaternion), expand Quat unit test, fix merge. 12 years ago
  Ben Houston 56a1e4fca1 Merge branch 'quaternion_polish' into three_math_degreesToRadians 12 years ago
  Ben Houston 26e5e345b3 Merge branch 'benchmarking' into three_math_degreesToRadians 12 years ago
  Ben Houston a1c4489a2e add new credits to Quaternion.js, expand Quaternion unit tests, move Matrix4 set* methods to standard file location. 12 years ago
  Ben Houston 835d6b13f4 initial quaternion unit tests, add Quaterion.toEuler (untested for now.) 12 years ago
  alteredq 1f6ebe7595 WebGLDeferredRenderer: added hemisphere light support. 12 years ago
  alteredq 94bc3fd517 WebGLDeferredRenderer: added physically based specular term to spotlights. 12 years ago
  alteredq 0dedd3fdf3 WebGLDeferredRenderer: added wrap around lighting to spotlights. 12 years ago
  alteredq e04c17e0ea WebGLDeferredRenderer: more refactoring of deferred shaders. 12 years ago
  alteredq 851f7038d3 WebGLDeferredRenderer: back to simpler light terms combine. 12 years ago
  Ben Houston e2e5cb13bd add new credits to Quaternion.js 12 years ago
  Ben Houston 6e0d2115ca adopting THREE.Math.degToRad/radToDeg for code readability. 12 years ago
  Joshua Koo ef4004f16b Make CSS3DRenderer respect CSS3DSprite scale 12 years ago
  alteredq 2f0d26ad4e WebGLDeferredRenderer: refactored light shaders. 12 years ago
  alteredq f5f0b932d3 WebGLDeferredRenderer: refactored point lights. 12 years ago