Class SliceShader (mod)
Shaders for computing Arbitrary Plane Slices on GPU
Inheritance
SliceShader (mod)
Namespace: Visualization
Assembly: OCTVis.dll
Syntax
module SliceShader
Methods
val arbitraryScanFrag: Vertex -> Expr<V4d>
Fragment shader. Computes Arbitrary Plane Slice from 3D Volume-Texture
Declaration
val arbitraryScanFrag: v:Vertex -> Expr<V4d>
Parameters
Type | Name | Description |
---|---|---|
Aardvark.Base.Rendering.Effects.Vertex | v |
Returns
Type | Description |
---|---|
FSharp.Quotations.Expr<Aardvark.Base.V4d> |
val trafo: Vertex -> Expr<Vertex>
arbitrary slice transformation
Declaration
val trafo: v:Vertex -> Expr<Vertex>
Parameters
Type | Name | Description |
---|---|---|
Aardvark.Base.Rendering.Effects.Vertex | v |
Returns
Type | Description |
---|---|
FSharp.Quotations.Expr<Aardvark.Base.Rendering.Effects.Vertex> |