Skip to content

Commit 87f3300

Browse files
committed
SubdivisionModifier clean up.
1 parent fc18da7 commit 87f3300

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/js/modifiers/SubdivisionModifier.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* @author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
3+
* @author centerionware / http://www.centerionware.com
34
*
45
* Subdivision Geometry Modifier
56
* using Loop Subdivision Scheme
@@ -11,8 +12,6 @@
1112
*
1213
* Known Issues:
1314
* - currently doesn't handle "Sharp Edges"
14-
* **UV Support By Matthew Adams / http://www.centerionware.com
15-
* * DDS Images need to be upside down or UV's will be upside down.
1615
*/
1716

1817
THREE.SubdivisionModifier = function ( subdivisions ) {

0 commit comments

Comments
 (0)