Browse Source

empty

master
gjj 5 months ago
parent
commit
2af7b72f6b
  1. 2
      algoim/organizer/primitive.hpp

2
algoim/organizer/primitive.hpp

@ -762,6 +762,8 @@ struct VisiblePrimitiveRep {
std::vector<tensor3> tensors;
AABB aabb;
organizer::BlobTree subBlobTree;
bool isEmpty() const { return tensors.empty(); }
};
// hesai

Loading…
Cancel
Save