Commit History

Author SHA1 Message Date
  Mr.doob 06d20d402f Matrix4: Reverting to previous multiplyMatrices. 8 years ago
  Mr.doob 0baf2633d4 Merge pull request #10702 from foijord/double-precision-uniforms 8 years ago
  foijord 28ca2ce49a remove some GC pressure by copying element by element 8 years ago
  foijord efcb946a87 improved matrix multiply by mrdoob 8 years ago
  foijord b6b89857be should probably use === instead of == to check if this is passed in 8 years ago
  foijord 866dd06f29 bugfix: multiplyMatrices can be called with this matrix as a or b, so copy elements if that's the case 8 years ago
  foijord a950d8af87 attempt to increase performance by avoiding some copying 8 years ago
  Mr.doob 3ff6466913 Clean up. 8 years ago
  foijord a70e633400 fix typo 8 years ago
  foijord 08ecb86e01 hold Matrix4 elements in double precision until uploaded to GL 8 years ago
  Tristan VALCKE 08c40e22c7 Remove unecessary constructor assignments 8 years ago
  Tristan VALCKE bece17ccca Improve Matrix4 closure performance 8 years ago
  Tristan VALCKE 59c545f2d7 Protect Matrix4 against the closure circular reference bug 8 years ago
  Mugen87 7cd84fb972 Matrix4: Correct format 8 years ago
  Mugen87 0364f83231 Matrix4: Added warning to .makePerspective() 8 years ago
  Mugen87 9e1c61c14e Matrix4: Changed signature of .makePerspective() 8 years ago
  Mugen87 53ae111d45 Matrix4: Renamed .makeFrustum() to .makePerspective() 8 years ago
  Mugen87 f9160a17e5 Matrix3/Matrix4: Removed .applyToVector3Array() 8 years ago
  Mugen87 c85879e108 Matrix3/Matrix4: Simplify .applyToBufferAttribute() 8 years ago
  Mugen87 e148062753 Matrix3/Matrix4: Refactored .applyToBuffer() 8 years ago
  looeee de18c8a799 moved matrix4.getPosition to legacy 8 years ago
  looeee b77a36784f moved matrix4.flattenToArrayOffset to legacy 8 years ago
  Samuel Sylvester 346f38c566 Abelnation RectAreaLight with ltc approximation (#10041) 8 years ago
  Jay Weeks d9a7ea4945 Fix Matrix3, Matix4 applyToBuffer (#9910) 8 years ago
  Josiah Konrad f5830756ed add offset to Matrix4.fromArray for consistency with all other fromArray functions (#9611) 9 years ago
  Jay Weeks c1359c05f3 Fix Matrix3 Matrix4 getInverse throwOnDegenerate (#9405) 9 years ago
  Mr.doob 9147f32ca2 Clean up. 9 years ago
  Rich Harris 4f98d35ed7 Remove unused `is*` properties (#9381) 9 years ago
  Mr.doob bdea7d00ce Fixed function formatting 9 years ago
  Rich Harris f65e669af9 Modules (#9310) 9 years ago