Class RenderCubemapTarget
Represents an operator that renders all currently stored draw commands to a cubemap render target.
public class RenderCubemapTarget : Sink
- Inheritance
-
RenderCubemapTarget
- Inherited Members
Constructors
- RenderCubemapTarget()
Initializes a new instance of the RenderCubemapTarget class.
Properties
- ClearColor
Gets or sets the color used to clear the framebuffer before rendering.
- ClearColorHtml
Gets or sets an XML representation of the clear color for serialization.
- ClearMask
Gets or sets a value specifying which buffers to clear before rendering.
- RenderState
Gets the collection of configuration objects specifying the render states to be set when rendering the cubemap.
- TextureName
Gets or sets the name of the cubemap texture to update.
- TextureTarget
Gets or sets a value specifying which cubemap texture target to update.
Methods
- Process<TSource>(IObservable<TSource>)
Renders all currently stored draw commands to a cubemap render target whenever an observable sequence emits a notification.