From 86c3b65a42c2c1303d67a6d28784bf59fd4d4c19 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 12 Mar 2024 21:53:41 +0800 Subject: [PATCH] fixed -normal bug in InlineGeometry.cpp --- src/SceneGraph/InlineGeometry.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SceneGraph/InlineGeometry.cpp b/src/SceneGraph/InlineGeometry.cpp index 0a3cbe44..f690eb89 100644 --- a/src/SceneGraph/InlineGeometry.cpp +++ b/src/SceneGraph/InlineGeometry.cpp @@ -483,9 +483,9 @@ namespace hgl if(np) { - *np=+x;++np; - *np=-y;++np; - *np=+z;++np; + *np=x;++np; + *np=y;++np; + *np=z;++np; } if(tcp)