(name, _)
| 124809 | }; |
| 124810 | modules[None] = {}; |
| 124811 | function renderModule(name, _) { |
| 124812 | name = String(name || "").toLowerCase(); |
| 124813 | if (arguments.length > 1) { |
| 124814 | modules[name] = _; |
| 124815 | return this; |
| 124816 | } else return modules[name]; |
| 124817 | } |
| 124818 | function intersect(scene, bounds20, filter) { |
| 124819 | const hits = [], // intersection results |
| 124820 | box = new Bounds().union(bounds20), // defensive copy |
nothing calls this directly
no outgoing calls
no test coverage detected