Mr.doob
|
8ed08e983f
Replaced EPSILONS with Number.EPSILON.
|
9 years ago |
Mr.doob
|
95b294dbf0
Path: Removed unneeded Array.prototype.calls.
|
9 years ago |
Mr.doob
|
dfe314b5ec
Path: Removed PathActions.
|
9 years ago |
Mr.doob
|
2c9d46eceb
Curve/Path/Shape: Removed dead code (bends).
|
9 years ago |
Mr.doob
|
01274d95cb
*Path and Shape clean up.
|
9 years ago |
Mr.doob
|
275f339a64
Clean up.
|
10 years ago |
neko
|
47ef34ec9d
Fix broken ellipses
|
10 years ago |
neko
|
7d31bc715d
Minor changes per @mrdoob comments.
|
10 years ago |
neko1235
|
c2b42fd100
Add ellipse rotation (optional) to THREE.Path.
|
10 years ago |
Mr.doob
|
c14b259b15
Clean up.
|
10 years ago |
gero3
|
923256459e
fixed files to codestyle
|
10 years ago |
dubejf
|
324cfb9dc6
Fix typos
|
10 years ago |
Mr.doob
|
cdcdde9337
Reverted console.* to THREE.* change. See #5791.
|
10 years ago |
Fabian Lange
|
dad328077d
use strict (in)equalities
|
10 years ago |
brason
|
b0f0c3bd1a
Remove unnecessary semicolons
|
10 years ago |
Jan Waller
|
90dd7cc0d3
#5791 Use unified Log,Warn & Error handlers, rather than directly using console.error/warn/log
|
10 years ago |
brason
|
34024452d4
Removed unused variables.
|
10 years ago |
gero3
|
4501d5a51d
revert last commit
|
10 years ago |
gero3
|
fe8493157e
codestyle fixes
|
10 years ago |
Elisée Maurer
|
ecd0ddd1a1
Set prototype.constructor for all derived classes
|
10 years ago |
Joshua Koo
|
aafd29c50a
Code transforming mrdoob style second attempt See #4806
|
11 years ago |
Juergen Ahting
|
cf6db6c382
readability improved
|
11 years ago |
Juergen Ahting
|
d2f632e9ab
THREE.Path.prototype.toShapes: 1) Bugfix: if all subpaths have the same wrong winding order; 2) new optional parameter: noHoles
|
11 years ago |
Juergen Ahting
|
78e2be1aed
THREE.Path.toShapes is now independent of the order of specification of holes and shapes. It moves holes to those shapes that contain them if unambiguous. Otherwise it respects specification order.
|
11 years ago |
Emery
|
4d4bdcb77e
Fix ellipses #3833
|
12 years ago |
zz85
|
c0915377eb
Cleanup Path.js indentation
|
12 years ago |
Cheng Chih-chung
|
62dd600046
Added isCCW in toShapes().
|
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 |
Mr.doob
|
806b87d55d
Merge remote-tracking branch 'linzhp/master' into dev
|
13 years ago |