Historia zmian

Autor SHA1 Wiadomość Data
  zz85 ca63fd7555 making SubD code a little more readable. problems with UVs seems fixed. only the LatheGeometry subdivision example fails. other geometry seems to be working ok. 13 lat temu
  zz85 5396cb10ae prevents SubdivisionModifier from throwing errors for geometries with 0 UVs 13 lat temu
  zz85 4b0b1fa214 Do not merge yet. 13 lat temu
  zz85 784f5862ee adding add/getUV() in Subdivision to facilitate debugging... 13 lat temu
  zz85 c5949b8c3c attempting to fix UVs in SubdivisionsModifier 13 lat temu
  zz85 6b0579e266 fixed a run away variable in Curve.js 13 lat temu
  zz85 947013589f Cleaning up Curve.js a bit. Removed old constructor support for 2D curves. Also considering merging 2D/3D curves 13 lat temu
  zz85 9d67584d05 add .setSize(width, height) and .updateProjectionMatrix() to CombinedCamera (#69) 13 lat temu
  zz85 1e1a02d694 fixes TubeGeometry intialNormals 13 lat temu
  zz85 84d75036c7 tweaks to examples/webgl_geometry_extrude_splines.html 13 lat temu
  zz85 5eaf6ae326 Refactoring curve and knot formulas to CurveExtras.js 13 lat temu
  zz85 bbfb8044f5 use THREE.TubeGeometry.FrenetFrames in THREE.ExtrudeGeometry. created a starfruit extrusion 13 lat temu
  zz85 569ba0f707 Refactor TNB calculations into THREE.TubeGeometry.FrenetFrames 13 lat temu
  Mr.doob ecb2059590 Updated builds. 13 lat temu
  Mr.doob a9214a3571 Merge remote-tracking branch 'alteredq/dev' into dev 13 lat temu
  Mr.doob c78b813539 Merge remote-tracking branch 'onionhammer/patch-1' into dev 13 lat temu
  alteredq 3c2030b0ea Added forgotten ImmediateRenderObject.js 13 lat temu
  Mr.doob cbf75917e0 Merge remote-tracking branch 'zz85/extrude_spline_rebasing' into dev 13 lat temu
  alteredq 0e3b527cdc Refactored MarchingCubes out into examples/js 13 lat temu
  alteredq c1a5c069c0 Added marching cubes example. 13 lat temu
  onionhammer 903d23abc3 Removed extra ',' in object declaration, breaks minification/packing. Added in missing semi-colon (;) 13 lat temu
  zz85 4db14072d7 Update webgl_geometry_extrude_shapes.html example description 13 lat temu
  zz85 936d5babbc renamed examples/webgl_geometry_extrudePath.html => examples/webgl_geometry_extrude_shapes.html 13 lat temu
  zz85 109b3c5590 cleaned up the path/spline extrusion portion of ExtrudeGeometry a bit. 13 lat temu
  zz85 b9c05f1f8b fixed a serious bug with spaced points for spline extrusion in ExtrudeGeometry 13 lat temu
  zz85 155fca7b04 ExtrudeGeometry using TubeGeometry internally for TNB frames. Added webgl_geometry_extrudePath.html to test ExtrudeGeometry 13 lat temu
  zz85 643a338c5f re-adding alternative normal generation 13 lat temu
  zz85 a008a169cc fixed THREE.Shape.extractPoints() for .useSpacedPoints options 13 lat temu
  zz85 0de29f2da9 Just adjusting some formatting in ExtrudeGeometry 13 lat temu
  zz85 a513d010b1 Some refactoring of ExtrudeGeometry\s useSpacedPoints as an option to parameter in THREE.Shape 13 lat temu