[Verse-dev] Next mysterious thing

Eskil Steenberg eskil at obsession.se
Mon Aug 23 16:57:17 CEST 2004


Hi

> more explorations ;-)
> I send a model to the server that has 700 vertices.
> When receiving it, the server sends 716 vertices, the last 16 are zero.
> Another model has 403 vertices, received are 422.
> Why that?
>
Bug.
line 413 in vs_node_geometry.c

is
                        ((double *)node->layer[i].layer)[j] = 0;
but should be
                        ((double *)node->layer[i].layer)[j] = V_REAL64_MAX;

E


More information about the Verse-dev mailing list