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

Method OnTexpadRotRight

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

Source from the content-addressed store, hash-verified

404void CTextureDialog::OnTexpadRotLeft() { HTextureRotate(Curroomp, Curface, (-512 * D3EditState.texscale)); }
405
406void CTextureDialog::OnTexpadRotRight() { HTextureRotate(Curroomp, Curface, (512 * D3EditState.texscale)); }
407
408void CTextureDialog::OnTexpadRotate90() { HTextureRotate(Curroomp, Curface, 0x4000); }
409

Callers

nothing calls this directly

Calls 1

HTextureRotateFunction · 0.85

Tested by

no test coverage detected