TexturePointCloud#
(Point Cloud)
- Category:
/Texture/Utility
- Default object name:
point_cloud
- Inherits from: ProjectItem > TextureOperator > Texture
Description#
Evaluate the distance of a point against a point cloud.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
reference (Geometry ) |
point_cloud |
VISUAL_HINT_DEFAULT |
Set the point cloud to use. |
double |
point_radius |
VISUAL_HINT_DISTANCE |
Set the radius of points. |
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 "TexturePointCloud" "Texture" {
#version 0.9
category "/Texture/Utility"
doc "Evaluate the distance of a point against a point cloud."
attribute_group "geometry" {
reference "point_cloud" {
doc "Set the point cloud to use."
filter "Geometry"
input "motion" "geometry"
value ""
}
distance "point_radius" {
doc "Set the radius of points."
texturable yes
animatable yes
ui_range yes 0.0 100
value 0.1
}
}
set "master_input" {
private no
hidden no
saveable yes
texturable no
animatable no
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value "point_radius"
}
}