threedb.main¶
The master of 3DB which is responsible for initializing controls, defining the search space, and scheduling the rendering tasks.
-
threedb.main.
load_config
(fpath: str) → Dict[str, Any]¶ Loads a configuration from a path to a YAML file, allows for inheritance between files using the
base_config
key.- Parameters
path (str) – Path to the (YAML) config file