Attribute Sample Texture¶
The Attribute Sample Texture node evaluates a texture for every point and stores the resulting colors in a new attribute. The mapping attribute can be anything that can be converted to a 3D vector. Typically, either the name of a UV map or the position attribute is used.
Note
UV maps can only be accessed after a Point Distribute node currently. This is a limitation that will be resolved.
An Attribute Sample Texture node can be added quickly by dragging a texture data-block into the node editor.
输入¶
- 几何数据(Geometry)
标准的几何图形输入。
- 映射
Name of the attribute that determines where the texture is evaluated.
- 结果
Name of the attribute where the results are stored.
属性¶
- 纹理
The texture the node should sample colors from.
输出¶
- 几何数据(Geometry)
标准的几何体输出。