[BUG] gizmoMove rootNote's ScaleMatrix's Z is non-work.
This commit is contained in:
@@ -37,8 +37,13 @@ namespace hgl
|
||||
|
||||
virtual ~SceneNode()=default;
|
||||
|
||||
void Clear()
|
||||
void Clear() override
|
||||
{
|
||||
SceneOrient::Clear();
|
||||
|
||||
BoundingBox.SetZero();
|
||||
LocalBoundingBox.SetZero();
|
||||
|
||||
SubNode.Clear();
|
||||
render_obj=nullptr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user