Historial de Commits

Autor SHA1 Mensaje Fecha
  alteredq 8f29cf0324 Prettified formatting of new Matrix4 set methods and also fixed implied globals in setRotAxis. hace 14 años
  Mr.doob 41c692828f Trailing spaces clean up. hace 14 años
  Mr.doob 5accd0cfd7 Brought back Object3D.rotationMatrix (Projector still uses it). hace 14 años
  Mr.doob ecedea4be1 Updated builds. hace 14 años
  astrodud 2a7262ccd9 Merge https://github.com/mrdoob/three.js hace 14 años
  astrodud c9706f85bf Optimized Object3D.updateMatrix to (1) cut down where possible on new Matrix4 allocation, (2) only compute hace 14 años
  astrodud d8f6d06edf oops - fixed but in setRotX hace 14 años
  Mr.doob 89ecf225d0 Merge remote branch 'alteredq/master' hace 14 años
  Mr.doob 0b8323f426 Removed hatching commented code from ShaderUtils. hace 14 años
  astrodud 17ab97545e added Matrix4 "setter" functions: setTranslation, setScale, setRotX, setRotY, setRotZ, setRotAxis; to be used in optimizing Object3D.updateMatrix. hace 14 años
  astrodud 22a1502174 slight speedup in Matrix4.makeInvert by cutting down object lookups hace 14 años
  astrodud 151ff4394e slight speedup in Matrix4.rotationAngleAxisMatrix by cutting down object lookups and redundant multiplications hace 14 años
  astrodud f3fd1bcfe6 slight speedup in Matrix4.determinant by cutting down object lookups hace 14 años
  alteredq fde0754383 Refactored camera translation so that it doesn't create new vectors. hace 14 años
  alteredq d1514ca6a7 Refactored lights handling in WebGLRenderer. hace 14 años
  alteredq e54d9519d0 Changed wireframe rendering in WebGLRenderer to show quads. hace 14 años
  alteredq 08f6ceef15 Small optimizations to matrix math. hace 14 años
  alteredq e37223a849 Synced with mrdoob's branch. hace 14 años
  Mr.doob 28e18bcf2c Added `texture/disturb.jpg` hace 14 años
  astrodud a62dc97e60 added LathedObject to build script for extras options hace 14 años
  astrodud ebd21f962b GeometryUtils.merge should obey object2.autoUpdateMatrix hace 14 años
  alteredq d110c49c2f Added support for `flipSided` mesh property to WebGLRenderer. hace 14 años
  alteredq 271ba6c524 Added support for "doubleSided" mesh property to WebGLRenderer. hace 14 años
  alteredq 6668440006 Cleaned bit postprocessing example code. hace 14 años
  alteredq d50863908c Small improvements in postprocessing example. hace 14 años
  alteredq 61e0bf0289 Synced with mrdoob's branch. hace 14 años
  timk 1fbe2bfdbf CanvasRenderer::setSize didn't clear _contextGlobalAlpha et al hace 14 años
  alteredq a03f714244 Added postprocessing example. hace 14 años
  alteredq 6cc1016477 Testing rendering to full-screen texture. hace 14 años
  alteredq 7c9fe8ff82 Another update of render-to-texture example and related bugfix. hace 14 años