Interface IGlyphVisAsset
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IGlyphVisAsset : IVisAsset, IABRInput
Methods
|
Improve this Doc
View Source
GetMesh(int)
Get the mesh at an LOD for a single glyph visasset
Declaration
Parameters
Type |
Name |
Description |
int |
lod |
|
Returns
|
Improve this Doc
View Source
GetMesh(int, int)
Get the mesh at a particular index of the gradient
Declaration
Mesh GetMesh(int gradientIndex, int lod)
Parameters
Type |
Name |
Description |
int |
gradientIndex |
|
int |
lod |
|
Returns
|
Improve this Doc
View Source
GetMesh(float, int)
Get the mesh at a particular percentage (t-value) through the gradient
Declaration
Mesh GetMesh(float gradientT, int lod)
Parameters
Type |
Name |
Description |
float |
gradientT |
|
int |
lod |
|
Returns
|
Improve this Doc
View Source
GetNormalMap(int)
Get the normal map at an LOD for a single glyph visasset
Declaration
Texture2D GetNormalMap(int lod)
Parameters
Type |
Name |
Description |
int |
lod |
|
Returns
|
Improve this Doc
View Source
GetNormalMap(int, int)
Get the normal map at a particular index of the gradient
Declaration
Texture2D GetNormalMap(int gradientIndex, int lod)
Parameters
Type |
Name |
Description |
int |
gradientIndex |
|
int |
lod |
|
Returns
|
Improve this Doc
View Source
GetNormalMap(float, int)
Get the normal map at a particular percentage (t-value) through the gradient
Declaration
Texture2D GetNormalMap(float gradientT, int lod)
Parameters
Type |
Name |
Description |
float |
gradientT |
|
int |
lod |
|
Returns
|
Improve this Doc
View Source
GetPreview()
Get a preview of the glyph as a Texture2D, if any
Declaration
Returns