C4D_MMD_Tool icon indicating copy to clipboard operation
C4D_MMD_Tool copied to clipboard

feat: Use the standard library to write C4D API classes instead of mmd data.

Open AiMiDi opened this issue 1 year ago • 0 comments

  1. filename_util rename to file_util.

  2. file_util add: FileName -> std::filesystem BaseFile -> std::ofstream / std::ifstream

  3. math_util add: vector & matrix -> Eigen *bezier -> bezier

AiMiDi avatar Oct 15 '22 17:10 AiMiDi