feat: stochastic alpha!!!

This commit is contained in:
Nova
2025-07-02 12:37:26 -07:00
parent 98ae69c858
commit 859d38f1b8
3 changed files with 9 additions and 19 deletions

View File

@@ -344,10 +344,10 @@ fn bevy_loop(
app.add_plugins((
bevy_sk::hand::HandPlugin,
// bevy_sk::vr_materials::SkMaterialPlugin {
// replace_standard_material: false,
// },
// bevy_sk::skytext::SphericalHarmonicsPlugin,
bevy_sk::vr_materials::SkMaterialPlugin {
replace_standard_material: true,
},
bevy_sk::skytext::SphericalHarmonicsPlugin,
));
// app.add_plugins(HandGizmosPlugin);
app.world_mut().resource_mut::<AmbientLight>().brightness = 2000.0;