Change layout order of Plane Panel

When working with the 3D GUI object PlanePanel, items are added to the panel from left to right, bottom to top. You can see the default order on the Playground from the 3D GUI docs.

Is there a way to add them left to right, top to bottom? Basically just reversing the order of the rows, without changing the order of the items in each row?

A few years ago, someone helped with a similar issue on the SpherePanel. PlanePanel doesn’t seem have the equivalent of ._sphericalMapping.

Yes, we can do similar things again.

2 Likes

That’s awesome! Thank you so much :smile: