Version 0.0.95(h) attached.
It includes:
- a refinement to the anti-flickering and anti-autogen-suppression logic, and
- a minor change in the triangulation routine that may avoid some triangulation issues.
As indicated in earlier posts, I had found a solution to the shadow-flickering problem. Unfortunately, I discovered afterwards it re-introduced autogen suppression. But, when I fixed the autogen suppression in the traditional way, the flickering returned along with the autogen. Somewhat of a dilemma, I think you'll agree!
I then spent a lot of time scouring fsDeveloper for posts on the topic. There are quote a few - none, however, offering a solution to both issues simultaneously. However, there did seem to be a consensus that the autogen problem was related to the number of polys in each group in the .asm file. (The file always groups by layer and, if the user requests, also by geography.)
So, I restored the flickering fix and used the geographic grouping compile option. Lo and behold, the autogen was no longer suppressed.
So, I'm updating the user manual (available later today) to reflect this.
I'm not sure it will work in every case, but it's the best I can do with what I've got to work with.
Don