For the past 7 hours, I have been diligently exploring all possible combinations based on the solutions provided in this thread:
How to get the absolute position of a vertex in three.js?
My current task involves identifying the exact positions of vertices within the geometry of a plane that is nested inside an Object3D located within a group.
While obtaining the global coordinates of the Object3D poses no challenges, the vertices present various obstacles. They either seem to provide only their local coordinates, generate incorrect numbers unrelated to their actual positions, return undefined results, or fail to locate certain elements when queried.
I would greatly appreciate any assistance or insights offered on this matter.