Commit History

Author SHA1 Message Date
  zz85 0de29f2da9 Just adjusting some formatting in ExtrudeGeometry 13 years ago
  zz85 a513d010b1 Some refactoring of ExtrudeGeometry\s useSpacedPoints as an option to parameter in THREE.Shape 13 years ago
  zz85 3f010463f9 Started adding 3d spline path extrusion support to THREE.ExtrudeGeoemtry 13 years ago
  zz85 7a493479a4 Add sample spline curves to extrude_splines.html menu 13 years ago
  zz85 98f7a852e8 reuse vector3s in webgl_geometry_extrude_splines.html to reduce gc and crashes 13 years ago
  alteredq 5ffc9d4f0e Fixed runaway globals. 13 years ago
  Mr.doob e009fbfe1e Merge remote-tracking branch 'zz85/master' into dev 13 years ago
  zz85 98cb0d37e5 Refactored cameraHelper.update(camera) to cameraHelper.update() 13 years ago
  zz85 afde9594db added lookahead option for tubegeometry camera 13 years ago
  Mr.doob 8a443534fd Merge remote-tracking branch 'ajorkowski/patch-1' into dev 13 years ago
  Felix Jorkowski e18d59f30c Support zIndex and scale into the Dom Renderer. Make the element.x/element.y values correspond to the centre of the DOM element. 13 years ago
  alteredq 8272c29479 Updated builds. 13 years ago
  alteredq 48253c3fb2 Merge remote-tracking branch 'remotes/mrdoob/dev' into dev 13 years ago
  alteredq 4473685351 Fixed postprocessing example. 13 years ago
  zz85 1a6ae9fc7b switching to Camera Orientation method 2 - more stable using tangent and normals 13 years ago
  zz85 14843aec0d fanciful camera view from spline animation :) 13 years ago
  zz85 58ee2b3060 Fixed the parameterless .update() in CameraHelper 13 years ago
  zz85 83ef5d747b Debugging camera spline using CameraHelper 13 years ago
  zz85 2f3a71940d improved CameraHelper such that it does require to pass camera via .update(camera) if camera is already defined in the object's constructor 13 years ago
  Mr.doob b151edf297 Simplified skyboxes handling in examples. 13 years ago
  Mr.doob fb248f5b0b Implemented @kovleouf's deallocateRenderTarget() method in WebGLRenderer. Fixes #1566. 13 years ago
  Mr.doob 767a584df9 Added computeCentroids() call to PolyhedronGeometry. Fixes #1589. 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
  Mr.doob fbcdbfd703 Merge remote-tracking branch 'alteredq/plane_xz' into dev 13 years ago
  Mr.doob 5fd44c5a9e Merging with @alteredq branch. 13 years ago
  alteredq d9d128f67a Fixed AnaglyphWebGLRenderer and ParallaxBarrierWebGLRenderer. 13 years ago
  alteredq 5e7d0fc061 Fixed scene example. 13 years ago
  alteredq f2535c4d31 Removed multimaterials example. 13 years ago
  alteredq 4989d0294e Fixed Spline.getPoint(). Tweaked camera controls examples. 13 years ago
  Mr.doob b80e5c7e1d Updated builds. 13 years ago