Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ setStaticCenter
Method
setStaticCenter
src/game/TextureMatrix.cpp:415–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
414
415
void TextureMatrix::setStaticCenter(float u, float v) {
416
uFixedCenter = u;
417
vFixedCenter = v;
418
return;
419
}
420
421
422
void TextureMatrix::setDynamicShift(float uFreq, float vFreq) {
Callers
1
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected