Skip to content

Commit

Permalink
cant load json like that
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadeperfect committed Aug 27, 2024
1 parent ec8a836 commit 6a0242b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
use bevy::{
animation::animate_targets,
core_pipeline::{bloom::BloomSettings, tonemapping::Tonemapping},
gltf::GltfPlugin,
prelude::*,
render::{
animation::animate_targets, asset::AssetMetaCheck, core_pipeline::{bloom::BloomSettings, tonemapping::Tonemapping}, gltf::GltfPlugin, prelude::*, render::{
mesh::{skinning::SkinnedMesh, MeshVertexAttribute},
render_resource::VertexFormat,
},
scene::SceneInstanceReady,
}, scene::SceneInstanceReady
};
use bevy_egui::{egui, EguiContexts, EguiPlugin};
use bevy_panorbit_camera::{PanOrbitCamera, PanOrbitCameraPlugin};
Expand Down Expand Up @@ -142,7 +137,9 @@ fn setup(
..default()
},
WireframeSettings {
gltf_path: Some(String::from(ASTROPATH)),
gltf_path: None,
// gltf_path: Some(String::from(ASTROPATH)),

},
))
.id();
Expand Down

0 comments on commit 6a0242b

Please sign in to comment.