MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / shiftTextureUp

Function shiftTextureUp

radiantcore/selection/algorithm/Shader.cpp:564–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564void shiftTextureUp() {
565 shiftTexture(Vector2(0.0f, registry::getValue<float>("user/ui/textures/surfaceInspector/vShiftStep")));
566}
567
568void shiftTextureDown() {
569 shiftTexture(Vector2(0.0f, -registry::getValue<float>("user/ui/textures/surfaceInspector/vShiftStep")));

Callers 1

shiftTextureCmdFunction · 0.85

Calls 1

shiftTextureFunction · 0.85

Tested by

no test coverage detected