From 5cec598a02ea4ec4ec962fa432713985ed5fc9b7 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 6 Jul 2025 15:12:02 +0800 Subject: [PATCH] =?UTF-8?q?BoundingBoxCreateInfo=E6=94=B9=E6=88=90?= =?UTF-8?q?=E6=9E=84=E9=80=A0=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/graph/InlineGeometry.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/hgl/graph/InlineGeometry.h b/inc/hgl/graph/InlineGeometry.h index 935d1a56..4ea60832 100644 --- a/inc/hgl/graph/InlineGeometry.h +++ b/inc/hgl/graph/InlineGeometry.h @@ -151,11 +151,11 @@ namespace hgl public: - BoundingBoxCreateInfo() + BoundingBoxCreateInfo(bool n=false,ColorType ct=ColorType::NoColor) { - normal=false; + normal=n; - color_type=ColorType::NoColor; + color_type=ct; } };//struct BoundingBoxCreateInfo