Browse Source

added differnt resolutions of test texture

Iver 1 month ago
parent
commit
fd7c3e6a03
5 changed files with 1 additions and 1 deletions
  1. BIN
      builds/librasteriver.so
  2. BIN
      builds/main.bin
  3. BIN
      image.tga
  4. 1 1
      src/launch program/main.c
  5. 0 0
      textures/test_texture_4_cube_256x256.bmp

BIN
builds/librasteriver.so


BIN
builds/main.bin


BIN
image.tga


+ 1 - 1
src/launch program/main.c

@@ -28,7 +28,7 @@ int main(){
     float min_y = -100;
     float max_y = 100;
 
-    RI_texture* texture = RI_load_image("textures/test_texture_4_cube.bmp");
+    RI_texture* texture = RI_load_image("textures/test_texture_4_cube_8192x8192.bmp");
 
     scene->actors[0] = RI_new_actor();
          

+ 0 - 0
textures/test_texture_4_cube.bmp → textures/test_texture_4_cube_256x256.bmp