Browse Source

updated readme

Iver 4 days ago
parent
commit
4b0946b890
2 changed files with 5 additions and 1 deletions
  1. 3 1
      readme.md
  2. 2 0
      src/headers/RI_types.h

+ 3 - 1
readme.md

@@ -13,6 +13,8 @@
 
 ## Roadmap
 
+### Roadmap is defunct due to new branch
+
 ### By End of December, 2025
 
  - [x] Basic texture support **`finished on November 26th, 2025`**
@@ -39,4 +41,4 @@
 
 ### By End of March, 2026
 
- - [ ] Animated textures will support GIF **`finished on January 9th, 2026`**
+ - [x] Animated textures will support GIF **`finished on January 9th, 2026`**

+ 2 - 0
src/headers/RI_types.h

@@ -173,6 +173,7 @@ typedef struct {
     RI_vector_3 scale;
     RI_mesh *mesh;
     RI_texture* texture;
+    RI_texture* normal_texture;
     int active;
     int material_index;
     uint16_t texture_frame;
@@ -188,6 +189,7 @@ typedef struct {
     unsigned char is_transformed;
     unsigned char is_shrunk;
     RI_texture texture;
+    RI_texture normal_texture;
 } RI_renderable_face;
 
 typedef struct {