AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Mozilla Public License 2.0
2.62k stars 647 forks source link

Fixing build issue caused by adding cwiseAdd in `math/Vec3.h` #1894

Closed apradhana closed 2 weeks ago

apradhana commented 2 weeks ago

Template specialization of cwiseAdd for Vec3 half-type should be in be in Types.h instead of in math/Vec3.h.

apradhana commented 2 weeks ago

Thank you for approving this, @danrbailey!