summaryrefslogtreecommitdiff
path: root/devnotes
diff options
context:
space:
mode:
authorjussi2023-06-01 20:35:06 +0300
committerjussi2023-06-01 20:35:06 +0300
commit8008ebf1b041e837eecf54c3904156309508a2a8 (patch)
treedb5a570dcfb6dd2f9547d00763223eb7855050cc /devnotes
parent4e09bc7d617dc2b784d39aa54baeaae905bfa09b (diff)
downloadreilua-enhanced-8008ebf1b041e837eecf54c3904156309508a2a8.tar.gz
reilua-enhanced-8008ebf1b041e837eecf54c3904156309508a2a8.tar.bz2
reilua-enhanced-8008ebf1b041e837eecf54c3904156309508a2a8.zip
New rlgl functions and texture can be given as table.
Diffstat (limited to 'devnotes')
-rw-r--r--devnotes6
1 files changed, 3 insertions, 3 deletions
diff --git a/devnotes b/devnotes
index 5e6d655..0fd3027 100644
--- a/devnotes
+++ b/devnotes
@@ -20,8 +20,8 @@ Backlog {
* ImageDrawCircleLines
* ImageBlurGaussian
* Models
- * LoadMaterials
-
+ * LoadMaterials (Load materials from model file)
+ * LoadMaterialsFromModel (Could then for example edit and set back to model)
* Needs Testing
* UpdateTexture
* UpdateTextureRec
@@ -35,4 +35,4 @@ Backlog {
Bugs {
* CameraLib. Lateral movement is slower if looking down or up.
-} \ No newline at end of file
+}