Data Texture Update
@@ -57,6 +57,7 @@
// used the buffer to create a [name]
var texture = new THREE.DataTexture( data, width, height, THREE.RGBFormat );
+ texture.needsUpdate = true
</code>
<h2>Properties</h2>