mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -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:
committed by
GitHub
parent
39b63f6163
commit
eeeb4b7de2
@@ -14,3 +14,7 @@ If you are content of having egui sit on top of a 3D background, take a look at:
|
||||
```sh
|
||||
cargo run -p custom_3d_three-d
|
||||
```
|
||||
|
||||
```
|
||||
wasm-pack build examples/custom_3d_three-d --target web
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user