提交 698e43e9 编写于 作者: M Michael Herzog 提交者: Mr.doob

ParametricBufferGeometry: Simplify Code (#9703)

上级 ce7fb828
......@@ -41,7 +41,7 @@ function ParametricBufferGeometry( func, slices, stacks ) {
p = func( u, v );
vertices.push( p.x, p.y, p.z );
uvs.push( j / slices, i / stacks );
uvs.push( u, v );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册