Skip to content

Commit

Permalink
organize assets dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Nov 1, 2023
1 parent de09bb1 commit e04c5ac
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="./assets/block-logo.png" alt="UNAVI Logo" height="200" />
<img src="./assets/images/block-logo.png" alt="UNAVI Logo" height="200" />
<h1>UNAVI</h1>
<strong>An open source VR social platform.</strong>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/examples/demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn setup_world(
));

commands.spawn((SceneBundle {
scene: asset_server.load("catbot.vrm#Scene0"),
scene: asset_server.load("models/catbot.vrm#Scene0"),
transform: Transform::from_xyz(-3.0, 0.0, -10.0).with_rotation(Quat::from_rotation_y(PI)),
..default()
},));
Expand Down
2 changes: 1 addition & 1 deletion app/src/world/skybox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn setup_skybox(mut commands: Commands) {
});
}

const SKYBOX_URI: &str = "skybox-1-512.png";
const SKYBOX_URI: &str = "images/skybox-1-512.png";

pub fn create_skybox(
asset_server: Res<AssetServer>,
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed assets/malek.gltf
Binary file not shown.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and disable the other containers.
Or I may want to split up my service and run each container on a separate machine.

<div align="center">
<img src="../assets/server-architecture.png" height="600" />
<img src="../assets/images/server-architecture.png" height="600" />
</div>

## Containers
Expand Down

0 comments on commit e04c5ac

Please sign in to comment.