Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 680 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 680 Bytes

visualize-mesh-python

Sample using Polyscope and libigl to Visualize Meshs

Setup the Virtual Env

  1. From the directory of this folder, create a virtual env using: python3 -m venv env
  2. Activate the virtual environment: source env/bin/activate
  3. Install the required packages using: pip install -r requirements.txt
  4. When adding new packages, be sure to update the requirements.txt using: pip freeze > requirements.txt

Running the script

  1. Activate the virtual environment: source env/bin/activate
  2. Run the script python visualizemesh.py

Acknowledgements