HemisphereLightHelper.html 1.2 KB
Newer Older
1 2 3
<!DOCTYPE html>
<html lang="en">
	<head>
4
		<meta charset="utf-8" />
5 6 7 8 9
		<script src="../../../list.js"></script>
		<script src="../../../page.js"></script>
		<link type="text/css" rel="stylesheet" href="../../../page.css" />
	</head>
	<body>
10 11
		[page:Object3D] &rarr;
		
12
		<h1>[name]</h1>
M
Mr.doob 已提交
13

G
gero3 已提交
14
		<div class="desc">Creates a visual aid for a [page:HemisphereLight HemisphereLight].</div>
M
Mr.doob 已提交
15 16


17
		<h2>Constructor</h2>
M
Mr.doob 已提交
18

G
gero3 已提交
19
		<h3>[name]([page:HemisphereLight light], [page:Number sphereSize])</h3>
C
cjshannon 已提交
20
		<div>
G
gero3 已提交
21 22
		light -- The HemisphereLight. <br />
		sphereSize -- The size of the sphere that shows the location.
C
cjshannon 已提交
23 24
		</div>
		<div>
G
gero3 已提交
25
		Creates an helper for the hemispherelight.
C
cjshannon 已提交
26
		</div>
M
Mr.doob 已提交
27 28


29
		<h2>Properties</h2>
M
Mr.doob 已提交
30

31
		<h3>[property:Mesh lightSphere]</h3>
C
cjshannon 已提交
32
		<div>
G
gero3 已提交
33
		The sphere mesh that shows the location of the hemispherelight. 
C
cjshannon 已提交
34 35
		</div> 

36
		<h3>[property:HemisphereLight light]</h3>
C
cjshannon 已提交
37
		<div>
G
gero3 已提交
38
		Contains the HemisphereLight
C
cjshannon 已提交
39 40
		</div> 

M
Mr.doob 已提交
41

42
		<h2>Methods</h2>
M
Mr.doob 已提交
43

G
gero3 已提交
44
		<h3>[method:null update]()</h3>
C
cjshannon 已提交
45
		<div>
G
gero3 已提交
46
		Updates the helper to match the position and direction of the [page:.light].
C
cjshannon 已提交
47
		</div>
M
Mr.doob 已提交
48

M
Mr.doob 已提交
49

50
		<h2>Source</h2>
M
Mr.doob 已提交
51

52 53 54
		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
	</body>
</html>