X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FOctree.hh;h=e69e1edf817b67e7b4567ac508e88883ea7de52c;hp=186961f00e7b3d28a55ea7e6bef9a69c7aceb945;hb=542e50a284c7f5b144a5c97c17f6d89b2af0175c;hpb=b887538a8ccc1c904f6aa24f0f6dcc23e0cc2f72 diff --git a/src/Moof/Octree.hh b/src/Moof/Octree.hh index 186961f..e69e1ed 100644 --- a/src/Moof/Octree.hh +++ b/src/Moof/Octree.hh @@ -98,7 +98,10 @@ struct OctreeNode : public Entity } if (!objects.empty()) + { aabb_.draw(); + sphere_.draw(); + } }