Utilities / Attribute
Sample Mix Float
Sample a float value from two different geometries and mix from A to B
Inputs
| Name | Type | Description |
|---|---|---|
| A | Geometry |
Geometry A to sample and mix from |
| B | Geometry |
Geometry B to sample and mix to |
| Value | Float |
Float field to sample and mix |
| Factor | Float |
Amount to mix from A to B |
| Index | Int |
Index on the geometries to sample from |
Outputs
| Name | Type | Description |
|---|---|---|
| Value | Float |
The final mixed float |
API Reference: nodes.geometry.SampleMixFloat
Sample Mix Vector
Inputs
| Name | Type | Description |
|---|---|---|
| A | Geometry |
Geometry A to sample and mix from |
| B | Geometry |
Geometry B to sample and mix to |
| Position | Vector |
The field to sample from each geometry, defaulting to Position |
| Factor | Float |
The amount to mix from A to B |
| Index | Int |
Index on the geometries to sample from |
Outputs
| Name | Type | Description |
|---|---|---|
| Vector | Vector |
The final mixed vector |
API Reference: nodes.geometry.SampleMixVector
Sample Mixed Rotation
Sample the Rotation attribute, mixed between the floor and ceiling of the given Index
Inputs
| Name | Type | Description |
|---|---|---|
| Geometry | Geometry |
The geometry to sample the values from |
| Rotation | Rotation |
The field to mix and evaluate on the sample geometry |
| Index | Float |
The index to sample the value from. The fractional component of the index is used to mix between values using Index Mix ... nodes |
Outputs
| Name | Type | Description |
|---|---|---|
| Rotation | Rotation |
The evaluated and mixed field, sampled from the sample geometry at the given Index |
API Reference: nodes.geometry.SampleMixedRotation
Sample Mixed Vector
Sample the Vector attribute, mixed between the floor and ceiling of the given Index
Inputs
| Name | Type | Description |
|---|---|---|
| Geometry | Geometry |
The geometry to sample the values from |
| Vector | Vector |
The field to mix and evaluate on the sample geometry |
| Index | Float |
The index to sample the value from. The fractional component of the index is used to mix between values using Index Mix ... nodes |
Outputs
| Name | Type | Description |
|---|---|---|
| Vector | Vector |
The evaluated and mixed field, sampled from the sample geometry at the given Index |
API Reference: nodes.geometry.SampleMixedVector
Sample Position
A convenience wrapper around the Sample Index and Position nodes
Sample the Position attribute from a point at the given Index
Inputs
| Name | Type | Description |
|---|---|---|
| Geometry | Geometry |
The geometry to sample the Position from |
| Position | Vector |
The Position field to sample the values from |
| Index | Int |
The Index at which to sample the Position field from |
Outputs
| Name | Type | Description |
|---|---|---|
| Position | Vector |
The sampled Position field |
API Reference: nodes.geometry.SamplePosition