* Reverse Z Sorting function * @ignore
(a, b)
| 1037 | * @ignore |
| 1038 | */ |
| 1039 | _sortReverseZ(a, b) { |
| 1040 | return a.pos.z - b.pos.z; |
| 1041 | } |
| 1042 | |
| 1043 | /** |
| 1044 | * Camera-distance sorting function used by `sortOn = "depth"`. |
no outgoing calls
no test coverage detected