added missing reference to paper

This commit is contained in:
hoskillua 2023-09-06 01:59:35 +03:00
parent a04ecc2a67
commit 586a71e66e
2 changed files with 10 additions and 1 deletions

View File

@ -2049,6 +2049,15 @@ ABSTRACT = {We present the first complete, exact and efficient C++ implementatio
update = "09.11 penarand"
}
@article{ cgal:sc-lntm-20
,author = {Nicholas Sharp and Keenan Crane}
,title = {{A Laplacian for Nonmanifold Triangle Meshes}}
,journal = {Computer Graphics Forum (SGP)}
,volume = {39}
,number = {5}
,year = {2020}
}
@inproceedings{cgal:ssgh-tmpm-01,
title={Texture mapping progressive meshes},
author={Sander, Pedro V and Snyder, John and Gortler, Steven J and Hoppe, Hugues},

View File

@ -41,7 +41,7 @@ the mathematical theory of the Heat method. The last section is about the \ref s
Note that this package depends on the third party \ref thirdpartyEigen library (3.3 or greater), or another
model of the concept `SparseLinearAlgebraWithFactorTraits_d`.
This implementation is based on \cgalCite{cgal:cww-ghnac-13} and \cgalCite{cgal:fsbs-acidt-06}
This implementation is based on \cgalCite{cgal:cww-ghnac-13} , \cgalCite{cgal:fsbs-acidt-06} , and \cgalCite{cgal:sc-lntm-20}
This package is related to the package \ref PkgSurfaceMeshShortestPath. Both deal with geodesic distances.
The heat method package computes for every vertex of a mesh an approximate distance to one or several source vertices.