Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ setDynamicCenter
Method
setDynamicCenter
src/game/TextureMatrix.cpp:449–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
448
449
void TextureMatrix::setDynamicCenter(float u, float v) {
450
uCenter = u;
451
vCenter = v;
452
return;
453
}
454
455
456
void TextureMatrix::setDynamicSpinVar(const std::string& var) {
Callers
2
read
Method · 0.80
AddTextureMatrix
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected