Allow changing voxels parameters in place for VoxelGrid or allow batch add_voxel
function.
#7053
Open
3 tasks done
Labels
Checklist
main
branch).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 ofadd_voxel
?One way to do it would be to add
set_voxel_color(idx, color)
andset_voxel_grid_index(idx, grid_index)
since a voxel only has these two parameters.References
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: