]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/mediasource/extra/netradiant-src/regression_tests/q3map2/piercing_triangle/README.txt
Move the netradiant and fteqcc sources
[voretournament/voretournament.git] / misc / mediasource / extra / netradiant-src / regression_tests / q3map2 / piercing_triangle / README.txt
diff --git a/misc/mediasource/extra/netradiant-src/regression_tests/q3map2/piercing_triangle/README.txt b/misc/mediasource/extra/netradiant-src/regression_tests/q3map2/piercing_triangle/README.txt
deleted file mode 100644 (file)
index b09e2c3..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION OF PROBLEM:
-=======================
-
-In the disappearing_triangle regression test I outlined a potential problem
-in the tjunction.c code, having to do with 2 points being too close together
-on a winding, and that winding becoming invalid (drawsurf disappearing).
-
-This example map is the same as disappearing_triangle.map, except that the
-floor is raised by 1 unit.  Therefore the floor intersects the sliver triangle.
-The resulting chopped sliver has a very short edge that is "degenerate" and
-causes that draw surf to go away due to problems in the tjunction.c code.
-
-This is speculation at this point.  I will provide more info after the bug has
-been fixed.