| 461 | } |
| 462 | |
| 463 | void pushModelView() |
| 464 | { |
| 465 | auto ctx = context(); |
| 466 | ctx->getModelMatrixStack().push_back( ctx->getModelMatrixStack().back() ); |
| 467 | ctx->getViewMatrixStack().push_back( ctx->getViewMatrixStack().back() ); |
| 468 | } |
| 469 | |
| 470 | void popModelView() |
| 471 | { |