but I have always something like this ```modelMatr...
# getting-started
e
but I have always something like this
Copy code
modelMatrix
                    .push()
                    .translate(Vec3(0.0f, parthenonColumnHeight - columnBaseHeight, 0.0f))
                    .scale(Vec3(1.0f, columnBaseHeight, 1.0f))
                    .translate(Vec3(0.0f, 0.5f, 0.0f))
...
modelMatrix.pop()