Open
Description
Checklist
- I have searched for similar issues.
- For Python issues, I have tested with the latest development wheel.
- I have checked the release documentation and the latest documentation (for
main
branch).
Proposed new feature or change
Hi, I found that octree.convert_from_point_cloud()
will adaptively adjust the origin and size of the octree based on the input pointcloud even if they are set when the octree was initialized.
Is it possible for this function to take two extra optional arguments origin
and size
so that they can be fixed?
References
No response
Additional information
No response