From 5a684c29ea81dc6590dc3f0ff1616c51c3d61bb9 Mon Sep 17 00:00:00 2001 From: alteredq Date: Sat, 2 Apr 2011 21:06:37 +0200 Subject: [PATCH] Fixed broken video texture example. Hope it's the last one. Also here performance is ok. --- examples/webgl_materials_video.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webgl_materials_video.html b/examples/webgl_materials_video.html index 282bfbd1..a2bfe664 100644 --- a/examples/webgl_materials_video.html +++ b/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;