libigl / libigl-examples

This repository contains examples applications that use libigl. They only work on MacOSX and they should be converted to tutorials.
Mozilla Public License 2.0
25 stars 19 forks source link

opengl2? #4

Open ib00 opened 3 years ago

ib00 commented 3 years ago

Some examples are using opengl2 directory that appears to be missing. For example:

include <igl/opengl2/draw_skeleton_3d.h>

include <igl/opengl2/draw_skeleton_vector_graphics.h>

Any suggestions on where to get these files?

alecjacobson commented 3 years ago

These are from an old old version of libigl. So you probably need to dig into the libigl history to find them. (I'm guessing > 2 years ago)

ib00 commented 3 years ago

Thanks. I found them in the libigl-legacy repository.