_noClip = new ClipState();
_noClip.setEnabled(false);
_noTexture = new TextureState();
_noTexture.setEnabled(false);
_colorDisabled = new ColorMaskState();
_colorDisabled.setAll(false);
_cullFrontFace = new CullState();
_cullFrontFace.setEnabled(true);
_cullFrontFace.setCullFace(CullState.Face.Front);
_noLights = new LightState();