How to use multi scatter for same objects without duplicate
Forum rules
For new users: this forum is moderated. Your first post will appear only after it has been reviewed by a moderator, so it will not show up immediately.
This is necessary to avoid this forum being flooded by spam.
For new users: this forum is moderated. Your first post will appear only after it has been reviewed by a moderator, so it will not show up immediately.
This is necessary to avoid this forum being flooded by spam.
I need to distribute 3 different objects on the surface of the three planes, I made three copies of the three objects and placed them under the subset of the three scatters, it works. But because the three objects are copied three times, the VRAM is occupied three times. How can I use three scatters to distribute these three objects to different objects without duplicating them? Is it possible to use xpresso or scene nodes and how?
Hi,
you can use MoGraph Cloner for this.
Hide your original objects inside a null, then create some instance objects in Multi Instance mode, and with Viewport Mode set to Null or Point, then use them with a MoGraph Cloner set to Instance, since the object to scatter are in Multi Instance mode, also the clones will be the same, and polygon count will not increase: ciao,
Beppe
you can use MoGraph Cloner for this.
Hide your original objects inside a null, then create some instance objects in Multi Instance mode, and with Viewport Mode set to Null or Point, then use them with a MoGraph Cloner set to Instance, since the object to scatter are in Multi Instance mode, also the clones will be the same, and polygon count will not increase: ciao,
Beppe