فهرست منبع

Fixed broken video texture example.

Hope it's the last one. Also here performance is ok.
alteredq 14 سال پیش
والد
کامیت
5a684c29ea
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;