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

Method read2

src/3D/Model.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void OBJVert::read2(const char* t) {
57 sscanf(t, "%f %f", &x, &y);
58}
59
60void OBJFace::draw(const std::vector<OBJVert> &vertList, const std::vector<OBJVert> &normList, const std::vector<OBJVert> &uvList) {
61 if (verts.size() == 3) {

Callers 1

readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected