source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/materials/LineDashedMaterial.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 [page:Material] &rarr;
11
12 <h1>[name]</h1>
13
14 <div class="desc">todo</div>
15
16
17 <h2>Constructor</h2>
18
19
20 <h3>[name]([page:todo parameters])</h3>
21 <div>
22 parameters -- todo
23 </div>
24 <div>
25 todo
26 </div>
27
28
29 <h2>Properties</h2>
30
31
32
33 <h3>.[page:number scale]</h3>
34 <div>
35 todo
36 </div>
37
38 <h3>.[page:Color color]</h3>
39 <div>
40 todo
41 </div>
42
43 <h3>.[page:boolean vertexColors]</h3>
44 <div>
45 todo
46 </div>
47
48 <h3>.[page:number dashSize]</h3>
49 <div>
50 todo
51 </div>
52
53 <h3>.[page:boolean fog]</h3>
54 <div>
55 todo
56 </div>
57
58 <h3>.[page:number gapSize]</h3>
59 <div>
60 todo
61 </div>
62
63 <h3>.[page:number linewidth]</h3>
64 <div>
65 todo
66 </div>
67
68 <h2>Methods</h2>
69
70
71
72 <h2>Source</h2>
73
74 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
75 </body>
76</html>
Note: See TracBrowser for help on using the repository browser.