MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / get_rendering_manager

Function get_rendering_manager

src/python/python_runtime.cpp:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257 void set_rendering_manager(vis::RenderingManager* rm) { g_rendering_manager.store(rm); }
258 vis::RenderingManager* get_rendering_manager() { return g_rendering_manager.load(); }
259
260 void set_editor_context(vis::EditorContext* ec) {
261 g_editor_context.store(ec);

Callers 5

NB_MODULEFunction · 0.85
register_uiFunction · 0.85
get_lod_statsFunction · 0.85
get_rmFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected