MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / MenuCamera

Method MenuCamera

samples/luxcoreui/uimenu.cpp:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250//------------------------------------------------------------------------------
251
252void LuxCoreApp::MenuCamera() {
253 if (session && ImGui::MenuItem("Print properties")) {
254 const luxrays::Properties &cameraProps = session->GetRenderConfig().
255 GetScene().ToProperties().GetAllProperties("scene.camera.");
256 LC_LOG("Current camera properties:" << endl << cameraProps.ToString());
257 }
258}
259
260//------------------------------------------------------------------------------
261// MenuTiles

Callers

nothing calls this directly

Calls 3

GetAllPropertiesMethod · 0.80
ToPropertiesMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected