renamed to ChildNode instead of SubNode

This commit is contained in:
2024-10-06 16:49:08 +08:00
parent b9fbab56f1
commit 2f34d556e4
7 changed files with 15 additions and 28 deletions

View File

@@ -60,6 +60,8 @@ bool InitGizmoRotateStaticMesh()
white_torus->SetLocalNormal(AxisVector::X);
TransformFaceToCamera *rotate_white_torus_tfc=new TransformFaceToCamera();
//暂时因为无法传入Camera所以无法正确计算朝向正在设计Actor/World结构
white_torus->GetTransform().AddTransform(rotate_white_torus_tfc);