Below is the screenshot of the 3d object. This is a 3D Radar Chart where the depth is a time. As you see labels are spinning in 3d also, is there a way to determine just X and Y positions by looking up at X, Y, and Z so that I can just display those labels as flat 2D labels that are not spinning but moving along with the 3D object.
To produce that diagram I'm using Processing and Processing.js which is plain Java and because I'm using JS I have limitation to add any additional libraries.