mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 04:56:01 +10:00
Fixed broken video texture example.
Hope it's the last one. Also here performance is ok.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user