SoMultipleCopy¶
-
InventorModule
¶ genre InventorNodesAutomatic,InventorGroup
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def see also SoDrawInstanced
,SoPointSpriteRenderer
Purpose¶
The node SoMultipleCopy
traverses its children, in order, multiple times, applying a different matrix during each traversal.
The matrices are stored in the multiple-value matrix field. Each matrix is concatenated to the current transformation matrix, and all children are traversed. This enables the user to easily and efficiently place multiple copies of the same data in different locations.
Traversing the Nth child sets the current switch value to N for use with inherited switch values (see SoSwitch
).