bevy_gaussian_splatting icon indicating copy to clipboard operation
bevy_gaussian_splatting copied to clipboard

async CPU sort to prevent frame drops on large clouds

Open github-actions[bot] opened this issue 1 year ago • 0 comments

https://github.com/mosure/bevy_gaussian_splatting/blob/507a28dda771518415d762f85db7607ea60bfbe8/src/sort/std.rs#L26


    }
}

// TODO: async CPU sort to prevent frame drops on large clouds
pub fn std_sort(
    asset_server: Res<AssetServer>,
    gaussian_clouds_res: Res<Assets<GaussianCloud>>,

github-actions[bot] avatar Jan 02 '24 07:01 github-actions[bot]