source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/objects/LensFlare.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: 1.0 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>Constructor</h2>
16
17
18 <h3>[name]([page:todo texture], [page:todo size], [page:todo distance], [page:todo blending], [page:todo color])</h3>
19 <div>
20 texture -- todo <br />
21 size -- todo <br />
22 distance -- todo <br />
23 blending -- todo <br />
24 color -- todo
25 </div>
26 <div>
27 todo
28 </div>
29
30
31 <h2>Properties</h2>
32
33
34
35 <h3>.[page:array lensFlares]</h3>
36 <div>
37 todo
38 </div>
39
40 <h3>.[page:Vector3 positionScreen]</h3>
41 <div>
42 todo
43 </div>
44
45 <h3>.[page:todo customUpdateCallback]</h3>
46 <div>
47 todo
48 </div>
49
50 <h2>Methods</h2>
51
52
53
54 <h3>.updateLensFlares() [page:todo]</h3>
55 <div>
56 todo
57 </div>
58
59 <h2>Source</h2>
60
61 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
62 </body>
63</html>
Note: See TracBrowser for help on using the repository browser.