source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/renderers/plugins/DepthPassPlugin.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.1 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]()</h3>
19 <div>
20 todo
21 </div>
22
23
24 <h2>Properties</h2>
25
26
27
28 <h3>.[page:boolean enabled]</h3>
29 <div>
30 todo
31 </div>
32
33 <h3>.[page:object renderTarget]</h3>
34 <div>
35 todo
36 </div>
37
38 <h2>Methods</h2>
39
40
41
42 <h3>.init([page:todo renderer]) [page:todo]</h3>
43 <div>
44 renderer -- todo
45 </div>
46 <div>
47 todo
48 </div>
49
50 <h3>.update([page:todo scene], [page:todo camera]) [page:todo]</h3>
51 <div>
52 scene -- todo <br />
53 camera -- todo
54 </div>
55 <div>
56 todo
57 </div>
58
59 <h3>.render([page:todo scene], [page:todo camera]) [page:todo]</h3>
60 <div>
61 scene -- todo <br />
62 camera -- todo
63 </div>
64 <div>
65 todo
66 </div>
67
68 <h2>Source</h2>
69
70 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
71 </body>
72</html>
Note: See TracBrowser for help on using the repository browser.