Przeglądaj źródła

Fixed broken video texture example.

Hope it's the last one. Also here performance is ok.
alteredq 14 lat temu
rodzic
commit
5a684c29ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/webgl_materials_video.html

+ 1 - 1
examples/webgl_materials_video.html

@@ -137,7 +137,7 @@
 
 					material = materials[ cube_count ];
 
-					material.program = material_base.program;
+					//material.program = material_base.program;
 
 					material.hue = i/xgrid;
 					material.saturation = j/ygrid;