setCullEnabled(false, state, record);
setGLPolygonWind(PolygonWind.CounterClockWise, state, record);
}
if (!record.isValid()) {
record.validate();
}
}
private static void setCullEnabled(final boolean enable, final CullState state, final CullStateRecord record) {
final GL gl = GLContext.getCurrentGL();