文件名称:用于在 Bevy 中转换实体的 3d Gizmo。
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-18 13:30:44
gizmo bevy
Bevy 变换 Gizmo这个 Bevy 插件为场景中的实体添加了一个变换 Gizmo,允许您用鼠标拖动和旋转网格。演示.mp4 <video src="https://user-images.githubusercontent.com/2632925/119217311-33ac8a00-ba8e-11eb-9dfb-db0b9c13cd84.mp4" data-canonical-src="https://user-images.githubusercontent.com/2632925/119217311-33ac8a00-ba8e-11eb-9dfb-db0b9c13cd84.mp4" controls="controls" muted class="d-block rounded-bottom-2 width-fit" style="max-height:640px;"> 演示通过克隆此存储库并运行以下命令来运行 Gizmo 的最小实现:cargo run --example minimal特征选择指定网格时会出现预建变换 Gizmo翻译句柄旋转手柄Gizmo 总是在主渲染通
【文件预览】:
bevy_transform_gizmo-main
----Cargo.toml(797B)
----.github()
--------workflows()
----src()
--------picking.rs(3KB)
--------render_graph.rs(2KB)
--------lib.rs(24KB)
--------truncated_torus.rs(3KB)
--------normalization.rs(1KB)
--------cone.rs(3KB)
----examples()
--------minimal.rs(2KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(107B)