Janos95
Janos95
For example [this](https://godbolt.org/z/XWZuQ5) is not working.
Hey igl devs, If I'm understanding correctly the current cmake script only exports the igl::{core, common} targets. What is the reason for doing so? When installing the library and then...
To more easyly consume the library from cmake, it would be great if lexbor would export cmake targets. As far as I can see this is not done at the...
hey stephen, in the usage section in the readme file you state that normals aren't used with the default settings. To me this sounds like there is some setting for...
This patch provides a ssao example. The computation of the occlusion factor can either be done with a fragment shader or with a compute shader. Three TODOs: - Add depth...
In the following files: ``` include/igl/active_set.cpp include/igl/flood_fill.cpp include/igl/histc.cpp include/igl/slice_into.cpp tutorial/502_LSCMParam/main.cpp ``` the static build instantiates some Eigen types with a floating point type which are then used to index other...