GeoTextureMapOperator.GeoTextureMapOperator Constructors
Initializes a new instance of the GeoTextureMapOperator class.
Overload List
Name | Description | |
---|---|---|
Public method | GeoTextureMapOperator(AttributeVariable< Material > templateMaterial) | Initializes a new instance of the GeoTextureMapOperator class with the specified template material. |
Public method | GeoTextureMapOperator(AttributeVariable< Material > templateMaterial, Operator elevationInput, Operator textureInput) | Initializes a new instance of the GeoTextureMapOperator class with the specified template material and inputs. |
GeoTextureMapOperator(AttributeVariable< Material > templateMaterial)
Initializes a new instance of the GeoTextureMapOperator class with the specified template material.Syntax
public GeoTextureMapOperator (
AttributeVariable< Material > templateMaterial
)
Parameters
templateMaterial
Type: An attribute variable that returns a value of type Material.
A material used as a template for the generated materials.
A material used as a template for the generated materials.
GeoTextureMapOperator(AttributeVariable< Material > templateMaterial, Operator elevationInput, Operator textureInput)
Initializes a new instance of the GeoTextureMapOperator class with the specified template material and inputs.Syntax
public GeoTextureMapOperator (
AttributeVariable< Material > templateMaterial,
Operator elevationInput,
Operator textureInput
)
Parameters
templateMaterial
Type: An attribute variable that returns a value of type Material.
A material used as a template for the generated materials.
A material used as a template for the generated materials.
elevationInput
Type: Operator
The input operator from which elevation meshes are read.
The input operator from which elevation meshes are read.
textureInput
Type: Operator
The input operator from which ground textures are read.
The input operator from which ground textures are read.
Platforms
Windows, Linux, Android