RaycasterIntersection
The intersection point of a raycaster intersection test.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
The 3D object that has been intersected.
The 3D object that has been intersected.
Attributes
The distance from the ray's origin to the intersection point.
The distance from the ray's origin to the intersection point.
Attributes
Some 3D objects e.g. Points provide the distance of the intersection to the nearest point on the ray. For other objects it will be undefined.
Some 3D objects e.g. Points provide the distance of the intersection to the nearest point on the ray. For other objects it will be undefined.
Attributes
The face that has been intersected.
The face that has been intersected.
Attributes
The face index.
The face index.
Attributes
The index number of the instance where the ray intersects the InstancedMesh.
The index number of the instance where the ray intersects the InstancedMesh.
Attributes
Interpolated normal vector at point of intersection.
Interpolated normal vector at point of intersection.
Attributes
The intersection point, in world coordinates.
The intersection point, in world coordinates.
Attributes
U,V coordinates at point of intersection.
U,V coordinates at point of intersection.