MCPcopy Create free account

hub / github.com/Game4all/vx_bevy / functions

Functions121 in github.com/Game4all/vx_bevy

Functionprocess_terrain_gen
Polls for finished gen tasks and put back the generated terrain into the voxel map
src/voxel/world/terrain.rs:46
Functionqueue_mesh_tasks
Queues meshing tasks for the chunks in need of a remesh.
src/voxel/world/meshing.rs:58
Functionqueue_terrain_gen
Queues the terrain gen async tasks for the newly created chunks.
src/voxel/world/terrain.rs:20
Functionrand1to3
(p: f32)
src/voxel/terraingen/noise.rs:43
Functionrand2to3
(p: Vec2)
src/voxel/terraingen/noise.rs:26
Methodregister_material
(&mut self, mat: MaterialRegistryInfo)
src/voxel/material.rs:90
Functionsdf_box
(p: Vec3, b: Vec3)
src/voxel/sdf.rs:28
Functionsdf_torus
(p: Vec3, t: Vec2)
src/voxel/sdf.rs:14
Functionsetup
(mut cmds: Commands)
src/main.rs:23
Functionsetup_sky_lighting
(mut cmds: Commands)
src/voxel/world/sky.rs:11
Methodshape_mask
(&self)
src/voxel/storage/chunk_map.rs:110
Methodspecialize
( _pipeline: &bevy::pbr::MaterialPipeline<Self>, descriptor: &mut bevy::render::render_resourc
src/voxel/render/chunk_material.rs:57
Functionstep_chunk_animation
Steps the chunk animation by one frame.
src/voxel/world/chunks_anim.rs:42
Functiontoggle_debug_ui_displays
( mut inputs: EventReader<KeyboardInput>, mut ui_state: ResMut<DebugUIState>, )
src/debug/debug_ui.rs:82
Functionupdate_chunk_material_singleton
( mut commands: Commands, mut materials: ResMut<Assets<GpuTerrainUniforms>>, chunk_material: ResMu
src/voxel/render/chunk_material.rs:72
Functionupdate_light_position
( sky_light_entity: Res<SkyLightEntity>, mut queries: ParamSet<( Query<&mut Transform>,
src/voxel/world/sky.rs:38
Functionupdate_player_pos
Updates the current chunk position for the current player.
src/voxel/world/chunks.rs:16
Functionupdate_view_chunks
Checks for the loaded chunks around the player and schedules loading of new chunks in sight
src/voxel/world/chunks.rs:33
Methodvertex_shader
()
src/voxel/render/chunk_material.rs:49
Methodvoxel_at
(&self, pos: IVec3)
src/voxel/storage/chunk_map.rs:37
Methodvoxel_at_mut
(&mut self, pos: IVec3)
src/voxel/storage/chunk_map.rs:47
← previous101–121 of 121, ranked by callers