Reply To: I'm having trouble understanding the point of having shared data. Why would you want six different things to share the sam…

Forum Archive I'm having trouble understanding the point of having shared data. Why would you want six different things to share the sam… Reply To: I'm having trouble understanding the point of having shared data. Why would you want six different things to share the sam…

#22014
Leonel Vazquez
Participant

    What happen if you want to have in your scene five objects where each object is the same. If you modify the geometry in one object you are modifying all object with shared data. Else, you will need modify each object five times.