提交 fb4d4c4c 编写于 作者: G gero3

Update DataTexture.html

上级 ef2ed34b
......@@ -9,13 +9,15 @@
<body>
<h1>[name]</h1>
<div class="desc">todo</div>
<div class="desc">
Creates a texture directly from bitmapdata, width and height.
</div>
<h2>Constructor</h2>
<h3>[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])</h3>
<h3>[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])</h3>
<div>
data -- The data should be arraybufferview. It contains the data of image based on the type and format.<br />
width -- The width of the image. <br />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册