|
@@ -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() {
|