VisualCullingTests BothPlanesAreVisibleWhenCullingIsDisabled Method Delta Engine Documentation

Namespace: DeltaEngine.Rendering3D.Tests
Assembly: DeltaEngine.Rendering3D.Tests (in DeltaEngine.Rendering3D.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void BothPlanesAreVisibleWhenCullingIsDisabled()
Examples

[Test, ApproveFirstFrameScreenshot]
public void BothPlanesAreVisibleWhenCullingIsDisabled()
{
    CreateNormalGroundPlane(-1, 0);
    CreateFlippedGroundPlane(1, 0);
    graphicsDevice.CullingMode = Culling.Disabled;
}
See Also