Class Tasks (mod)
Main Visualization Render Task
Inheritance
Tasks (mod)
Namespace: Visualization
Assembly: OCTVis.dll
Syntax
module Tasks
Methods
val volumeAndOverlay: IRenderWindow -> IRuntime -> IFramebufferSignature -> IRenderTask
Render 3D Visualization and 2D Overlay
Declaration
val volumeAndOverlay: win:IRenderWindow -> runtime:IRuntime -> signature:IFramebufferSignature -> IRenderTask
Parameters
| Type | Name | Description |
|---|---|---|
| Aardvark.Application.IRenderWindow | win | the main rendering window |
| Aardvark.Base.IRuntime | runtime | the main runtime of the application |
| Aardvark.Base.IFramebufferSignature | signature | the framebuffer signature for rendering the current 2D slice (needed to store result in BackendTexture) |
Returns
| Type | Description |
|---|---|
| Aardvark.Base.IRenderTask |