wjakob / instant-meshes

Interactive field-aligned mesh generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling your remesher from an external program and relevant APIs

lukkio88 opened this issue · comments

Hi, I need to use your remesher from an external program.
I have two questions:

  1. What are the relevant APIs to the remeshing? (i.e. how do I structure a basic C++ program to do remeshing given an obj).
  2. Is it possible to call you remesher without the GUI?

Answer to both questions would be great.

Please check batch_process, it's the example to run without GUI, you can check which APIs are been called inside that function,

void batch_process(const std::string &input, const std::string &output,