Hi,
I am using a Camera3D with an OrthographicLens and I am trying to access the localX, localY, localZ properties from an MouseEvent3D. This returns x, y, and z coordinates in some projected orthographic coordinate system.
When I do not use an OrthographicLens (default lens), the values returned from these properties are exactly what I am looking for.
Is there a way to remap the orthographic values back to the values obtained using the default lens?
Thanks!!