source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/SceneUtils.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: 995 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 <h1>[name]</h1>
11
12 <div class="desc">todo</div>
13
14
15 <h2>Methods</h2>
16
17
18 <h3>.createMultiMaterialObject([page:todo geometry], [page:todo materials]) [page:todo]</h3>
19 <div>
20 geometry -- todo <br />
21 materials -- todo
22 </div>
23 <div>
24 todo
25 </div>
26
27 <h3>.attach([page:todo child], [page:todo scene], [page:todo parent]) [page:todo]</h3>
28 <div>
29 child -- todo <br />
30 scene -- todo <br />
31 parent -- todo
32 </div>
33 <div>
34 todo
35 </div>
36
37 <h3>.detach([page:todo child], [page:todo parent], [page:todo scene]) [page:todo]</h3>
38 <div>
39 child -- todo <br />
40 parent -- todo <br />
41 scene -- todo
42 </div>
43 <div>
44 todo
45 </div>
46
47 <h2>Source</h2>
48
49 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
50 </body>
51</html>
Note: See TracBrowser for help on using the repository browser.