hello,
My project has an option to load multiple objects onto the scene (could vary based on request) and I need to keep a list of the objects on scene and adjust the order based on location of let’s say the y-axis (horizontal). Let’s say we have object A B and C loaded. I want to show the distance from A to B, and B to C which isn’t a problem if I keep in that order. But if I move an object so now the order is C A B, I get into trouble because the order of my list wants to measure based on the original layout. I can use the sort numeric puzzle to sort location, but then I don’t have the object name that I’d need to adjust the order of the objects by name.
https://v3d.net/pdf
Does anyone have a solution or any ideas on how to approach this issue?
Thanks in advance!
Michael