bevy/examples/3d
andriyDev 2a5e9c1150
Switch most examples to use RenderStartup instead of finish and FromWorld. (#20124)
# Objective

- Progress towards #19887.
- I am avoiding dealing with the `occlusion_culling` example since it is
kinda annoying to resolve nicely (I will do so in another PR).

## Solution

- Rewrite these examples to replace FromWorld implementations with
systems and other resource changes with systems as well.

## Testing

- All the changed examples have been tested and still work.
2025-07-14 21:56:03 +00:00
..
3d_scene.rs
3d_shapes.rs Explanation for the '3d shapes' example (#19295) 2025-07-07 19:47:19 +00:00
3d_viewport_to_world.rs Refactor 3d_viewport_to_world example with let chains (#20071) 2025-07-10 02:37:56 +00:00
animated_material.rs
anisotropy.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
anti_aliasing.rs
atmosphere.rs
atmospheric_fog.rs
auto_exposure.rs
blend_modes.rs
bloom_3d.rs
camera_sub_view.rs
clearcoat.rs
clustered_decals.rs Rename send_event and similar methods to write_event (#20017) 2025-07-07 22:05:16 +00:00
color_grading.rs
decal.rs
deferred_rendering.rs
depth_of_field.rs
edit_material_on_gltf.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
fog_volumes.rs
fog.rs Update bevy website link in newer code (#19874) 2025-06-30 23:24:36 +00:00
generate_custom_mesh.rs
irradiance_volumes.rs Make IrradianceVolume require LightProbe (and document this). (#19621) 2025-06-13 17:09:31 +00:00
light_textures.rs Rename send_event and similar methods to write_event (#20017) 2025-07-07 22:05:16 +00:00
lighting.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
lightmaps.rs
lines.rs Type erased materials (#19667) 2025-06-27 22:57:24 +00:00
load_gltf_extras.rs
load_gltf.rs
manual_material.rs Switch most examples to use RenderStartup instead of finish and FromWorld. (#20124) 2025-07-14 21:56:03 +00:00
mesh_ray_cast.rs
meshlet.rs Meshlet BVH Culling (#19318) 2025-06-29 00:04:21 +00:00
mixed_lighting.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
motion_blur.rs
occlusion_culling.rs Allow calling add_render_graph_node on World. (#19912) 2025-07-02 14:56:18 +00:00
order_independent_transparency.rs
orthographic.rs
parallax_mapping.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
parenting.rs
pbr.rs
pcss.rs
post_processing.rs
query_gltf_primitives.rs
reflection_probes.rs
render_to_texture.rs
rotate_environment_map.rs
scrolling_fog.rs
shadow_biases.rs
shadow_caster_receiver.rs
skybox.rs
solari.rs Use PluginGroup for SolariPlugins (#20044) 2025-07-09 18:31:39 +00:00
specular_tint.rs
spherical_area_lights.rs
split_screen.rs
spotlight.rs
ssao.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
ssr.rs
texture.rs
tonemapping.rs
transmission.rs
transparency_3d.rs
two_passes.rs
update_gltf_scene.rs
vertex_colors.rs
visibility_range.rs
volumetric_fog.rs
wireframe.rs