Raycaster
This class is designed to assist with raycasting. Raycasting is used for mouse picking and more.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Checks all intersection between the ray and the objects with or without the descendants. Intersections are returned sorted by distance, closest first.
Checks all intersection between the ray and the objects with or without the descendants. Intersections are returned sorted by distance, closest first.
Attributes
Checks all intersection between the ray and the array of objects. Intersections are returned sorted by distance, closest first.
Checks all intersection between the ray and the array of objects. Intersections are returned sorted by distance, closest first.
Attributes
Updates the ray with a new origin and direction.
Updates the ray with a new origin and direction.
Attributes
Updates the ray with new origin and direction.
Updates the ray with new origin and direction.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
This value can be used to filter away intersections that are closer than the value.
This value can be used to filter away intersections that are closer than the value.