1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Add an example of showing 3D using three-d (#1407)

This commit is contained in:
Emil Ernerfeldt
2022-03-23 11:06:33 +01:00
committed by GitHub
parent 85e3ec5027
commit c63bdeab67
5 changed files with 274 additions and 4 deletions

View File

@@ -73,3 +73,4 @@ image = { version = "0.24", default-features = false, features = [
] }
poll-promise = "0.1"
rfd = "0.8"
three-d = { git = "https://github.com/asny/three-d", rev = "fa475673e284e05b2f4e068769dce3ec5bcabc8d", default-features = false } # 2022-03-22