Skip to content

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

Open
@TemugeB

Description

@TemugeB

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions