Hi, I’m trying to create a large number of instances of 1 object (a sphere).
I know I can use a SharedGroup for the object. But it needs to be transformed to a large number of places as well. Is there an easy solution for this as there is in Open GL for instance, where you can just draw the same object multiple times?
Thanks in advance