@Override protected JCGLFaceSelection fromInt(final int c) { return JOGLTypeConversions.faceSelectionFromGL(c); }
@Override protected int toInt(final JCGLFaceSelection d) { return JOGLTypeConversions.faceSelectionToGL(d); }