menu
openworld package
documentation
three_dart/three3d/core/index.dart
Raycaster
ascSort method
ascSort method
dark_mode
light_mode
ascSort
method
int
ascSort
(
Intersection
a
,
Intersection
b
)
Implementation
int ascSort(Intersection a, Intersection b) { return a.distance - b.distance >= 0 ? 1 : -1; }
openworld package
documentation
three_dart/three3d/core/index
Raycaster
ascSort method
Raycaster class