We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc18da7 commit 87f3300Copy full SHA for 87f3300
1 file changed
examples/js/modifiers/SubdivisionModifier.js
@@ -1,5 +1,6 @@
1
/*
2
* @author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
3
+ * @author centerionware / http://www.centerionware.com
4
*
5
* Subdivision Geometry Modifier
6
* using Loop Subdivision Scheme
@@ -11,8 +12,6 @@
11
12
13
* Known Issues:
14
* - currently doesn't handle "Sharp Edges"
- * **UV Support By Matthew Adams / http://www.centerionware.com
15
- * * DDS Images need to be upside down or UV's will be upside down.
16
*/
17
18
THREE.SubdivisionModifier = function ( subdivisions ) {
0 commit comments