Sets up the model transformation matrix to draw 2D content in 3D space and pushes it into the stack (cam. PushModelMatrix). Matrix formula: local m = Matrix() m:SetAngles(angles) m:SetTranslation(pos) m:SetScale(Vector(scale, -scale, 1))This must be closed by cam. End3D2D. If not done so...
wiki.facepunch.com