From a131e1b52dcf70aeeeccb41952f1b9eb21bfbfeb Mon Sep 17 00:00:00 2001 From: bloeys Date: Sat, 20 Apr 2024 11:14:29 +0400 Subject: [PATCH] Add todo regarding input package --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index e172298..6f59d4f 100755 --- a/main.go +++ b/main.go @@ -37,6 +37,7 @@ import ( - HDR - Cascaded shadow mapping - Skeletal animations + - In some cases we DO want input even when captured by UI. We need two systems within input package, one filtered and one not - Proper model loading (i.e. load model by reading all its meshes, textures, and so on together) - Create VAO struct independent from VBO to support multi-VBO use cases (e.g. instancing) ✅ - Renderer batching