Implement BVH based many-many clash with return struct.

This commit is contained in:
Dion Moult
2024-02-11 22:18:08 +11:00
parent c90f9c374f
commit 6cec57816e
4 changed files with 360 additions and 124 deletions
-1
View File
@@ -206,5 +206,4 @@
namespace std {
%template(float_array_3) array<double, 3>;
%template(vector_float_array_3) vector<array<double, 3>>;
}