-
### Version/Branch of Dear ImGui:
Version 1.90, Branch: master (master/docking/etc.)
### Back-ends:
imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
### Compiler, OS:
Windows10 + MSVC2019
### Full c…
-
I am trying to run "skeleton-builder" from libigl-examples.
1- I put the the project in libigl/tutorial and added the project as a subdirectory in tutorial CMakeLists.txt
2- created a CMakeLists.…
-
Bonjour, en compilant poncascope j'ai obtenue ce résultat :
```
[leo@localhost build]$ make
Consolidate compiler generated dependencies of target stb
[ 2%] Built target stb
Consolidate compile…
-
I'm trying to run Tutorial 106 on Visual Studio 2019, both debug and release x86 and I have 53 error from the linker
Gravità Codice Descrizione Progetto File Riga Stato eliminazione
Errore LNK2001…
-
There is nothing to fix, you just need to setup your CMake project correctly (enable `LIBIGL_WITH_TRIANGLE`, and link against the CMake target `igl::triangle`).
_Originally posted by …
-
![image](https://github.com/dilevin/computer-graphics-bounding-volume-hierarchy/assets/95553695/f8080e14-fa9d-45d9-88d3-7cf3e4242ab0)
I got this segmentation fault after I close the libigl viewer, al…
-
I get build errors like this:
```
[ 93%] Building CXX object CMakeFiles/scaf_pack_bin.dir/src/UI/TextureGUI_extended_menu.cpp.o
/Users/ajx/Repos/scaffold-map/src/UI/TextureGUI_extended_menu.cpp:1…
-
In file included from /Users/username/csc317/computer-graphics-bounding-volume-hierarchy/distances.cpp:9:
/Users/username/csc317/computer-graphics-bounding-volume-hierarchy/include/vi…
-
could you give me a guide. I am new with MATLAB, I want to use the Hausdorff function but I can not compile '"point_square_distance.cpp"> I have downloaded the newest stable versions of eigen and libi…
-
Thanks for sharing the code.
I'm trying to implement your paper through the code you provided.
But when I saw the "**change the path of eigen and libigl**", included in the installation of libigl,…