Beispiel #1
0
        void RemoveAll()
        {
            m_storage.RemoveAll();
            m_attr_storage.Clear();
            m_attr_stack.Clear();

            m_transform = Matrix4.Identity;
            UpdateMatrixRelations();
        }