❓ Converting Meshes to Voxels
I have a Meshes object and want to convert it to voxels (really just a 3D occupancy grid). Is this operation available somewhere? I want to use it as an input for a neural network. I don't need any texture or color info--just whether the space is occupied or not.
Thanks a lot!