IMP1 / jog

Jog
Other
0 stars 0 forks source link

[Graphics] setScissor #20

Closed IMP1 closed 10 years ago

IMP1 commented 10 years ago

https://www.opengl.org/wiki/Scissor_Test

glScissor(200,200,100,100);
glEnable(GL_SCISSOR_TEST);
IMP1 commented 10 years ago

added