refactor: use bevy_sk PbrMaterial instead of StandardMaterial
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -40,6 +40,7 @@ use bevy_mod_openxr::resources::{OxrFrameState, OxrFrameWaiter, OxrSessionConfig
|
||||
use bevy_mod_openxr::types::AppInfo;
|
||||
use bevy_mod_xr::camera::XrProjection;
|
||||
use bevy_mod_xr::session::{XrFirst, XrHandleEvents, XrSessionPlugin};
|
||||
use bevy_sk::vr_materials::PbrMaterial;
|
||||
use clap::Parser;
|
||||
use core::client::{Client, tick_internal_client};
|
||||
use core::entity_handle::EntityHandlePlugin;
|
||||
@@ -103,7 +104,7 @@ struct CliArgs {
|
||||
restore: Option<String>,
|
||||
}
|
||||
|
||||
pub type BevyMaterial = StandardMaterial;
|
||||
pub type BevyMaterial = PbrMaterial;
|
||||
|
||||
static STARDUST_INSTANCE: OnceLock<String> = OnceLock::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user