source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/lights/HemisphereLight.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.1 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:Object3D] &rarr; [page:Light] &rarr;
11
12 <h1>[name]</h1>
13
14 <div class="desc">A light source positioned directly above the scene.</div>
15
16 <h2>Constructor</h2>
17
18
19 <h3>[name]([page:Integer skyColorHex], [page:Integer groundColorHex], [page:Float intensity])</h3>
20 <div>
21 [page:Integer skyColorHex] — Numeric value of the RGB sky color.<br />
22 [page:Integer groundColorHex] — Numeric value of the RGB ground color.<br />
23 [page:Float intensity] — Numeric value of the light's strength/intensity.
24 </div>
25
26 <h2>Properties</h2>
27
28 <h3>.[page:Float groundColor]</h3>
29
30 <div>
31 Light's ground color.<br />
32 </div>
33
34 <h3>.[page:Float intensity]</h3>
35 <div>
36 Light's intensity.<br />
37 Default — *1.0*.
38 </div>
39
40 <h2>Methods</h2>
41
42
43 <h2>Source</h2>
44
45 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
46 </body>
47</html>
Note: See TracBrowser for help on using the repository browser.