[pdal-commits] [PDAL/PDAL] 3c53ec: Add Cloth Simulation Filter (CSF)
    chambbj 
    noreply at github.com
       
    Fri Jan 17 08:27:05 PST 2020
    
    
  
  Branch: refs/heads/issue-2765-cloth-simulation-filter
  Home:   https://github.com/PDAL/PDAL
  Commit: 3c53ec6cea3133b75a678ccd5e9133ef6b87d26c
      https://github.com/PDAL/PDAL/commit/3c53ec6cea3133b75a678ccd5e9133ef6b87d26c
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)
  Changed paths:
    M CMakeLists.txt
    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
  Log Message:
  -----------
  Add Cloth Simulation Filter (CSF)
  Commit: 0364b477f0baca7b840b6d6f602b177bed30e7ca
      https://github.com/PDAL/PDAL/commit/0364b477f0baca7b840b6d6f602b177bed30e7ca
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)
  Changed paths:
    M CMakeLists.txt
    A cmake/openmp.cmake
  Log Message:
  -----------
  Move OpenMP find logic to cmake/openmp.cmake
  Commit: cf8efc44be8caa35f30dc2a37923b3e35fbbfac0
      https://github.com/PDAL/PDAL/commit/cf8efc44be8caa35f30dc2a37923b3e35fbbfac0
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)
  Changed paths:
    M CMakeLists.txt
    R cmake/openmp.cmake
  Log Message:
  -----------
  Proceed without any OpenMP finding
Compare: https://github.com/PDAL/PDAL/compare/3388a1091cae...cf8efc44be8c
    
    
More information about the pdal-commits
mailing list