Forum: Poser Python Scripting


Subject: WorldToScreen() - unclear about what it returns.

3dcheapskate opened this issue on Dec 23, 2023 ยท 10 posts


FVerbaas posted Sat, 30 December 2023 at 4:35 AM Forum Coordinator

Well, it IS a world to camera space. Just the z is scaled different from x and y. Plotted it will look like a height map. You may need to ban negative input and use log(z) for practical applications though.