8000 Releases · tatsy/tinymesh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: tatsy/tinymesh

v0.2.4

30 Nov 08:40
Compare
Choose a tag to compare
Increase version.

v0.2.3

11 Jan 04:08
Compare
Choose a tag to compare
  • Update some method names (e.g., isStatic -> isLocked)
  • Delete InHalfedgeIterator', and rename OutHalfedgeIteratorasHalfedgeIterator`.
  • Add const version of iterators.
  • Advancing front method [Zhao et al. 2007] is implemented.
  • Change dev-env manager to Poetry.
  • Add a method to compute principal curvatures (and thier directions) [Rusinkiewicz 2004].
  • Add a method of context-based coherent surface completion [Harary et al. 2016].
  • Add own print function to support both C++/Python standard outputs.

v0.2.2

29 Nov 02:33
f6e802d
Compare
Choose a tag to compare
  • Change Python env manager to Pipenv.
  • Add methods computing approximated Laplacian-Beltrami operators (adjacent, cotangent, Belkin+2008).
  • Add IPython notebooks as Pythons examples rather than simple scripts.
  • Change traversal order of elements around a vertex to counter-clockwise order.
  • Add heat kernel signature [Sun et al. 2009].

v0.2.1

09 Sep 13:16
Compare
Choose a tag to compare
  • Minor bug fix for GCC v8.

v0.2.0

09 Sep 04:41
Compare
Choose a tag to compare
  • Add unit test for each functions (just to check run or not).
  • Add feature preservation in remeshing.
  • Include Eigen to repo as a submodule.
  • Update Python setup to use Poetry.
  • Add mesh denoising via bilateral filter [Zheng et al. 2011] and L0 smoothing [He and Schaefer 2013].
  • Update Python module build to use Python-side pybind11 installation.
  • Add mesh denoising via normal Gaussian filter [Ohtake et al. 2001].
  • Implicit fairing implicit_fair is updated to its normalized version.
  • Hole filling hole_fill is updated to take the upper bound of allowed dihedral angle.
  • Update setup.py to support the operation install.

v0.1.0

05 Sep 10:58
Compare
Choose a tag to compare
Minor update.
0