AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Apache License 2.0
2.71k stars 660 forks source link

Bug fix: the half type doesn't satisfy std::is_arithmetic so the operator doesn't get instantiated #1893

Closed apradhana closed 2 months ago

apradhana commented 2 months ago

We are adding cwiseAdd template specialization on half type for Vec3 class. This is to address the issue encountered in PR-1723.