Commit History

Author SHA1 Message Date
  Mr.doob 5b9ca694d3 WebGLRenderer Particles now scale. 14 years ago
  Mr.doob 90fc8e8790 Fixed WebGLRenderer aspect ratio bug when there is only one shader. 14 years ago
  alteredq c421b2d791 Number of bones in skinning shader is now taken from SkinnedMesh. 14 years ago
  alteredq a6146360bc Added "enableDepthBufferWrite" API call to WebGLRenderer. 14 years ago
  alteredq c3d29f491b More cleanup of WebGLRenderer. 14 years ago
  alteredq 2294094adf Cleaned up a bit WebGLRenderer. 14 years ago
  alteredq cacdf02166 Added API for setting viewport and scissor testing. Made texture filtering example more fancy. 14 years ago
  alteredq 2c996815be Refactored texture updating, added texture filtering example and fixed scene loader and example. 14 years ago
  Mr.doob 1a115ae86f Object3D::matrixNeedsUpdate ⟶ Object3D::matrixWorldNeedsUpdate 14 years ago
  Mr.doob cf732e694b WebGLRenderer::sortObjects = true by detault. 14 years ago
  Mr.doob 664646e8b4 WebGLRenderer minor fixes. 14 years ago
  Mikael Emtinger 4f23b1e107 Mergable: 14 years ago
  Mr.doob 66cd1198e3 Updated examples and utils that used Cube(). 14 years ago
  alteredq ea3961d6a6 Made dynamic objects work. 14 years ago
  Mr.doob 4590683d4b WebGLRenderer stops rendering objects when removed from the scene. 14 years ago
  Mr.doob 88c2d7c77b Moved Object::sortObjectByMaterials to WebGLRenderer (so it's done automagically). 14 years ago
  Mr.doob 431b14f98e Merging with empaempa's branch 14 years ago
  alteredq cf2e8c1bbf Refactored everything to use CamelCase naming for properties. Plus some smaller fixes here and there. 14 years ago
  Mr.doob 446834ba35 Minor fixes and improvements. 14 years ago
  Mr.doob c7aa2ab3d1 Object3D::localMatrix ⟶ Object3D::matrix 14 years ago
  Mr.doob 45ec0f329b Reverted Camera::FOV,zNear,zFar to Camera::fov,near,far. 14 years ago
  alteredq 3e2f4f7cc5 Merged with mrdoob's branch. 14 years ago
  alteredq cff95a119c Textures are now updateable. 14 years ago
  Mr.doob fef3c084b1 Changed build setup: 14 years ago
  alteredq e3b68c4d90 Fixed bug in frustum culling. 14 years ago
  alteredq b36cf734bd Removed dirty flag from Quaternion. 14 years ago
  alteredq d05053c493 Merged with mrdoob's skinning branch. 14 years ago
  alteredq 0111f5ddbb Accidentally merged skinning branch with mrdoob's main branch. 14 years ago
  Mr.doob 106db4c3f8 Object3D::autoUpdateMatrix ⟶ Object3D::matrixAutoUpdate 14 years ago
  alteredq e151ff394b Added Ribbon object. 14 years ago