public interface JCGLPolygonModesType
| Modifier and Type | Method and Description |
|---|---|
JCGLPolygonMode |
polygonGetMode() |
void |
polygonSetMode(JCGLPolygonMode mode)
Set the polygon rasterization mode for the polygons to
mode. |
JCGLPolygonMode polygonGetMode() throws JCGLException
JCGLPolygonMode used for polygonsJCGLException - Iff an OpenGL error occursvoid polygonSetMode(JCGLPolygonMode mode) throws JCGLException
mode. The
OpenGL default is POLYGON_FILL.mode - The rasterization modeJCGLException - Iff an OpenGL error occursCopyright © 2015 <code@io7m.com> http://io7m.com