MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnTexpadRotLeft

Method OnTexpadRotLeft

editor/TextureDialog.cpp:404–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402void CTextureDialog::OnTexpadSlideDown() { HTextureSlide(Curroomp, Curface, 0.0f, (float)-1.0 * D3EditState.texscale); }
403
404void CTextureDialog::OnTexpadRotLeft() { HTextureRotate(Curroomp, Curface, (-512 * D3EditState.texscale)); }
405
406void CTextureDialog::OnTexpadRotRight() { HTextureRotate(Curroomp, Curface, (512 * D3EditState.texscale)); }
407

Callers

nothing calls this directly

Calls 1

HTextureRotateFunction · 0.85

Tested by

no test coverage detected