VisualFogTests ShowFogOnColoredTexturedVertices 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 ShowFogOnColoredTexturedVertices()
Examples

[Test, ApproveFirstFrameScreenshot]
public void ShowFogOnColoredTexturedVertices()
{
    CreateGroundWithColoredTexturedVertices(10, 10, Color.Green, "DeltaEngineLogo");
}
See Also