Hierarchy.Push

static void Push(Matrix& parentTransform)

Pushes a transform Matrix onto the stack, and combines it with the Matrix below it. Any draw operation’s Matrix will now be combined with this Matrix to make it relative to the current hierarchy. Use Hierarchy.Pop to remove it from the Hierarchy stack! All Push calls must have an accompanying Pop call.

   
Matrix& parentTransform The transform Matrix you want to apply to all following draw calls.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!