}        //end Heightmap32Renderer

        #endregion

        #region internal
        /// <summary>
        /// Sets the new size for the target heightmap.
        ///
        /// </summary>
        /// <param name="width">width The new width for the heightmap</param>
        /// <param name="height">height The new height for the heightmap</param>
        protected override void SetHeightmapSize(int width, int height)
        {
            _heightmap.SetSize(width, height);
        }        //end protected