Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ setStaticShift
Method
setStaticShift
src/game/TextureMatrix.cpp:391–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
390
391
void TextureMatrix::setStaticShift(float u, float v) {
392
uFixedShift = u;
393
vFixedShift = v;
394
return;
395
}
396
397
398
void TextureMatrix::setStaticSpin(float angle) {
Callers
1
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected