I've spend 7 hours so far trying every combination from the answers found here already:
How to get the absolute position of a vertex in three.js?
I'm trying to find the vertex positions of the geometry of a plane, which is inside an Object3D, which is inside a group.
I can get the global coordinates of the Object3D without issue, even when the group or the Object3D are moved around, but the vertices either only give me their local coordinates, or give me garbage numbers that don't correlate to their position, or are undefined, or tell me that it can't find this or that thing.
Any help would be greatly appreciated.