MCPcopy Create free account
hub / github.com/microsoft/SandDance / renderModule

Function renderModule

docs/app/js/sanddance-app.js:124811–124817  ·  view source on GitHub ↗
(name, _)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected