Browse Source

Fixed broken video texture example.

Hope it's the last one. Also here performance is ok.
alteredq 14 years ago
parent
commit
5a684c29ea
1 changed files with 1 additions and 1 deletions
  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;