scissor method
The WebGLRenderingContext.scissor()
method of the
WebGL API
sets a scissor box, which limits
the drawing to a specified rectangle.
Implementation
external void scissor(
GLint x,
GLint y,
GLsizei width,
GLsizei height,
);
The WebGLRenderingContext.scissor()
method of the
WebGL API
sets a scissor box, which limits
the drawing to a specified rectangle.
external void scissor(
GLint x,
GLint y,
GLsizei width,
GLsizei height,
);