Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 631 Bytes

File metadata and controls

23 lines (17 loc) · 631 Bytes

Mesh-Voxelization-OpenGL-Geometry-Shader

A Lightweight Mesh Voxelization Library with OpenGL Geometry Shader

Description

This small repo contains an algorithm for voxelizing .ply or .obj meshes with Geometry Shaders in OpenGL.

Demo

Usage

./main -dim 64 -in ./bunny.obj -out ./bunny.vox

How-To Install

  1. mkdir build
  2. cd build
  3. cmake ..
  4. ./main

Requirements

  • Eigen 3.3

Contact

Drop a comment on Issues when something is unclear.