From 901bbbb4d70839d0a6927b6c6519e9664f938fe6 Mon Sep 17 00:00:00 2001 From: gjj Date: Thu, 10 Oct 2024 18:01:05 +0800 Subject: [PATCH] half plane --- algoim/organizer/primitive.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/algoim/organizer/primitive.hpp b/algoim/organizer/primitive.hpp index fb16bee..a9466e1 100644 --- a/algoim/organizer/primitive.hpp +++ b/algoim/organizer/primitive.hpp @@ -750,9 +750,6 @@ void makeHalfPlane(const HalfPlaneDesc& halfPlaneDesc, VisiblePrimitiveRep& visi tensor.m(uvector3(1, 0, 0)) = halfPlaneDesc.normal(0); tensor.m(uvector3(0, 1, 0)) = halfPlaneDesc.normal(1); tensor.m(uvector3(0, 0, 1)) = halfPlaneDesc.normal(2); - - // AABB - visiblePrimitive.aabb.extend(halfPlaneDesc.basePt); } void makeMesh(const MeshDesc& mesh, VisiblePrimitiveRep& visiblePrimitive)