source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/renderers/renderables/RenderableFace3.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.4 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 <h3>[name]()</h3>
25
26
27 <h2>Properties</h2>
28
29
30
31 <h3>.[page:array vertexNormalsModelView]</h3>
32 <div>
33 todo
34 </div>
35
36 <h3>.[page:Vector3 normalModel]</h3>
37 <div>
38 todo
39 </div>
40
41 <h3>.[page:object color]</h3>
42 <div>
43 todo
44 </div>
45
46 <h3>.[page:object material]</h3>
47 <div>
48 todo
49 </div>
50
51 <h3>.[page:array uvs]</h3>
52 <div>
53 todo
54 </div>
55
56 <h3>.[page:RenderableVertex v1]</h3>
57 <div>
58 todo
59 </div>
60
61 <h3>.[page:RenderableVertex v2]</h3>
62 <div>
63 todo
64 </div>
65
66 <h3>.[page:RenderableVertex v3]</h3>
67 <div>
68 todo
69 </div>
70
71 <h3>.[page:Vector3 normalModelView]</h3>
72 <div>
73 todo
74 </div>
75
76 <h3>.[page:Vector3 centroidModel]</h3>
77 <div>
78 todo
79 </div>
80
81 <h3>.[page:number vertexNormalsLength]</h3>
82 <div>
83 todo
84 </div>
85
86 <h3>.[page:object z]</h3>
87 <div>
88 todo
89 </div>
90
91 <h3>.[page:array vertexNormalsModel]</h3>
92 <div>
93 todo
94 </div>
95
96 <h2>Methods</h2>
97
98
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.