Exemplo n.º 1
0
        public void Clear()
        {
            // Clear the shadows atlas infos and requests
            m_Atlas.Clear();
            m_CascadeAtlas.Clear();

            m_ShadowRequests.Clear();
        }
        public void Clear()
        {
            // Clear the shadows atlas infos and requests
            m_Atlas.Clear();
            m_CascadeAtlas.Clear();
            m_ShadowResolutionRequests.Clear();

            m_ShadowRequestCount = 0;
            m_CascadeCount       = 0;
        }