Hello!! I am currently working on a house builder and I’ve got a data structure like this:
Now I’m trying to do this thing where I can add a roof offset to the XY values so the user has a bit of customization as to where the roof corners go… now since I plan to make multiple floors I was hoping that I’d be able to make it so that Index[0] of array would only affect the first floor, Index[1] only affects the second floor and so on.
The issue I’m facing right now is that if I plug in the roof offset, it creates multiple instances of the corner since it stores multiple values because of the Data struct.