1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Improve custom_3d_three-d example (#1923)

* Use correct FBO to output

* custom_3d_three-d web

* Update .gitignore

* Do not free the FBO

* Use three-d 0.13

* ThreeDApp

* Only construct model and camera once

* Clean-up and docs

* Web build instructions

* Remove unused dependencies

* Update Cargo.lock

* Fix build

* More fixes

* omg
This commit is contained in:
Asger Nyman Christiansen
2022-08-17 21:33:34 +02:00
committed by GitHub
parent 39b63f6163
commit eeeb4b7de2
7 changed files with 264 additions and 211 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
/.*.json
/.vscode
/media/*
.DS_Store