MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / read3

Method read3

src/3D/Model.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void OBJVert::read3(const char* t) {
53 sscanf(t, "%f %f %f", &x, &y, &z);
54}
55
56void OBJVert::read2(const char* t) {
57 sscanf(t, "%f %f", &x, &y);

Callers 1

readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected