You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: remove camera warmup when extracted view dynamic uniform offset synchronization is fixed
ExtractComponent,Reflect,)]pubstructGaussianCamera{pubwarmup:bool,}#[derive(Default)]pubstructGaussianCameraPlugin;implPluginforGaussianCameraPlugin{fnbuild(&self,app:&mutApp){
app.add_plugins(ExtractComponentPlugin::<GaussianCamera>::default());
app.add_systems(Update, apply_camera_warmup);}}// TODO: remove camera warmup when extracted view dynamic uniform offset synchronization is fixedfnapply_camera_warmup(mutcameras:Query<&mutGaussianCamera>,){formut camera in cameras.iter_mut(){if camera.warmup{info!("camera warmup...");
camera.warmup = false;}}}
The text was updated successfully, but these errors were encountered:
bevy_gaussian_splatting/src/camera.rs
Line 35 in 0a61402
The text was updated successfully, but these errors were encountered: