bevy/examples/3d
Robert Swain ae4f809a52 Port bevy_gltf to pipelined-rendering (#2537)
# Objective

Port bevy_gltf to the pipelined-rendering branch.

## Solution

crates/bevy_gltf has been copied and pasted into pipelined/bevy_gltf2 and modifications were made to work with the pipelined-rendering branch. Notably vertex tangents and vertex colours are not supported.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-07-30 03:37:34 +00:00
..
3d_scene.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
3d_scene_pipelined.rs remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00
cornell_box_pipelined.rs remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00
load_gltf.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
load_gltf_pipelined.rs Port bevy_gltf to pipelined-rendering (#2537) 2021-07-30 03:37:34 +00:00
msaa.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
orthographic.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
parenting.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
pbr.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
pbr_pipelined.rs omni light -> point light 2021-07-24 16:43:37 -07:00
render_to_texture.rs SubGraphs, Views, Shadows, and more 2021-07-24 16:43:37 -07:00
shadow_biases_pipelined.rs remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00
spawner.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
texture.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
texture_pipelined.rs remove .system from pipelined code (#2538) 2021-07-26 23:44:23 +00:00
update_gltf_scene.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
wireframe.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
z_sort_debug.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00