X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=regression_tests%2Fq3map2%2Fdisappearing_sliver%2FREADME.txt;h=a65d9203cc80596488e9b468f2cb031d34ae4534;hp=5914cc3d7c0a4eae9183b6f61f6c41b2659d9709;hb=HEAD;hpb=f7764a84b21edf2ef7d8b548d5d06bb7937f6ad6 diff --git a/regression_tests/q3map2/disappearing_sliver/README.txt b/regression_tests/q3map2/disappearing_sliver/README.txt index 5914cc3d..a65d9203 100644 --- a/regression_tests/q3map2/disappearing_sliver/README.txt +++ b/regression_tests/q3map2/disappearing_sliver/README.txt @@ -46,6 +46,8 @@ And we get rid of the recpirocal length ilength altogether. Even the slightest math errors are magnified in successive calls to linear algebra functions. +The change described above was commmitted to GtkRadiant trunk as revision 363. + POSSIBLE SIDE EFFECTS: ====================== @@ -101,9 +103,7 @@ ChopWindingInPlace() calls in the above stack trace: (87.989571 -891.969116 -768.174316) (133.998917 -1014.997314 0.000000) -(If you want to print this out for yourself, print out the coordinates of the -winding_t "w" parameter right after the ChopWindingInPlace() call in -CreateBrushWindings() in brush.c.) +(If you want to print this out for yourself, use winding_logging.patch.) The same vertices after the bugfix have the following coordinates: @@ -162,3 +162,22 @@ It seems that FixBrokenSurface() should be fixed to completely fix the case where there are two close points, and should report the surface as fixed. This might be a destabilizing change however, so if this is indeed fixed, it may make sense to activate the fix only if a certain flag is set. + + +MORE NOTES: +=========== + +As stated above, the accuracy after revision 363 is: + + (67.000229 -1021.998657 0.000000) + (88.000175 -891.999146 -767.997437) + (133.999146 -1014.998779 0.000000) + +A further change was committed for a related problem in revision 377. After +this change: + + (66.99955750 -1022.00262451 0.00000000) + (87.99969482 -892.00170898 -768.00524902) + (133.99958801 -1015.00195312 0.00000000) + +The results look similar with respect to the amount of error present.