Hello HM.
I have a question.
When i zoomed in a terrain map, i found that the map
was drawn wrong in vincent library 1.0. But i don't
found that error in vicent library 0.84.
Why this?
I attached the error capture images here.
Thank very much for your help!
error image
Logged In: YES
user_id=618887
Difficult to say from the image alone. Do you know whether clipping or
culling is your problem? From the image, I'd guess clipping...
If it's clipping, you might want to check if you get over-/underflows for the
clip coordinates. Do you think you could try setting a breakpoint? For 1.0 I
calibrated the clipping such that it will pass the conformance test at a variety
of display resolutions (0.84 only passed the default test resolution of 48 * 48,
but failed at 320 *240, for example), but this might have come at the
expense of reducing the previous slack on either end of the range.
Let me know.
- HM