Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Overload List

NameDescription
SetAspectRatioModifier(RenderTarget, RenderTarget)
Sets AspectRatioModifier to such value to fit proportions of sourceRT into destRT render target. Use this method when rendering into separate render target (such as post-effect target) to maintain proportions of source render target in the destination render target.
SetAspectRatioModifier(Single, Single, Single, Single)
Sets AspectRatioModifier to such value to fit proportions of sourceRT into destRT render target. Use this method when rendering into separate render target (such as post-effect target) to maintain proportions of source render target in the destination render target.

See Also