Adding lua scene description

This commit is contained in:
IlyaShurupov 2023-10-16 22:09:20 +03:00 committed by Ilya Shurupov
parent d6c326b83d
commit bb2b0b926f
9 changed files with 195 additions and 49 deletions

View file

@ -31,6 +31,7 @@ namespace tp {
struct RenderSettings {
alni samplesiPerPixel = 1;
alni rayBounces = 1;
Vec2I size;
};
public: