Releases: zarquon42b/Rvcg
Releases · zarquon42b/Rvcg
Rvcg 0.9
Changes:
- pulled latest vcglib source
- added try ... catch on c++ level to avoid stalling R
- added functionality to coherently orient faces in vcgClean (with sel=7)
Rvcg 0.8
Windows version
OSX version
Linux version (source code)
Official release, also installable from CRAN
- improved memory footprint by using optional components
- set defaults in vcgQEdecim to those in meshlab and updated docu
- added helperfunction setRays
- added vcgIsosurface to create meshes form 3D arrays (using value thresholding)
- vcgClean now supports executing cleaning operations multiple times.
- fixed color handling in vcgClean
- added handling of existing vertex colors in vcgIsolated
- fixed colorimport in vcgImport
- added option to merge close vertices in vcgClean and to report removed vertices
- set borderchk to FALSE as default in vcgClost and vcgClostKD
- added vcgKDtree to use kdtree search from vcglib on pointclouds.
Rvcg 0.7.1: Stable release on CRAN
Windows version
OSX version
Linux version (source code)
Official release, also installable from CRAN
0.4
Windows version
OSX version
Linux version (source code)
Changes:
- pulled latest vcglib source
- removed superfluous space in README
- Create README.md
- renamed inst/COPYRIGHT to inst/COPYRIGHTS to comply with CRAN naming conventions.
- wrote extensive COPYRIGHT file
- wrapped filenames with path.expand in vcgPlyWrite and vcgPlyRead
- added faceBorderfromNone to HClaplacian smooth
- adapted taubin smooth to new vcglib parameters and used parsed object name as default string in vcgPlyWrite
- added copyright section in DESCRIPTION
- moved src/vcglib to inst/include and adapted paths in code
- added vcgPlyWrite for fast mesh export as ascii or binary ply file
- removed handy OCF usage in meshdefinitions because stupid R check complained.
- fixed Makevars, updated docu and minor code cleaning
- updated docu of vcgClost
- added option "smoothNormals" in vcgClost, returning (laplacian) smoothed normals
- improved examples in vcgSample
- added example to vcgMeshres fixed examples and check in vcgSmooth
- more options in vcgSample (PoissonDisk resampling)
- added vcgSample to create MonteCarlo or PoissonDisk samples
- check in Rintersect if the distance is actually > 0.
- formatting for better auto-processing of package building
- removed Rcpp test function as Rcpp is now well established