Visualization for bezier surfaces I did for my bachelors thesis (didn't actually use this but it was good to figure out some later design decisions xD). Also implemented half edge datastructure for fun. Example output:
- Open the
bezier_surface/draw.pyfile. - Modify the configuration in configs.py.
- Run the script:
- Python 3.8+
- NumPy
- Matplotlib
