voxelizer
Voxelizer
Converts 3D meshes into voxelized representations by performing triangle-cube intersection.
Header only mesh voxelizer in c99
630 stars
32 watching
63 forks
Language: C
last commit: almost 3 years ago c99computer-graphicsgeometry-processingvoxelizer
Related projects:
Repository | Description | Stars |
---|---|---|
andstor/voxelizer | A tool for converting 3D models into voxel data | 52 |
kctess5/voxelizer | A tool for generating voxelized 3D models from OBJ meshes using GPU acceleration. | 88 |
niessner/voxelhashing | Develops fast and efficient algorithms for large-scale 3D reconstruction from point cloud data in real-time | 673 |
richyshub/magicavoxel-vox-importer | Software to convert voxel models from MagicaVoxel into individual cube primitives for use in Blender | 228 |
keijiro/voxelman | An extreme demonstration of using Unity's Entity Component System with C# Job System and Burst Compiler for efficient multi-core processing in 3D voxel rendering. | 1,866 |
karimnaaji/aobaker | A tool that generates texture coordinates and ambient occlusion maps from 3D meshes. | 7 |
samfromcadott/brutus | Generates 3D meshes from volumetric data using marching cubes algorithm | 6 |
maxorange/pix2vox | This project enables the generation of 3D voxel models from 2D sketches using stacked generative adversarial networks. | 243 |
ethz-asl/voxblox | A volumetric mapping library for robotics and computer vision applications using signed distance fields | 1,382 |
stoyannk/voxels | A C++ library for manipulating and polygonizing voxel grids with features like TransVoxel algorithm and level of detail | 289 |
voxxxelar/arvoxelkit | A lightweight framework for creating voxel graphics using augmented reality and SceneKit. | 81 |
manimaul/swiftvectortiles | Encodes vector tiles according to the Mapbox spec using Swift | 14 |
thargor6/mb3d | Generates 3D views of fractals using distance estimates and various mathematical formulas | 177 |
erkaman/sse-avx-rasterization | A source code implementation of triangle rasterization routines accelerated using SIMD instructions | 67 |
jpaver/opengametools | A set of tools for working with 3D voxel models | 377 |