voxelization
There are 47 repositories under voxelization topic.
Scrawk/Mesh-Voxelization
Mesh voxelization in Unity
nimadez/voxel-builder
Voxel-based 3D modeling application
eisenwave/obj2voxel
Convert OBJ and STL files to voxels, with support for textures. Written in pure C++17 with CMake. No raytracing or slicing or OpenGL shenanigans. Fast and robust using just 3D intersections. Simple as.
risteon/blender_kitti
Render large point clouds and voxel grids with blender.
JNNGL/VanillaDI
(Experimental) Dynamic colored lights in vanilla Minecraft
andstor/voxelizer
:space_invader: Voxelization of 3D models
BrendanParmer/Block-On
A Blender add-on for procedural voxelization!
iamyoukou/sdf3d
3D Signed Distance Field
pfriedri/pcdiff-implant
PyTorch implementation for "Point Cloud Diffusion Models for Automatic Implant Generation" (MICCAI 2023)
Helliaca/VXCT
OpenGL-based Implementation of Cyril Crassins Voxel Cone Tracing
tankwin08/waveformlidar
waveform LiDAR data processing and analysis
bzgeb/UnityMeshVoxelizer
A simple mesh voxelizer for Unity
idealab-isu/GPView
GPU Accelerated Voxelization Framework for 3D CAD models.
StarsX/DXRVoxelizer
XUSGRayTracing-EZ sample on DirectX12: real-time voxelization making use of ray-tracing pipeline for easy solid voxelization.
StarsX/VoxelizerX12
DirectX 12 sample: real-time voxelization making use of tessellation for primitive processing and extrapolations, as well as depth peeling for solid voxelization.
arendvw/voxeltools
Lightweight voxel geometry and boolean voxel operations for grasshopper
danielhavir/voxelize3d
3D Point Cloud Voxelization in NumPy
risteon/voxel-traversal
Simple and fast voxel traversal with C++17 and Eigen
bzgeb/UnityGPUMeshVoxelizerPart1
Part 1 of a GPU Voxelizer for Unity
parikshit6321/PVGIEngine
Graphics Engine built in C++ and DirectX 12
tdesfont/3D-Point-Cloud-Processing
Master MVA, ENS Cachan, France: 3D Point Cloud Processing. Implementation of the research article "Segmentation Based Classification of 3D Urban Point Clouds". Very large data processing techniques using kdtree (scikit-learn API), feature computations on 3D points cloud. (Python, Scikit-Learrn))
bzgeb/UnityGPUMeshVoxelizerPart3
Part 3 of a GPU-based Mesh Voxelizer for Unity using Compute Shaders
bzgeb/UnityGPUMeshVoxelizerPart5
Part 5 of a GPU-based Mesh Voxelizer for Unity using Compute Shaders
emnh/rts-blog
A blog about creating an RTS in WebGL
i-yam-jeremy/maya-voxelizer-plug-in
A Maya plug-in for creating voxel approximations of input geometry.
MIERUNE/dda-voxelize-rs
3D mesh voxelization in Rust with the DDA algorithm
SeonghwanSeo/molvoxel
Easy-to-Use Molecular Voxelization Tool
Hongtae/FTVoxelEngine
Toy Voxel Engine, Vulkan-SVO
zishun/UprightOrientation
Upright orientation of 3D shapes with convolutional networks
bzgeb/UnityGpuMeshVoxelizerPart2
Part 2 of a GPU-based Mesh Voxelizer for Unity using Compute Shaders
m8u/ForgeMeshVoxelizer
A Minecraft Forge mod that enables to voxelize and build .OBJ models in-game.
swiss-territorial-data-lab/proj-qalidar
Change detection between two LiDAR point clouds using voxelization. Highlight discrepancies in geometry and classification.
TheArchitect4855/voxelizer-rs
A Rust port of karimnaaji's C Voxelizer
zinsmatt/Surface_Voxels
Voxelize a mesh surface
MahoganyTown/Minecraft-RTX-Water-Shader
RTX Minecraft Water Shader with Iris
meysam-safarzadeh/Text2Shape
This project is a DL model that performs 3D shape (voxelization) generation. It takes text prompts and produces 3D shapes. The model is implemented using supervised learning and has been tested on pytorch.