Browse Source

Fixed broken video texture example.

Hope it's the last one. Also here performance is ok.
alteredq 14 năm trước cách đây
mục cha
commit
5a684c29ea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;