Skip to content

Commit

Permalink
docs: todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Apr 29, 2024
1 parent 886f90d commit eee4dca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/surfel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use bevy::{
use bevy_interleave::prelude::*;


// TODO: automate extraction and asset loading via derive macro
// TODO: automate plugin & render pipeline
#[derive(
Debug,
Planar,
Expand All @@ -27,4 +29,18 @@ pub struct SurfelGaussian {
}


// TODO: render pipeline for surfel rendering
pub struct SurfelRenderPipelinePlugin;
impl Plugin for SurfelRenderPipelinePlugin {
fn build(&self, _app: &mut App) {

}

fn finish(&self, _app: &mut App) {

}
}


// TODO: extract surfel asset
// TODO: queue surfel clouds
// TODO: render surfel node
2 changes: 2 additions & 0 deletions src/surfel/surfel.wgsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// TODO: surfel render pipeline

0 comments on commit eee4dca

Please sign in to comment.