Commit History

Author SHA1 Message Date
  Mr.doob 155b7af166 Merging with @alteredq branch. 13 years ago
  Mr.doob 0bc8a14fd7 Refactored CubeCamera. No need for updatePosition() anymore. 13 years ago
  Mr.doob c33a473dcc Updated builds. 13 years ago
  alteredq 3c98b09457 Fixed bug in quad tessellation in geometry.computeTangents. 13 years ago
  Mr.doob 813ce8895d Updated builds. 13 years ago
  alteredq 367ee78804 Fixed mipmap generation for render targets in ANGLE. 13 years ago
  alteredq 2a335b902d Removed heightOffset from CubeCamera (as per @mrdoob's suggestion). 13 years ago
  alteredq 6c5825f77e Updated builds. 13 years ago
  alteredq ada3a940b8 Changed CubeCamera to update mipmaps only once. 13 years ago
  alteredq 4a36583427 Added CustomBlending mode. Added texture.premultiplyAlpha parameter. Added standard and custom blending examples. 13 years ago
  Mr.doob ecb2059590 Updated builds. 13 years ago
  alteredq 0e3b527cdc Refactored MarchingCubes out into examples/js 13 years ago
  alteredq 5ffc9d4f0e Fixed runaway globals. 13 years ago
  alteredq 8272c29479 Updated builds. 13 years ago
  Mr.doob 65c637109c Set WebGLRenderer's default precision back to 'highp'. Added specifier to vertex shader too. Fixes #1602. 13 years ago
  alteredq d9d128f67a Fixed AnaglyphWebGLRenderer and ParallaxBarrierWebGLRenderer. 13 years ago
  alteredq 4989d0294e Fixed Spline.getPoint(). Tweaked camera controls examples. 13 years ago
  alteredq ff5d13d03c "Fixed" dynamic terrain demo. 13 years ago
  alteredq 19f0b1f1e5 Cleaning up Blender scene exporter and SceneLoader. 13 years ago
  alteredq 619cbaa556 Refactored GeometryUtils.triangulateQuads not to use array.splice. 13 years ago
  alteredq 7230ffa2fc Refactored GeometryUtils.tessellate not to use array.splice. 13 years ago
  alteredq bdd5861dce Tweaked transparency in extrude splines example. 13 years ago
  alteredq 51bd5bcd7b Added handling of vertex colors to GeometryUtils.tessellate. 13 years ago
  alteredq 3c0413aeaa Added handling of vertex normals to GeometryUtils.tessellate. 13 years ago
  alteredq 70ee0cf598 Fixed bug in GeometryUtils.triangulateQuads. 13 years ago
  alteredq ba22d994e2 Added material.needsUpdate flag. 13 years ago
  alteredq 2b59d31716 Merged @zz85's changes. 13 years ago
  alteredq 83a894e61c Changed vertexColor default from "false" to "THREE.NoColor" constant. Added missing morphNormals parameter to ShaderMaterial. 13 years ago
  alteredq 2375024e9a Cleaned up TubeGeometry. 13 years ago
  alteredq fc639b2ab6 Added physical specular term also to normal map shader. 13 years ago