source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/textures/DataTexture.html@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 1021 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <script src="../../list.js"></script>
6 <script src="../../page.js"></script>
7 <link type="text/css" rel="stylesheet" href="../../page.css" />
8 </head>
9 <body>
10 <h1>[name]</h1>
11
12 <div class="desc">todo</div>
13
14
15 <h2>Constructor</h2>
16
17
18 <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>
19 <div>
20 data -- todo <br />
21 width -- todo <br />
22 height -- todo <br />
23 format -- todo <br />
24 type -- todo <br />
25 mapping -- todo <br />
26 wrapS -- todo <br />
27 wrapT -- todo <br />
28 magFilter -- todo <br />
29 minFilter -- todo <br />
30 anisotropy -- todo
31 </div>
32 <div>
33 todo
34 </div>
35
36
37 <h2>Properties</h2>
38
39
40
41 <h2>Methods</h2>
42
43
44
45 <h2>Source</h2>
46
47 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
48 </body>
49</html>
Note: See TracBrowser for help on using the repository browser.