<div dir="ltr"><div><div><div><div><div><div>Hi,<br></div>is it possible set the glScissor in vtk?<br></div>i.e. in vtkOpenGLCamera:<br><br>glViewport(lowerLeft[0], lowerLeft[1], usize, vsize);<br>glEnable(GL_SCISSOR_TEST);<br>glScissor(lowerLeft[0], lowerLeft[1], usize, vsize);<br><br></div>so seems that the scissor area is always the same of the viewport.<br></div>I want to render only a small rectangle area in the viewport like using scissor with opengl.<br><br></div>Thanks<br><br></div>Antonella<br></div>