 |
VolumeMaterialTransferFunctionTexture Property |
Gets or sets a GpuImage that represents a texture that is used to convert the slice values from the
SlicesTexture3D to color (Color4) values.
This texture can be one-dimensional (horizontal) or two-dimensional texture.
In both cases the x position (u) represents the slice value.
When using two-dimensional texture the y position (v) represent the gradient value (when
GradientFactor > 0) or slice index (when
GradientFactor is 0).
Namespace: Ab4d.SharpEngine.MaterialsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic GpuImage? TransferFunctionTexture { get; set; }Property Value
GpuImage
See Also