raycast method

void raycast(
  1. Raycaster raycaster,
  2. List<Intersection> intersects
)

Implementation

void raycast(Raycaster raycaster, List<Intersection> intersects) {
  print("Object3D raycast todo ");
}