bevy/examples/3d
jiang heng dfac3b9bfd
Fix window close in example cause panic (#17533)
# Objective

Fixes #17532 

## Solution

- check window valide
2025-01-28 05:37:23 +00:00
..
3d_scene.rs
3d_shapes.rs
3d_viewport_to_world.rs Fix window close in example cause panic (#17533) 2025-01-28 05:37:23 +00:00
animated_material.rs
anisotropy.rs
anti_aliasing.rs
atmosphere.rs Procedural atmospheric scattering (#16314) 2025-01-23 22:52:46 +00:00
atmospheric_fog.rs
auto_exposure.rs
blend_modes.rs
bloom_3d.rs
camera_sub_view.rs
clearcoat.rs
clustered_decals.rs Disable clustered decals on Metal. (#17554) 2025-01-27 05:39:07 +00:00
color_grading.rs Relationships (non-fragmenting, one-to-many) (#17398) 2025-01-18 22:20:30 +00:00
decal.rs Forward decals (port of bevy_contact_projective_decals) (#16600) 2025-01-15 02:31:30 +00:00
deferred_rendering.rs
depth_of_field.rs
fog_volumes.rs
fog.rs
generate_custom_mesh.rs
irradiance_volumes.rs
lighting.rs
lightmaps.rs
lines.rs
load_gltf_extras.rs
load_gltf.rs
mesh_ray_cast.rs
meshlet.rs Add external assets to .gitignore (#17388) 2025-01-17 01:20:14 +00:00
mixed_lighting.rs Parent -> ChildOf (#17427) 2025-01-20 22:13:29 +00:00
motion_blur.rs
occlusion_culling.rs Implement experimental GPU two-phase occlusion culling for the standard 3D mesh pipeline. (#17413) 2025-01-27 05:02:46 +00:00
order_independent_transparency.rs Relationships (non-fragmenting, one-to-many) (#17398) 2025-01-18 22:20:30 +00:00
orthographic.rs
parallax_mapping.rs
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
specular_tint.rs Add support for specular tints and maps per the KHR_materials_specular glTF extension. (#14069) 2025-01-26 20:38:46 +00:00
spherical_area_lights.rs
split_screen.rs Rename TargetCamera to UiTargetCamera (#17403) 2025-01-19 19:56:57 +00:00
spotlight.rs
ssao.rs
ssr.rs
texture.rs
tonemapping.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
transmission.rs
transparency_3d.rs
two_passes.rs
update_gltf_scene.rs
vertex_colors.rs
visibility_range.rs Parent -> ChildOf (#17427) 2025-01-20 22:13:29 +00:00
volumetric_fog.rs
wireframe.rs