X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=regression_tests%2Fq3map2%2Fduplicate_plane%2FREADME.txt;fp=regression_tests%2Fq3map2%2Fduplicate_plane%2FREADME.txt;h=8c2ef028d01c6535e617d49d58ccfe94469db207;hp=0000000000000000000000000000000000000000;hb=b188aed61b6e505cc7af759e52a64e893f535e04;hpb=94cb905da9c38e65cff6dcd9a56874c33c367df2 diff --git a/regression_tests/q3map2/duplicate_plane/README.txt b/regression_tests/q3map2/duplicate_plane/README.txt new file mode 100644 index 00000000..8c2ef028 --- /dev/null +++ b/regression_tests/q3map2/duplicate_plane/README.txt @@ -0,0 +1,13 @@ +DESCRIPTION OF PROBLEM: +======================= + +The 4-sided brush in the middle of the room (brush 0) has a duplicate plane. +The last side (side 4) is a duplicate of the third side (side 2) with the +vertexes re-arranged. + +I wanted to make sure that ChopWindingInPlaceAccu() is doing the right thing +by setting a winding to NULL when all its points lie on the plane that the +winding is being chopped with. This seems to be the case. My concern was +that both windings for that duplicate plane will be NULL'ed out. + +Seems that some other code might be fixing duplicate planes. That's OK.