TextureVertexColorMap#
(Vertex Color Map)
- Category:
/Texture/Map
- Default object name:
vertex_color_map
- Inherits from: ProjectItem > TextureOperator > Texture
Description#
Use the interpolated color defined by the first vertex color map of the geometry.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
long |
map_index |
VISUAL_HINT_DEFAULT |
Set the index of the color map to use. |
Inherited Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
bool |
pass_through |
VISUAL_HINT_DEFAULT |
If checked, the current texture is not evaluated and the value of the attribute selected in Pass Through Attribute is directly forwarded. |
string |
master_input |
VISUAL_HINT_TAG |
Name of the attribute that will be used as output if Pass Through is enabled. |
bool |
invert |
VISUAL_HINT_DEFAULT |
If checked, the texture is inverted. |
double |
opacity |
VISUAL_HINT_PERCENTAGE |
Set the opacity of the texture. |
CID#
class "TextureVertexColorMap" "Texture" {
#version 0.9
icon "../icons/object_icons/texture_vertex_color_map.iconrc"
category "/Texture/Map"
doc "Use the interpolated color defined by the first vertex color map of the geometry."
attribute_group "output" {
long "map_index" {
doc "Set the index of the color map to use."
numeric_range yes 0.0 1024
ui_range yes 0.0 1024
value 0
}
}
}