Message 1 of 6
Convert All 2D points to 3D points

Not applicable
07-09-2021
04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need 2 or more images for visual correspondence.
So I need 2 2D images and their corresponding 3D points.
I know there is 'DeprojectScreenToWorld' but I just return 1 point.
I'm trying to get corresponding all 3D points to 2D points at viewport.
And they must be exported to json or text or something like {(0, 0), (1,2,3)}, {(0,1), (1,1,4)} ....
Is there any way to do this?