ModelTests RenderLightmapSceneModel 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 RenderLightmapSceneModel()
Examples

[Test, Ignore]
public void RenderLightmapSceneModel()
{
    window.BackgroundColor = Color.White;
    Camera.Current.Position = 5 * Vector3D.One;
    new Model("LightmapSimpleScene", Vector3D.Zero);
}
See Also