source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/geometries/IcosahedronGeometry.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: 1023 bytes
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:PolyhedronGeometry] &rarr;
11 <h1>[name]</h1>
12
13 <div class="desc">A class for generating an icosahedron geometry.</div>
14
15
16 <h2>Constructor</h2>
17
18
19 <h3>[name]([page:Float radius], [page:Integer detail])</h3>
20 <div>
21 radius — Default is 1. <br />
22 detail — Default is 0. Setting this to a value greater than 0 adds more vertices making it no longer an icosahedron. When detail is greater than 1, it's effectively a sphere.
23 </div>
24
25
26 <h2>Properties</h2>
27
28
29 <div>
30 Each of the contructor parameters is accessible as a property of the same name. Any modification of these properties after instantiation does not change the geometry.
31 </div>
32
33
34 <h2>Source</h2>
35
36 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
37 </body>
38</html>
Note: See TracBrowser for help on using the repository browser.