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

Function set_application_scene

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

Source from the content-addressed store, hash-verified

588 }
589
590 void set_application_scene(core::Scene* scene) { g_app_scene_context.set(scene); }
591
592 core::Scene* get_application_scene() { return g_app_scene_context.get(); }
593

Callers 14

SceneManagerMethod · 0.85
loadSplatFileMethod · 0.85
resetToEmptyStateMethod · 0.85
loadColmapCamerasOnlyMethod · 0.85
addGroupNodeMethod · 0.85
addPlySequenceNodeMethod · 0.85
addGeneratedSplatNodeMethod · 0.85
applyStateMethod · 0.85
SetUpMethod · 0.85

Calls 1

setMethod · 0.45

Tested by 3

SetUpMethod · 0.68
TearDownMethod · 0.68
TEST_FFunction · 0.68