Page 1 of 1

Vertex issue -1.#IND

Posted: Mon May 03, 2021 6:28 am
by Wagyx
Hello,

I get an issue when loading some off file into Stella. The loading does not go so fine, I get the right number of vertices, edges and faces but
the polyhedron does not appear on screen and all vertices/edges/faces shows some error like values:
1x5valence, radius -1.#IND

Has it happened to anyone else ? What can I do to fix it ?
It opens fine with Meshlab.
I can provide the off files if necessary.

Wagyx

Re: Vertex issue -1.#IND

Posted: Mon May 03, 2021 3:03 pm
by robertw
Hard to say without seeing the OFF file, but looks like a disivion by zero maybe. Not sure what would cause that, but maybe there's a degenerate face? Eg a face where all the points are the same, or along a line?

Re: Vertex issue -1.#IND

Posted: Sat May 08, 2021 12:09 pm
by Wagyx
I have managed to modify the position of some vertices a bit and now it opens/works fine in Stella, the OFF data is still single precision though.
There was no degenerate face whatsoever. I hope it does not happen again.
Thanks you.