未验证 提交 fa176803 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #17111 from EliasHasle/patch-10

PolyhedronBufferGeometry: private function appplyRadius -> applyRadius
......@@ -63,7 +63,7 @@ function PolyhedronBufferGeometry( vertices, indices, radius, detail ) {
// all vertices should lie on a conceptual sphere with a given radius
appplyRadius( radius );
applyRadius( radius );
// finally, create the uv data
......@@ -176,7 +176,7 @@ function PolyhedronBufferGeometry( vertices, indices, radius, detail ) {
}
function appplyRadius( radius ) {
function applyRadius( radius ) {
var vertex = new Vector3();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册