fixed -normal bug in InlineGeometry.cpp
This commit is contained in:
parent
f6e61e70ce
commit
86c3b65a42
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user