diff --git a/docs/api/textures/DataTexture.html b/docs/api/textures/DataTexture.html index 192521c70f4d7a0c5d725a5a3f8a69c12a9d49db..223f088adeacec634e20846c4f21afc477ad3ad4 100644 --- a/docs/api/textures/DataTexture.html +++ b/docs/api/textures/DataTexture.html @@ -9,13 +9,15 @@

[name]

-
todo
+
+ Creates a texture directly from bitmapdata, width and height. +

Constructor

-

[name]([page:todo data], [page:todo width], [page:todo height], [page:todo format], [page:todo type], [page:todo mapping], [page:todo wrapS], [page:todo wrapT], [page:todo magFilter], [page:todo minFilter], [page:todo anisotropy])

+

[name]([page:ArraybufferView data], [page:Integer width], [page:Integer height], [page:number format], [page:number type], [page:number mapping], [page:number wrapS], [page:number wrapT], [page:number magFilter], [page:number minFilter], [page:number anisotropy])

data -- The data should be arraybufferview. It contains the data of image based on the type and format.
width -- The width of the image.