3D voxelizer

Provides functionality to convert a 3D object to voxel representation.

You are now following this Submission

This package provides functionalities for loading 3D models from .OBJ files and convert them to a voxel representation. The space is divided in a discrete grid, and the grid cells which intersect the given object are marked as occupied. The occupied cells then form the voxel representation of the object. A plot function is also included to allow visualization of the voxel representation.

Cite As

Carlos Martinez-Ortiz (2026). 3D voxelizer (https://nl.mathworks.com/matlabcentral/fileexchange/21044-3d-voxelizer), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Fixes bug reported by Jichao Zhao and includes an optimization to plot3D suggested by Gianni Schena.