From 8e512a087c2a6bcef0b471331ac10e116945d76a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 5 Dec 2011 09:03:04 +0900 Subject: [PATCH] More failing contents tests. However, I have a plan :) --- libs/models/test/testclip.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/models/test/testclip.c b/libs/models/test/testclip.c index 2ebe180eb..5ca45cfcb 100644 --- a/libs/models/test/testclip.c +++ b/libs/models/test/testclip.c @@ -85,6 +85,10 @@ test_t tests[] = { { 40, 0, 0}, { 40, 8, 0}, { 1, 0, 0, 0, 1, 3}}, {"Point, Three parallel planes with water", &point, &hull_tppw, { 0, 0, 0}, { 40, 0, 0}, { 1, 0, 0, 1, 1, 3}}, + {"Box, Three parallel planes with water", &box, &hull_tppw, + {-32, 0, 0}, { 40, 0, 0}, { 1, 0, 1, 1, 1, 3}}, + {"Box, Three parallel planes with water", &box, &hull_tppw, + {-32, 0, 0}, { 20, 0, 0}, { 1, 0, 1, 1, 0, 3}}, {"Point, Step 1", &point, &hull_step1, { -16, 0, 8}, {16, 0, 24}, { 0.5, 0, 0, 1, 0, 5}},