Add textured OBJ model rendering

This commit is contained in:
lenn
2026-06-25 17:41:18 +08:00
parent ec46e53c75
commit 156df50d33
14 changed files with 1777 additions and 20 deletions

View File

@@ -1,13 +1,15 @@
mod app;
mod connection;
mod matrix;
mod model;
mod recording;
mod render;
mod resources;
mod serial_core;
mod texture;
mod theme;
mod ui;
mod utils;
mod model;
use app::EskinDesktopApp;
use eframe::egui;