Click or drag to resize

ProjectedRasterRenderPass Property

Gets or sets the pass during which the projected raster is rendered. Changing the RenderPass is useful when trying to set the rendering order of a projected raster against other primitives in a OrderedCompositePrimitive. Ordering with [T:AGI::Foundation::Graphics::SurfaceMeshPrimitive] requires a render pass of ProjectedRasterRenderPassCentralBodyClipped. Ordering against all other primitives requires a render pass of ProjectedRasterRenderPassTranslucent.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ProjectedRasterRenderPass RenderPass { get; set; }

Property Value

Type: ProjectedRasterRenderPass
Exceptions
ExceptionCondition
UnsupportedCaseExceptionRenderPass must be a valid value in ProjectedRasterRenderPass.
See Also