1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

WIP: move 3d rendering example into egui_demo_lib

This commit is contained in:
Emil Ernerfeldt
2022-03-20 23:01:40 +01:00
parent 4922b1912b
commit 3ff55be4be
11 changed files with 278 additions and 58 deletions

View File

@@ -1,7 +1,6 @@
use crate::{glow_wrapping::WrappedGlowPainter, *};
use egui::TexturesDelta;
pub use egui::{pos2, Color32};
use epi::Renderer as _;
// ----------------------------------------------------------------------------

View File

@@ -1,5 +1,6 @@
use egui::{ClippedPrimitive, Rgba};
use egui_glow::glow;
use epi::Renderer as _;
use wasm_bindgen::JsCast;
use wasm_bindgen::JsValue;
use web_sys::HtmlCanvasElement;