void RotValueChanged(float rot)
    {
        mMesh.SetRotation(rot);

        /*if (Mathf.Abs(rot - 360) < float.Epsilon)
         * {
         *      mMesh.ReconcileNormals();
         * }*/
    }