19 #if !defined(__NORI_RENDER_H)
20 #define __NORI_RENDER_H
22 #include <nori/common.h>
24 #include <nori/block.h>
43 Scene* m_scene =
nullptr;
45 std::thread m_render_thread;
46 std::atomic<int> m_render_status;
47 std::atomic<float> m_progress;
Weighted pixel storage for a rectangular subregion of an image.
void renderScene(const std::string &filename)
Main scene data structure.