Raycaster class
Methods
-
ascSort(Intersection a, Intersection b)
→ int
-
-
intersectObject(Object3D object, bool recursive, [List<Intersection>? intersects])
→ List<Intersection>
-
-
intersectObject4(Object3D object, Raycaster raycaster, List<Intersection> intersects, bool recursive)
→ void
-
-
intersectObjects(List<Object3D> objects, bool recursive, [List<Intersection>? intersects])
→ List<Intersection>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
set(Vector3 origin, Vector3 direction)
→ void
-
-
setFromCamera(Vector2 coords, Camera camera)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited