Click or drag to resize

RenderAntialiaser Class

The RenderAntialiaser class is used to applied an incremental software antialiasing on the scene.
When a anti-aliasing step is over, the event StepDone is raised.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderAntialiaser

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public sealed class RenderAntialiaser

The RenderAntialiaser type exposes the following members.

Properties
  NameDescription
Public propertyAntialiasedFbo
Gets the antialiased fbo.
Public propertyIsCanceled
Gets a value indicating whether the antialiasing is canceled.
Public propertyIsDestroyed
Gets a value indicating whether this instance is destroyed.
Top
Methods
  NameDescription
Public methodCancel
Cancels the antialiasing.
Public methodStatic memberCreate
Creates the antialiaser.
Public methodDestroy
Destroys the antialiaser.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNext
Computes the next antialiasing step.
Public methodStart
Starts the antialiaser. This method will initialize the antialiaser with the specified scene, snapshot and rendering parameters.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventDone
This event is emitted When the antialiasing is over.
The result must be blit in the rendering target for final presentation.
Public eventStepDone
This event is emitted When the antialiasing has finished a step.
The result can be blit in the rendering target to see the progression incrementally.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also