提交 d6fbddee 编写于 作者: S simonThiele

remove unused test

上级 a71785d0
......@@ -184,8 +184,6 @@ test( "computeBoundingBox", function() {
ok( bb.min.x === bb.max.x && bb.min.y === bb.max.y && bb.min.z === bb.max.z, "since there is only one vertex, max and min are equal" );
ok( bb.min.x === -1 && bb.min.y === -1 && bb.min.z === -1, "since there is only one vertex, min and max are this vertex" );
bb = getBBForVertices( [-1] );
});
test( "computeBoundingSphere", function() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册