Historique des commits

Auteur SHA1 Message Date
  Mr.doob 57382f7f04 Simplified README. il y a 14 ans
  Mr.doob 50dc834a0a Updated years in LICENSE. il y a 14 ans
  Mr.doob 0713cfae7d Merge remote branch 'alteredq/master' il y a 14 ans
  astrodud c62db7e43d removed object lookups in transpose() il y a 14 ans
  astrodud 7bdf079f83 * memory and speed optimizations in Matrix4.flatten() il y a 14 ans
  astrodud 580b71811b one fewer Matrix4 created in Projector.unProjectVector il y a 14 ans
  alteredq 8f133abd30 Added HDR texture example. il y a 14 ans
  alteredq 3e36fed048 Merged astrodud's pull request. il y a 14 ans
  astrodud 67be8c84a1 small bug fix in the new Matrix4.rotationAxisAngleMatrix il y a 14 ans
  Mr.doob 740407b46e Trailing spaces clean up. il y a 14 ans
  alteredq 8a26198b41 Updated also WebGLRenderer2 to show quads in wireframe. il y a 14 ans
  alteredq 969490ddba Merged astrodud's pull request. il y a 14 ans
  alteredq 5665864605 Merge remote branch 'remotes/astrodud/master' il y a 14 ans
  astrodud 6c071233d6 This is the Object3D.js code as it *should* have been committed il y a 14 ans
  alteredq 5e99c7b8f7 Simplified Matrix4: reused code from setters in creators. il y a 14 ans
  alteredq 8f29cf0324 Prettified formatting of new Matrix4 set methods and also fixed implied globals in setRotAxis. il y a 14 ans
  Mr.doob 41c692828f Trailing spaces clean up. il y a 14 ans
  Mr.doob 5accd0cfd7 Brought back Object3D.rotationMatrix (Projector still uses it). il y a 14 ans
  Mr.doob ecedea4be1 Updated builds. il y a 14 ans
  astrodud 2a7262ccd9 Merge https://github.com/mrdoob/three.js il y a 14 ans
  astrodud c9706f85bf Optimized Object3D.updateMatrix to (1) cut down where possible on new Matrix4 allocation, (2) only compute il y a 14 ans
  astrodud d8f6d06edf oops - fixed but in setRotX il y a 14 ans
  Mr.doob 89ecf225d0 Merge remote branch 'alteredq/master' il y a 14 ans
  Mr.doob 0b8323f426 Removed hatching commented code from ShaderUtils. il y a 14 ans
  astrodud 17ab97545e added Matrix4 "setter" functions: setTranslation, setScale, setRotX, setRotY, setRotZ, setRotAxis; to be used in optimizing Object3D.updateMatrix. il y a 14 ans
  astrodud 22a1502174 slight speedup in Matrix4.makeInvert by cutting down object lookups il y a 14 ans
  astrodud 151ff4394e slight speedup in Matrix4.rotationAngleAxisMatrix by cutting down object lookups and redundant multiplications il y a 14 ans
  astrodud f3fd1bcfe6 slight speedup in Matrix4.determinant by cutting down object lookups il y a 14 ans
  alteredq fde0754383 Refactored camera translation so that it doesn't create new vectors. il y a 14 ans
  alteredq d1514ca6a7 Refactored lights handling in WebGLRenderer. il y a 14 ans