There was an error while loading. Please reload this page.
size(100, 100, P3D); printMatrix(); // Imprime: // 01.0000 00.0000 00.0000 -50.0000 // 00.0000 01.0000 00.0000 -50.0000 // 00.0000 00.0000 01.0000 -86.6025 // 00.0000 00.0000 00.0000 01.0000 resetMatrix(); printMatrix(); // Imprime: // 1.0000 0.0000 0.0000 0.0000 // 0.0000 1.0000 0.0000 0.0000 // 0.0000 0.0000 1.0000 0.0000 // 0.0000 0.0000 0.0000 1.0000
Imprime a matiz corrente na janela de texto do console.
printMatrix()
Nenhum
Web & Applicações
pushMatrix()
popMatrix()
resetMatrix()
applyMatrix()