Browse Source

Bring back old triangle3dTex background color

rexim 2 years ago
parent
commit
a3c1d8c6db
2 changed files with 1 additions and 1 deletions
  1. 1 1
      demos/triangle3dTex.c
  2. BIN
      wasm/triangle3dTex.wasm

+ 1 - 1
demos/triangle3dTex.c

@@ -59,7 +59,7 @@ Olivec_Canvas vc_render(float dt)
     global_time += dt;
     global_time += dt;
 
 
     Olivec_Canvas oc1 = olivec_canvas(pixels1, WIDTH, HEIGHT, WIDTH);
     Olivec_Canvas oc1 = olivec_canvas(pixels1, WIDTH, HEIGHT, WIDTH);
-    olivec_fill(oc1, 0xFF202020);
+    olivec_fill(oc1, 0xFF181818);
     Olivec_Canvas zb1 = olivec_canvas((uint32_t*)zbuffer1, WIDTH, HEIGHT, WIDTH);
     Olivec_Canvas zb1 = olivec_canvas((uint32_t*)zbuffer1, WIDTH, HEIGHT, WIDTH);
     olivec_fill(zb1, 0);
     olivec_fill(zb1, 0);
 
 

BIN
wasm/triangle3dTex.wasm