|
@@ -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 />
|