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

[Test, ApproveFirstFrameScreenshot]
public void ShowFogOnSkinnedTexturedVertices()
{
    ShowExistingModelWithFog("AnimatedMeshMax");
    CreateGroundWithColoredVertices(3, 3, Color.Green);
}
See Also