converting text in file to float
i’m making blender model loader for 3d engine,
trying to convert specific lines with floats in it,
ex: (v 1.000000 -1.000000 1.000000),
I try to convert the numbers in file(string) to floats with std::stod() but it doesn’t work,
here’s code: