Closed TCreutzenberg closed 1 month ago
Both verts.length as well as VERTEX_SIZE are both ints, so Math.ceil will not work... Casting to double should do the trick.
verts.length
VERTEX_SIZE
Math.ceil
Both
verts.length
as well asVERTEX_SIZE
are both ints, soMath.ceil
will not work... Casting to double should do the trick.