Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set the near_clip and far_clip values while using setup_camera(intrinsics, extrinsic_matrix) for OffscreenRenderer? #7144

Open
3 tasks done
sejun-ahn opened this issue Jan 22, 2025 · 0 comments
Labels

Comments

@sejun-ahn
Copy link

Checklist

My Question

I'm using open3d.visualization.rendering.OffscreenRenderer and set the intrinsic and extrinsic parameters using this method.

setup_camera(self: open3d.visualization.rendering.OffscreenRenderer, intrinsics: open3d.camera.PinholeCameraIntrinsic, extrinsic_matrix: numpy.ndarray[numpy.float64[4, 4]]) -> None

After using this method, the near_clip and far_clip were set to 0.1 and 1.0 respectively.

So some geometries located at far distance were not rendered.

Is there any way to set the far_clip value without modifying the previously set intrinsic and extrinsic parameters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant