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

Function get_application_scene

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

Source from the content-addressed store, hash-verified

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
594 uint64_t get_scene_generation() { return g_app_scene_context.generation(); }
595

Callers 10

start_embedded_replFunction · 0.85
is_validMethod · 0.85
register_mesh2splatFunction · 0.85
num_gaussiansMethod · 0.85
selected_gaussiansMethod · 0.85
register_splat_simplifyFunction · 0.85
get_scene_internalFunction · 0.85
register_uiFunction · 0.85
get_render_sceneFunction · 0.85
TEST_FFunction · 0.85

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.68