Simulation of a single LED in a ring light source


Can Omniverse simulate an LED array in a ring light source (where each LED can be individually set and controlled)?
There is a built-in “Disc Light” function, but it is not specifically for individual LEDs.
Are there any successful cases of this? How is it usually done?
Are there any images or animations available for reference?

Well building an array of tiny point or disk lights is easy enough, if you just make one or two and array it around a circle. Open the ARRAY tool and play around with that.

However, currently there is no “instancing” with lights, so even if you make 100 lights, you will need to still select them all together to control them all together. For example, turning them on and off, changing color and intensity. If you just select one, it will act alone.

If you wanted to, you could control the whole array of lights with actiongraph and some custom code.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.