Instancer: Difference between revisions

From Gaffer Wiki
Jump to navigation Jump to search
(Created page with "{{Node |namespace=GafferScene |description=Copies from an input scene onto the vertices of a target object, making one copy per vertex. |categories=SceneAssembly, Hierarchy }}")
 
No edit summary
 
Line 2: Line 2:
|namespace=GafferScene
|namespace=GafferScene
|description=Copies from an input scene onto the vertices of a target object, making one copy per vertex.
|description=Copies from an input scene onto the vertices of a target object, making one copy per vertex.
|categories=SceneAssembly, Hierarchy
|categories=SceneAssembly, Hierarchy, Instancer
}}
}}

Latest revision as of 22:30, 8 April 2025

Description

Copies from an input scene onto the vertices of a target object, making one copy per vertex.

Gaffer Documentation

Gaffer Node Reference

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.