From 75a60d7ff7b2cf0e8e13b6ffddde295a0f41279d Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 19 Jun 2022 22:41:32 +0200 Subject: [PATCH] Added a 3 todos. --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index d41eb1208..85d34270e 100644 --- a/TODO.md +++ b/TODO.md @@ -48,3 +48,9 @@ - Add a raw shader type that can be written in the native graphics api language (support per backend shader implementation for it). It will likely need some easily parsable header for shader properties. This might simplify the creation of other backends. - Support for adding graphics backends from modules. This will require platform specific creation funcs. +## material_maker module + +- Polygon editor needs fixes, and likely an overhaul. +- Curve editor needs smaller fixes, and likely an overhaul. +- Port the rest of the nodes from material maker. +