gwob
gwob copied to clipboard
gwob - Pure Go Golang parser for Wavefront .OBJ 3D geometry file format
Results
1
gwob issues
Sort by
recently updated
recently updated
newest added
The parsing is made using float64. But once inserted in public structures, it's exposed as float32, why ? Shouldn't we switch all the exposed float to 64 bit long floats...