mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Box traces can now graze a corner.
This commit is contained in:
parent
45d55d7e9a
commit
869cd19260
1 changed files with 1 additions and 2 deletions
|
@ -336,9 +336,8 @@ test_t tests[] = {
|
||||||
{ -16, 0, 8}, {16, 0, 40}, { 0.25, 0, 0, 1, 0, 5}},
|
{ -16, 0, 8}, {16, 0, 40}, { 0.25, 0, 0, 1, 0, 5}},
|
||||||
{"Box, Step 1", &box, &hull_step1,
|
{"Box, Step 1", &box, &hull_step1,
|
||||||
{ -16, 0, 8}, {16, 0, 135}, { 0.25, 0, 0, 1, 0, 5}},
|
{ -16, 0, 8}, {16, 0, 135}, { 0.25, 0, 0, 1, 0, 5}},
|
||||||
// 136 is a corner case caused by back/front side issues and 0
|
|
||||||
{"Box, Step 1", &box, &hull_step1,
|
{"Box, Step 1", &box, &hull_step1,
|
||||||
{ -16, 0, 8}, {16, 0, 137}, { 1, 0, 0, 1, 0, 5}},
|
{ -16, 0, 8}, {16, 0, 136}, { 1, 0, 0, 1, 0, 5}},
|
||||||
|
|
||||||
{"Point, Covered Step", &point, &hull_covered_step,
|
{"Point, Covered Step", &point, &hull_covered_step,
|
||||||
{ -24, 0, 8}, {-24, 0, 72}, { 0.5, 0, 0, 1, 0, 9}},
|
{ -24, 0, 8}, {-24, 0, 72}, { 0.5, 0, 0, 1, 0, 9}},
|
||||||
|
|
Loading…
Reference in a new issue