Bläddra i källkod

Update Raycaster.html

gpresland 7 år sedan
förälder
incheckning
d1f9c7d575
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/api/core/Raycaster.html

+ 1 - 1
docs/api/core/Raycaster.html

@@ -78,7 +78,7 @@
 		[page:Vector3 origin] — The origin vector where the ray casts from.<br />
 		[page:Vector3 origin] — The origin vector where the ray casts from.<br />
 		[page:Vector3 direction] — The direction vector that gives direction to the ray. Should be normalized.<br />
 		[page:Vector3 direction] — The direction vector that gives direction to the ray. Should be normalized.<br />
 		[page:Float near] — All results returned are further away than near. Near can't be negative. Default value is 0.<br />
 		[page:Float near] — All results returned are further away than near. Near can't be negative. Default value is 0.<br />
-		[page:Float far] — All results returned are closer then far. Far can't be lower then near . Default value is Infinity.
+		[page:Float far] — All results returned are closer than far. Far can't be lower than near. Default value is Infinity.
 		</p>
 		</p>
 		<p>
 		<p>
 		This creates a new raycaster object.<br />
 		This creates a new raycaster object.<br />