pybevy 0.2.1

PyBevy: A Python Real-Time Engine Built on Bevy
# 3D Examples

PyBevy ports of Bevy [3d examples](https://github.com/bevyengine/bevy/tree/v0.18.0/examples/3d).

| PyBevy | Bevy source |
|--------|-------------|
| [3d_scene.py]3d_scene.py | [3d_scene.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/3d_scene.rs |
| [3d_shapes.py]3d_shapes.py | [3d_shapes.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/3d_shapes.rs |
| [animated_material.py]animated_material.py | [animated_material.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/animated_material.rs |
| [bloom_3d.py]bloom_3d.py | [bloom_3d.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/bloom_3d.rs |
| [color_grading.py]color_grading.py | [color_grading.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/color_grading.rs |
| [fog.py]fog.py | [fog.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/fog.rs |
| [glb.py]glb.py | [glb.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/glb.rs |
| [lighting.py]lighting.py | [lighting.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/lighting.rs |
| [orthographic.py]orthographic.py | [orthographic.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/orthographic.rs |
| [parenting.py]parenting.py | [parenting.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/parenting.rs |
| [spherical_area_lights.py]spherical_area_lights.py | [spherical_area_lights.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/spherical_area_lights.rs |
| [ssao.py]ssao.py | [ssao.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/ssao.rs |
| [texture.py]texture.py | [texture.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/texture.rs |
| [vertex_colors.py]vertex_colors.py | [vertex_colors.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/vertex_colors.rs |
| [wireframe.py]wireframe.py | [wireframe.rs]https://github.com/bevyengine/bevy/blob/v0.18.0/examples/3d/wireframe.rs |