"GioSeregni" <gms### [at] hotmail com> wrote:
> ok, thanks to all
> my trouble was about the format of vertex only on ####.####
Is there a way to filter out those triangles from the start?
Are they even necessary / visible?
You can probably test just the fractional portion of your double/float by using
modulo.
#if (mod(Number, 1) < threshold) then ignore triangle #else keep it #end
- BE
Post a reply to this message
|