提交 f2185308 编写于 作者: S srifqi

Update GeometryUtils.js

A (very) little clean up.
上级 f507261d
......@@ -69,12 +69,12 @@ THREE.GeometryUtils = {
}(),
// Get random point in face (triangle / quad)
// Get random point in face (triangle)
// (uniform distribution)
randomPointInFace: function ( face, geometry, useCachedAreas ) {
var vA, vB, vC, vD;
var vA, vB, vC;
vA = geometry.vertices[ face.a ];
vB = geometry.vertices[ face.b ];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册