Hi so Im receiving data via streaming and I use it to update particle instancing in a geo node.
The thing is that I want to start applying different coordinates and color treatments to different parts of the data, so my question is. What do you advice as the best solution:
a) To create multiple geo nodes with instancing, and I create different scriptTops and noiseTops etc for the different parts of my data to then apply instancing of coordinates and color etc to separate Geo nodes
b) or use a single Geo node, and then via code try to distribute things differently depending on what part of the data I am managing, but Im not sure if this would actually be feasible
is there any penalty from using the multiple geo node instancing route? any other tips?
thank you