Crates.io | bevy_sun_gizmo |
lib.rs | bevy_sun_gizmo |
version | 0.1.1 |
source | src |
created_at | 2024-04-20 12:46:26.181826 |
updated_at | 2024-04-21 14:31:01.773822 |
description | A simple gizmo for directional lights in Bevy |
homepage | https://github.com/davidasberg/bevy_sun_gizmo |
repository | https://github.com/davidasberg/bevy_sun_gizmo |
max_upload_size | |
id | 1214579 |
size | 121,774 |
Bevy Sun Gizmo is a plugin for the Bevy game engine that provides a simple gizmo for visualizing and controlling the direction of the sun (main directional light) in a 3D scene. It is heavily inspired by gizmo and controller found in Unreal Engine.
Hold RightCtrl + L to invoke the controller and gizmo, then use the mouse to change the direction of the sun.
Add the plugin:
.add_plugins(SunGizmoPlugin)
Check out the examples for more details.
bevy | bevy_sun_gizmo |
---|---|
0.13 | 0.1.0 |
All code in this repository is dual-licensed under either:
at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both.