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

Allow changing voxels parameters in place for VoxelGrid or allow batch add_voxel function. #7053

Open
3 tasks done
TemugeB opened this issue Nov 13, 2024 · 0 comments
Open
3 tasks done

Comments

@TemugeB
Copy link

TemugeB commented Nov 13, 2024

Checklist

Proposed new feature or change

Currently, in python, there seems to be no way to change parameters of a voxel in place after the VoxelGrid object has been created. My work around has been to create a new VoxelGrid object and iteratively use add_voxel, which is slow. Could we either set voxel parameters in place or have a batch version of add_voxel?

One way to do it would be to add set_voxel_color(idx, color) and set_voxel_grid_index(idx, grid_index) since a voxel only has these two parameters.

References

No response

Additional information

No response

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

No branches or pull requests

1 participant