MCPcopy 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
415void TextureMatrix::setStaticCenter(float u, float v) {
416 uFixedCenter = u;
417 vFixedCenter = v;
418 return;
419}
420
421
422void TextureMatrix::setDynamicShift(float uFreq, float vFreq) {

Callers 1

readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected