/// <summary> /// This method loads the mesh and attaches it to a node and to the schenegraph /// </summary> private void LoadAnimation() { animationState = robotEntity.GetAnimationState(animationName); animationState.Loop = true; animationState.Enabled = true; }