From 3482eceea3d44be34230b9c9faf07306c72832be Mon Sep 17 00:00:00 2001 From: lisyarus Date: Sun, 7 Mar 2021 19:09:06 +0300 Subject: [PATCH] Update todo --- todo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 9325f578..e91bf5d0 100644 --- a/todo.md +++ b/todo.md @@ -1,3 +1,5 @@ +* util + * span: fix constness + create from vector * geom * Primitives of dynamic runtime size (Eigen-like) * Tests @@ -6,7 +8,7 @@ * gfx * add more pixmap fonts * painter should be 2D only, make a separate 3D painter - * implement proper .OBJ loader (with materials & vertex sharing) + * mesh: cleanup interface (more load_raw; use util::span) * deferred renderer * cascaded shadow maps * CPU frustum culling