Interface ISurfaceTextureVisAsset
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface ISurfaceTextureVisAsset : IVisAsset, IABRInput, ITextureGradient
Methods
|
Improve this Doc
View Source
GetTexture()
Obtain the first (or, only) texture in a multi-visasset gradient
Declaration
Returns
|
Improve this Doc
View Source
GetTexture(int)
Obtain the texture at a specific index within a multi-visasset gradient
Declaration
Texture2D GetTexture(int gradientIndex)
Parameters
Type |
Name |
Description |
int |
gradientIndex |
|
Returns
|
Improve this Doc
View Source
GetTexture(float)
Obtain the texture at a specific t-value (percentage) within a multi-visasset gradient
Declaration
Texture2D GetTexture(float gradientT)
Parameters
Type |
Name |
Description |
float |
gradientT |
|
Returns