Skip to content

use openvdb to create a manifold mesh from an arbitrary mesh

Notifications You must be signed in to change notification settings

yetigit/force-manifold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

force-manifold

use openvdb to create a manifold mesh from an arbitrary mesh

Usage

force-manifold.exe path_to_input.obj path_to_output.obj scale(default = 10.0)

TO-DO

  • expose this as a lib instead of an executable
  • general polish

Build

use cmake and vcpkg. copy this batch file to go quicker, change the vcpkg path

@echo off
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=C:/repos/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build . --config Release --target force_manifold --parallel
cd ..

About

use openvdb to create a manifold mesh from an arbitrary mesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published