setScissorTest method
Implementation
setScissorTest(bool scissorTest) {
if (scissorTest) {
enable(gl.SCISSOR_TEST);
} else {
disable(gl.SCISSOR_TEST);
}
}
setScissorTest(bool scissorTest) {
if (scissorTest) {
enable(gl.SCISSOR_TEST);
} else {
disable(gl.SCISSOR_TEST);
}
}