Skip to content

feat(OBJReader): read in points as doubles

OBJ files can have point values that exceed float precision. So make sure to read them in as doubles to be safe. This change makes the vtkPoints to be double and changes the local variable that stores the coordinates to be a double.

Merge request reports