143 xArrow->SetLocalPosition(0, 0, 0);
144 xArrow->SetLocalRotation(0,
GZ_PI / 2, 0);
145 xArrow->SetMaterial(
"Default/TransRed");
146 this->AddChild(xArrow);
149 yArrow->SetLocalPosition(0, 0, 0);
150 yArrow->SetLocalRotation(-
GZ_PI / 2, 0, 0);
151 yArrow->SetMaterial(
"Default/TransGreen");
152 this->AddChild(yArrow);
155 zArrow->SetLocalPosition(0, 0, 0);
156 zArrow->SetLocalRotation(0, 0, 0);
157 zArrow->SetMaterial(
"Default/TransBlue");
158 this->AddChild(zArrow);