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

[Test, ApproveFirstFrameScreenshot]
public void ShowFogOnTexturedVertices()
{
    CreateGroundWithTexturedVertices(10, 10, "DeltaEngineLogo");
}
See Also