source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/ImageUtils.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: 2.5 KB
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>Properties</h2>
16
17
18
19 <h3>.[page:string crossOrigin]</h3>
20 <div>
21 todo
22 </div>
23
24 <h2>Methods</h2>
25
26
27
28 <h3>.generateDataTexture([page:todo width], [page:todo height], [page:todo color]) [page:todo]</h3>
29 <div>
30 width -- todo <br />
31 height -- todo <br />
32 color -- todo
33 </div>
34 <div>
35 todo
36 </div>
37
38 <h3>.parseDDS([page:todo buffer], [page:todo loadMipmaps]) [page:todo]</h3>
39 <div>
40 buffer -- todo <br />
41 loadMipmaps -- todo
42 </div>
43 <div>
44 todo
45 </div>
46
47 <h3>.loadCompressedTexture([page:todo url], [page:todo mapping], [page:todo onLoad], [page:todo onError]) [page:todo]</h3>
48 <div>
49 url -- todo <br />
50 mapping -- todo <br />
51 onLoad -- todo <br />
52 onError -- todo
53 </div>
54 <div>
55 todo
56 </div>
57
58 <h3>.loadTexture([page:String url], [page:UVMapping mapping], [page:Function onLoad], [page:Function onError]) [page:todo]</h3>
59 <div>
60 url -- the url of the texture<br />
61 mapping -- Can be an instance of [page:UVMapping Three.UVMapping], [page:CubeReflectionMapping THREE.CubeReflectionMapping], [page:SphericalReflectionMapping THREE.SphericalReflectionMapping] or [page:SphericalRefractionMapping THREE.SphericalRefractionMapping]. Describes how the image is applied to the object.<br />Use undefined instead of null as a default value. See mapping property of [page:Texture texture] for more details.
62 onLoad -- callback function<br />
63 onError -- callback function
64 </div>
65 <div>
66 todo
67 </div>
68
69 <h3>.getNormalMap([page:todo image], [page:todo depth]) [page:todo]</h3>
70 <div>
71 image -- todo <br />
72 depth -- todo
73 </div>
74 <div>
75 todo
76 </div>
77
78 <h3>.loadCompressedTextureCube([page:todo array], [page:todo mapping], [page:todo onLoad], [page:todo onError]) [page:todo]</h3>
79 <div>
80 array -- todo <br />
81 mapping -- todo <br />
82 onLoad -- todo <br />
83 onError -- todo
84 </div>
85 <div>
86 todo
87 </div>
88
89 <h3>.loadTextureCube([page:todo array], [page:todo mapping], [page:todo onLoad], [page:todo onError]) [page:todo]</h3>
90 <div>
91 array -- todo <br />
92 mapping -- todo <br />
93 onLoad -- todo <br />
94 onError -- todo
95 </div>
96 <div>
97 todo
98 </div>
99
100 <h2>Source</h2>
101
102 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
103 </body>
104</html>
Note: See TracBrowser for help on using the repository browser.