diff --git a/docs/api/textures/DataTexture.html b/docs/api/textures/DataTexture.html index 04acafe7b664433a4a8d8d1bca9a6c52323ec956..77ec3d1ea48892e5d76f6663ef5a9cd78a8f9fb1 100644 --- a/docs/api/textures/DataTexture.html +++ b/docs/api/textures/DataTexture.html @@ -57,6 +57,7 @@ // used the buffer to create a [name] var texture = new THREE.DataTexture( data, width, height, THREE.RGBFormat ); + texture.needsUpdate = true

Properties