Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void OBJVert::read3(const char* t) {
53
sscanf(t,
"%f %f %f"
, &x, &y, &z);
54
}
55
56
void OBJVert::read2(const char* t) {
57
sscanf(t,
"%f %f"
, &x, &y);
Callers
1
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected