/dports/graphics/wings/libigl-2.1.0/ |
H A D | README.md | 1 # libigl - A simple C++ geometry processing library 2 [![Build Status](https://travis-ci.org/libigl/libigl.svg?branch=master)](https://travis-ci.org/libi… 3 …/branch/master?svg=true)](https://ci.appveyor.com/project/danielepanozzo/libigl-6hjk1/branch/maste… 4 ![](https://github.com/libigl/libigl-legacy/raw/5ff6387765fa85ca46f1a6222728e35e2b8b8961/libigl-tea… 6 Documentation, tutorial, and instructions at <https://libigl.github.io>. 8 …onto the main libigl repository. To learn more about the consequences of this, and troubleshooting…
|
H A D | .appveyor.yml | 4 clone_folder: C:\projects\libigl 23 - cd c:\projects\libigl 35 - msbuild %MSBuildOptions% libigl.sln
|
H A D | .mailmap | 3 # in the libigl archive, either because the author's full name was messed up
|
H A D | .gitignore | 69 libigl.zip
|
/dports/graphics/wings/libigl-2.1.0/cmake/ |
H A D | LibiglDownloadExternal.cmake | 53 GIT_REPOSITORY https://github.com/libigl/CoMISo.git 61 GIT_REPOSITORY https://github.com/libigl/cork.git 67 set(LIBIGL_EIGEN_VERSION 3.2.10 CACHE STRING "Default version of Eigen used by libigl.") 88 GIT_REPOSITORY https://github.com/libigl/libigl-glad.git 109 igl_download_project(libigl-imgui 110 GIT_REPOSITORY https://github.com/libigl/libigl-imgui.git 126 GIT_REPOSITORY https://github.com/libigl/libigl-stb.git 150 GIT_REPOSITORY https://github.com/libigl/triangle.git 166 GIT_REPOSITORY https://github.com/libigl/libigl-predicates.git 177 GIT_REPOSITORY https://github.com/libigl/libigl-tests-data [all …]
|
H A D | libigl.cmake | 3 # https://github.com/libigl/libigl/issues/751 209 # If CGAL has been found, then build the libigl module 243 # comiso available here: https://github.com/libigl/CoMISo 501 FILE libigl-export.cmake 510 ${CMAKE_CURRENT_LIST_DIR}/libigl-config.cmake.in 511 ${CMAKE_BINARY_DIR}/libigl-config.cmake 516 ${CMAKE_BINARY_DIR}/libigl-config.cmake 518 ${CMAKE_INSTALL_DATADIR}/libigl/cmake 523 FILE "${CMAKE_BINARY_DIR}/libigl-export.cmake" 525 install(EXPORT igl-export DESTINATION ${CMAKE_INSTALL_DATADIR}/libigl/cmake FILE libigl-export.cmak… [all …]
|
H A D | libigl-config.cmake.in | 3 include(${CMAKE_CURRENT_LIST_DIR}/libigl-export.cmake) 7 message(STATUS "[libigl] Looking for Eigen3") 30 check_required_components(libigl)
|
/dports/graphics/wings/wings-8d019ebe48/ |
H A D | Makefile | 20 DEPS += libigl 133 libigl: _deps/libigl target 135 _deps/libigl: 136 git $(GIT_FLAGS) -b $(IGL_VER) $(IGL_REPO) _deps/libigl
|
/dports/graphics/wings/wings-8d019ebe48/c_src/ |
H A D | Makefile | 90 IGL_INCLUDE = $(shell pkg-config --cflags eigen3) -I../_deps/libigl/include 101 DRV = libigl wings_pick_nif wings_tess 103 $(info 32bits build ignoring libigl not supported) 111 $(LIBDIR)/libigl.$(SO_EXT): libigl.cpp
|
H A D | libigl.cpp | 303 ERL_NIF_INIT(libigl,nif_funcs,load,NULL,NULL,NULL)
|
/dports/graphics/wings/libigl-2.1.0/.github/ |
H A D | pull_request_template.md | 4 - [ ] All changes meet [libigl style-guidelines](https://libigl.github.io/style-guidelines/).
|
H A D | issue_template.md | 11 See https://libigl.github.io/CONTRIBUTING/#bugreport for more tips.
|
/dports/graphics/wings/ |
H A D | .license-catalog.mk | 5 _LICENSE_DISTFILES=dgud-wings-2.2.7p2-8d019ebe48_GH0.tar.gz dgud-libigl-v2.1.0_GH0.tar.gz
|
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ |
H A D | .gitmodules | 12 url = https://github.com/libigl/eigen.git
|
/dports/graphics/wings/wings-8d019ebe48/src/ |
H A D | libigl.erl | 11 -module(libigl). module
|
H A D | Makefile | 35 libigl \
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/ |
H A D | README.md | 14 the libigl functions here as per their MPL2 license.
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/ |
H A D | IO | 1 // This file is part of libigl, a simple c++ geometry processing library.
|
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/ |
H A D | README.md | 14 the libigl functions here as per their MPL2 license.
|
/dports/graphics/wings/libigl-2.1.0/include/igl/ |
H A D | IO | 1 // This file is part of libigl, a simple c++ geometry processing library.
|
/dports/graphics/wings/libigl-2.1.0/python/scripts/ |
H A D | python_shared.mako | 43 Python wrappers for libigl
|
/dports/math/curv/curv-0.5/ideas/v-rep/ |
H A D | To_Mesh.rst | 9 * libigl -- has a GPL'ed marching cubes 50 * libigl provides fast, robust mesh booleans that deal with both of the above 53 The problem would go away if OpenSCAD were upgraded to use libigl. 54 * Or, Curv could add a mesh library based on libigl, which would fix the 59 it won't pass 3MF validation, breaks libigl booleans, and is unacceptable. 60 * Self-intersection will pass 3MF validation and will work with libigl.
|
/dports/math/octave/octave-6.4.0/scripts/plot/draw/ |
H A D | reducepatch.m | 47 ## @url{https://libigl.github.io/libigl/tutorial/tutorial.html#meshdecimation}).
|
/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/ |
H A D | auv_mapping.erl | 154 UVs0 = libigl:harmonic(Vs, Fs, BorderVs, BorderUVs), 162 UVInit = libigl:harmonic(Vs, Fs, BorderVs, BorderUVs), 163 UVs0 = libigl:slim(Vs,Fs,UVInit, symmetric_dirichlet, 0.00001), 172 case libigl:lscm(Vs, Fs, BIndx, BPos) of
|
/dports/math/curv/curv-0.5/docs/shapes/ |
H A D | Future_Work.rst | 330 … signed distance field, represented as a voxel array. See http://libigl.github.io/libigl/tutorial/…
|