http://bugs.winehq.org/show_bug.cgi?id=22918
--- Comment #22 from Misha Koshelev misha680@gmail.com 2010-07-18 14:23:10 --- Fyi, here is relevant output data from running test_t.cpp on Windows XP 64 bit: Newell Test Set: {1.4,0,2.4} {0.84,-1.5,2.4} {3.1,-0.66,0.825} Windows Vertices:
As you can see, it finds the Newell Test Set, but not Windows ones.
Some more interesting comparisons.
Windows vertices = 2356. Newell vertices = 306. 2356/306 ~ 7.7
Windows indices = 13536 = 2256 faces. Newell "patches" (have to figure out what this means) = 32 2256/32 ~ 70.5
Hmm
Misha