[pdal-commits] [PDAL/PDAL] 4b774b: Add Cloth Simulation Filter (CSF)
chambbj
noreply at github.com
Tue Feb 11 10:48:58 PST 2020
Branch: refs/heads/issue-2765-cloth-simulation-filter
Home: https://github.com/PDAL/PDAL
Commit: 4b774bdaf9e5f22d3f5d3acc416f85c5f0d02b2f
https://github.com/PDAL/PDAL/commit/4b774bdaf9e5f22d3f5d3acc416f85c5f0d02b2f
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M doc/references.rst
A doc/stages/filters.csf.rst
M doc/stages/filters.rst
A filters/CSFilter.cpp
A filters/CSFilter.hpp
A filters/private/csf/CSF.cpp
A filters/private/csf/CSF.h
A filters/private/csf/Cloth.cpp
A filters/private/csf/Cloth.h
A filters/private/csf/Constraint.cpp
A filters/private/csf/Constraint.h
A filters/private/csf/Particle.cpp
A filters/private/csf/Particle.h
A filters/private/csf/Rasterization.cpp
A filters/private/csf/Rasterization.h
A filters/private/csf/Vec3.h
A filters/private/csf/XYZReader.cpp
A filters/private/csf/XYZReader.h
A filters/private/csf/c2cdist.cpp
A filters/private/csf/c2cdist.h
A filters/private/csf/point_cloud.cpp
A filters/private/csf/point_cloud.h
M test/unit/CMakeLists.txt
A test/unit/filters/CSFilterTest.cpp
Log Message:
-----------
Add Cloth Simulation Filter (CSF)
* OpenMP intentionally left out for now
More information about the pdal-commits
mailing list