Commit History

Author SHA1 Message Date
  alteredq 71c4cec78c Refactored texture cloning. 13 years ago
  alteredq 5cb5d8b022 Added texture.unpackAlignment parameter. 13 years ago
  alteredq 422b9b8020 Added manual mipmaps handling also to DataTexture. 13 years ago
  alteredq 2148d37e0c Whitespace cleanup in manual mipmaps example. 13 years ago
  alteredq ad97cdea43 Updated builds. 13 years ago
  alteredq 89b9d21da3 Merged @MiiBond's single file DDS cube textures. 13 years ago
  alteredq b6331a8560 Added safeguards to morph buffers setting in WebGLRenderer. 13 years ago
  alteredq b2600a27a8 Added computing of normals also for non-indexed BufferGeometry. 13 years ago
  alteredq 3d4b2c9566 Removed internal variables _projectionMatrixArray and _viewMatrixArray from WebGLRenderer and render plugins. 13 years ago
  alteredq 8c26ddf224 Fixed multiple issues caught by stricter Closer Compiler settings (checkTypes on). 13 years ago
  alteredq 2825141196 Bumped up Closure compiler version. 13 years ago
  alteredq dcf6ff73e7 Cleaned up WebGLRenderer.renderBufferDirect() whitespace. 13 years ago
  alteredq cbc22ff32c Renamed SpriteMaterial properties: affectedByDistance => sizeAttenuation, mergeWith3D => depthTest. Added support for SpriteMaterial.depthWrite. 13 years ago
  alteredq c84097364b Moved sprite material properties from Sprite object into SpriteMaterial. 13 years ago
  alteredq 68afe5bc60 Small refactoring in EventTarget. 13 years ago
  alteredq 73922dc797 Added support for alphaTest to Sprites. 13 years ago
  alteredq 4e716553d9 Fixed Clock double-counting of time in getElapsedTime (thanks to @gagern) 13 years ago
  alteredq 0d747761dc Merge remote-tracking branch 'remotes/mrdoob/dev' into dev 13 years ago
  alteredq a27cabba41 Changed WebGLRenderer's sortFacesByMaterial to only split geometry if MeshFaceMaterial is used at the first render. 13 years ago
  alteredq 167486b654 Removed forgotten commented out code. 13 years ago
  alteredq 8736f3b322 Refactored enabling / disabling of attributes in WebGLRenderer. 13 years ago
  Mr.doob 888042bd46 Updated builds. 13 years ago
  Mr.doob 1777dea77c Updated builds. 13 years ago
  Mr.doob ddef07a18c r53 13 years ago
  Mr.doob 95238b00de GeometryUtils.clone() to geometry.clone() 13 years ago
  alteredq 261869ac0a Removed remaining traces of geometry.materials 13 years ago
  alteredq bd7d3fb6de Added GeometryUtils.removeMaterials 13 years ago
  alteredq b11e457e6a Fixed loading of models which were using normalmap materials inside MeshFaceMaterials. 13 years ago
  alteredq a7993230af Fixed SceneLoader and scene example. 13 years ago
  Mr.doob 41aa5e352a Updated HemisphereLightHelper using new MeshFaceMaterial. 13 years ago