Giter Club home page Giter Club logo

mean-value-coordinates-in-3d's Introduction

Language github license

This project implemented the Mean Value Coordinates in 3D algorithm in c++

Usage

Assuming you have cloned this project in your home directory d:\mvc3d, we will next compile this project with cmake.

$ cd d:\mvc3d
$ mkdir bin
$ cd bin
$ cmake ..

Once you have completed these steps, you can find the .sln file in the \bin folder, which is the project file that is successfully compiled for you.

By compiling the project file, you can find the generated mvc3d.exe file in the debug or release folder. To run mvc3d.exe, the command line syntax is

$ mvc3d model_path x y z output_path
  • model_path: the current version only supports reading .off triangular mesh models. Other formats will be supported as soon.
  • x & y & z: [x,y,z] is the point to calculate the barycentric coordinates.
  • output_path: the calculated barycentric coordinates will be output to this file in text format.

If you encounter any problems in the process of using this project, please do not hesitate to contact me or submit your problem to issues. Thanks for using.

mean-value-coordinates-in-3d's People

Contributors

changqj avatar

Stargazers

Hoang M. Le avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.