OrthoCameraTests UpdateProjectionMatrix Method Delta Engine Documentation

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

public void UpdateProjectionMatrix()
Examples

[Test, CloseAfterFirstFrame]
public void UpdateProjectionMatrix()
{
    var device = Resolve<Device>();
    device.Set3DMode();
    Assert.AreEqual(1.0f, camera.ZoomLevel);
}
See Also