Set the current matrix to identity. @return this
()
| 451 | * @return this |
| 452 | */ |
| 453 | public MatrixStack loadIdentity() { |
| 454 | mats[curr].identity(); |
| 455 | return this; |
| 456 | } |
| 457 | |
| 458 | /** |
| 459 | * Post-multiply the given matrix <code>mat</code> against the current matrix. |