MCPcopy Create free account
hub / github.com/DavidColson/Polybox / Scale

Function Scale

source/graphics.cpp:864–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862// ***********************************************************************
863
864void Scale(Vec3f scaling) {
865 u64 mode = (u64)pRenderState->matrixModeState;
866 pRenderState->matrixStates[mode].Top() *= Matrixf::MakeScale(scaling);
867}
868
869// ***********************************************************************
870

Callers 1

LuaScaleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected