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

Method SetFilmResolution

samples/luxcoreui/luxcoreapp.cpp:231–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void LuxCoreApp::SetFilmResolution(const unsigned int width, const unsigned int height) {
232 // Close film related editors
233 filmChannelsWindow.Close();
234 filmOutputsWindow.Close();
235 filmRadianceGroupsWindow.Close();
236
237 targetFilmWidth = width;
238 targetFilmHeight = height;
239
240 StartRendering();
241}
242
243void LuxCoreApp::LoadRenderConfig(const std::string &fileName) {
244 DeleteRendering();

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected