Merge pull request #176 from Schmarni-Dev/fix_3d_scene_example

fix 3d_scene example on runtimes that aren't WiVRn
This commit is contained in:
Schmarni
2025-02-20 21:18:15 +01:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ fn main() {
blend_modes: Some(vec![ blend_modes: Some(vec![
EnvironmentBlendMode::ALPHA_BLEND, EnvironmentBlendMode::ALPHA_BLEND,
EnvironmentBlendMode::ADDITIVE, EnvironmentBlendMode::ADDITIVE,
EnvironmentBlendMode::OPAQUE,
]), ]),
..Default::default() ..Default::default()
}, },