提交 7b231244 编写于 作者: A Andrei Kashcha

removed unused argument

useCachedAreas doesn't seem to be used anywhere.
上级 d23db267
......@@ -72,7 +72,7 @@ THREE.GeometryUtils = {
// Get random point in face (triangle)
// (uniform distribution)
randomPointInFace: function ( face, geometry, useCachedAreas ) {
randomPointInFace: function ( face, geometry ) {
var vA, vB, vC;
......@@ -297,4 +297,4 @@ THREE.GeometryUtils = {
}
};
\ No newline at end of file
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册