Scatter: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Node |namespace=GafferScene |description=Scatters points evenly over the surface of meshes. |categories=Mesh, Scatter, Point }}") |
No edit summary |
||
Line 2: | Line 2: | ||
|namespace=GafferScene | |namespace=GafferScene | ||
|description=Scatters points evenly over the surface of meshes. | |description=Scatters points evenly over the surface of meshes. | ||
|categories=Mesh, Scatter, Point | |categories=Mesh, Scatter, Point, Sampler | ||
}} | }} |
Latest revision as of 01:20, 11 November 2023
Description
Scatters points evenly over the surface of meshes.
Gaffer Documentation
Examples
Name | Description |
---|---|
Name | Description |
ScatterSamplePrimitiveVariables | An example of sampling the base surface with a `Scatter` node. In this example, the normals of the surface are sampled onto the scattered points and are used to orient the scattered GafferBots. An additional Z direction is also calculated to make the instanced bots face a focal point. |