There is a newer version of this op!
This version will not receive any updates. It is recommended to use a newer version.
Current version: Ops.Gl.MeshInstancer_v4
Draw the same mesh multiple times on the GPU
summary (oneliner)
For better performance you should use the "Trigger Once" op on the mesh going into the Geom input. Check the example patch to see this being applied.
doc
issues
youtube id
caniuse query
collections
Inputs
Trigger In
The shape that will be instanced
Global scale for all instances, disabled if scale array is used
Limit Number of Instances
Enable to set a limit on how many instances are created
If limit instances is enabled this number determines how many instances are created
Parameters
Needs an XYZ array to determine the positions of each instance
Needs an XYZ array to determine the scale of each instance
Needs an XYZ array to determine the XYZ rotation of each instance. 0 - 360 degrees.
Pick a material blend mode with an integer
Multiply, Add or Normal. Pick the blending mode the material for instances
Needs an RGBA array to determine the color of each instance.
Outputs
Trigger Out
Total number of instances/shapes
Changelog
2019-11-14 - cables
Ops.User.cables.MeshInstancer_v3 renamed to Ops.Gl.MeshInstancer_v3
2019-11-14 - cables
added core lib: cgl_shadermodifier
2020-07-22 - pandur