MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setDynamicShift

Method setDynamicShift

src/game/TextureMatrix.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421
422void TextureMatrix::setDynamicShift(float uFreq, float vFreq) {
423 uShiftFreq = uFreq;
424 vShiftFreq = vFreq;
425 return;
426}
427
428
429void TextureMatrix::setDynamicSpin(float freq) {

Callers 4

readMethod · 0.80
makeWaterMaterialMethod · 0.80
AddTextureMatrixMethod · 0.80
getLinkMaterialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected