Skip to content

Commit

Permalink
Rename render module -> mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Dec 1, 2024
1 parent 4725277 commit 421658d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/infinigen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub mod camera;
pub mod chunks;
pub mod cursor;
pub mod debug;
pub mod render;
pub mod mesh;
pub mod scene;
pub mod settings;
pub mod world;
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/infinigen/src/scene/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::chunks::registry::ChunkStatus;
use crate::chunks::tasks::RequestChunkEvent;
use crate::scene::RequestChunkOp;
use crate::{
render::mesh::{bevy_mesh_greedy_quads, bevy_mesh_visible_block_faces},
mesh::mesh::{bevy_mesh_greedy_quads, bevy_mesh_visible_block_faces},
world::World,
};
use infinigen_common::{
Expand Down

0 comments on commit 421658d

Please sign in to comment.