source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/cameras/CombinedCamera.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.6 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 width], [page:todo height], [page:todo fov], [page:todo near], [page:todo far], [page:todo orthoNear], [page:todo orthoFar])</h3>
19 <div>
20 width -- todo <br />
21 height -- todo <br />
22 fov -- todo <br />
23 near -- todo <br />
24 far -- todo <br />
25 orthoNear -- todo <br />
26 orthoFar -- todo
27 </div>
28 <div>
29 todo
30 </div>
31
32
33 <h2>Properties</h2>
34
35
36
37 <h3>.[page:todo fov]</h3>
38 <div>
39 todo
40 </div>
41
42 <h3>.[page:number right]</h3>
43 <div>
44 todo
45 </div>
46
47 <h3>.[page:number bottom]</h3>
48 <div>
49 todo
50 </div>
51
52 <h3>.[page:PerspectiveCamera cameraP]</h3>
53 <div>
54 todo
55 </div>
56
57 <h3>.[page:number top]</h3>
58 <div>
59 todo
60 </div>
61
62 <h3>.[page:number zoom]</h3>
63 <div>
64 todo
65 </div>
66
67 <h3>.[page:number far]</h3>
68 <div>
69 todo
70 </div>
71
72 <h3>.[page:number near]</h3>
73 <div>
74 todo
75 </div>
76
77 <h3>.[page:boolean inPerspectiveMode]</h3>
78 <div>
79 todo
80 </div>
81
82 <h3>.[page:OrthographicCamera cameraO]</h3>
83 <div>
84 todo
85 </div>
86
87 <h3>.[page:boolean inOrthographicMode]</h3>
88 <div>
89 todo
90 </div>
91
92 <h3>.[page:number left]</h3>
93 <div>
94 todo
95 </div>
96
97 <h2>Methods</h2>
98
99
100
101 <h3>.toBottomView() [page:todo]</h3>
102 <div>
103 todo
104 </div>
105
106 <h3>.setFov([page:todo fov]) [page:todo]</h3>
107 <div>
108 fov -- todo
109 </div>
110 <div>
111 todo
112 </div>
113
114 <h3>.toBackView() [page:todo]</h3>
115 <div>
116 todo
117 </div>
118
119 <h3>.setZoom([page:todo zoom]) [page:todo]</h3>
120 <div>
121 zoom -- todo
122 </div>
123 <div>
124 todo
125 </div>
126
127 <h3>.setLens([page:todo focalLength], [page:todo frameHeight]) [page:todo]</h3>
128 <div>
129 focalLength -- todo <br />
130 frameHeight -- todo
131 </div>
132 <div>
133 todo
134 </div>
135
136 <h3>.toFrontView() [page:todo]</h3>
137 <div>
138 todo
139 </div>
140
141 <h3>.toLeftView() [page:todo]</h3>
142 <div>
143 todo
144 </div>
145
146 <h3>.updateProjectionMatrix() [page:todo]</h3>
147 <div>
148 todo
149 </div>
150
151 <h3>.toTopView() [page:todo]</h3>
152 <div>
153 todo
154 </div>
155
156 <h3>.toOrthographic() [page:todo]</h3>
157 <div>
158 todo
159 </div>
160
161 <h3>.setSize([page:todo width], [page:todo height]) [page:todo]</h3>
162 <div>
163 width -- todo <br />
164 height -- todo
165 </div>
166 <div>
167 todo
168 </div>
169
170 <h3>.toPerspective() [page:todo]</h3>
171 <div>
172 todo
173 </div>
174
175 <h3>.toRightView() [page:todo]</h3>
176 <div>
177 todo
178 </div>
179
180 <h2>Source</h2>
181
182 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
183 </body>
184</html>
Note: See TracBrowser for help on using the repository browser.