Mr.doob
|
73861db14c
Cleaned up Curves code.
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
zz85
|
aa7567f46e
Refactored Curve.js to individual classes (#3378)
|
12 years ago |
Mr.doob
|
db6a79a730
Fixed some more sub(a,b) to subVectors(a,b).
|
12 years ago |
Mr.doob
|
b062fee866
Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860.
|
12 years ago |
zz85
|
e4c0c6878d
Remove .getNormalVector() from Curve.js
|
12 years ago |
zz85
|
2ceae0066d
Fixes relating to #1879 and possibly #1501
|
13 years ago |
Mr.doob
|
cdfc4f3b8a
Implemented Object.create( *.prototype ) pattern as per discussion in #2080.
|
13 years ago |
Zhongpeng Lin (林中鹏)
|
b8ee478f29
Implemented Path.ellipse
|
13 years ago |
zz85
|
6b0579e266
fixed a run away variable in Curve.js
|
13 years ago |
zz85
|
947013589f
Cleaning up Curve.js a bit. Removed old constructor support for 2D curves. Also considering merging 2D/3D curves
|
13 years ago |
zz85
|
b9fb1426c8
.getTangent() is now t2-t1. .updateArcLengths() added to curve
|
13 years ago |
zz85
|
d8cc1d02ad
updated catmull spline formulas, added THREE.ClosedSplineCurve3, added curve.needsUpdate and .__arcLengthDivisions flags
|
13 years ago |
zz85
|
31958f790e
add getTangentAt()
|
13 years ago |
zz85
|
0dd53b44c2
Update Curve.js
|
13 years ago |
alteredq
|
a9cc8bceb5
Applied manually fixes from @broady to 'dev' branch.
|
14 years ago |
zz85
|
61a407f37b
Updated Curve.js, Updated builds
|
14 years ago |
Mr.doob
|
94b7418f60
Added objec3d.frustumCulled support to Projector (CanvasRenderer/SVGRenderer).
|
14 years ago |