Nodes > Inputs > Shader > Instance Ratio
Ratio of the current Instance ID compared to the total Instance Count. Useful when the material's "Instance Count" is greater than 1, which causes multiple instances of the mesh to be drawn.
This is equivalent to dividing the Instance ID node by the Instance Count node.
Outputs
Name | Type | Description |
---|---|---|
Instance Ratio | float | Ratio of Instance ID compared to Instance Count |
Was this page helpful?