feat(primitives_gallery): demo de mesh_viewer (cubo procedural + .obj loader)

Genera cubo procedural in-line (mesh_obj_parse de string), permite
cargar .obj desde un text input absoluto. Botones: Reload cube,
Wireframe toggle, Load .obj. Status line con tris count y
instrucciones (drag to orbit, wheel to zoom).

issue 0029
This commit is contained in:
2026-04-25 21:51:27 +02:00
parent b557433388
commit c1a3d72e59
4 changed files with 116 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ void demo_candlestick();
void demo_gauge();
void demo_heatmap();
void demo_table_view();
void demo_mesh_viewer(); // issue 0029
// --- Gfx ---
void demo_shader_canvas();