Adding lua scene description

This commit is contained in:
IlyaShurupov 2023-10-16 22:09:20 +03:00
parent e00ab4059c
commit 517dc83c85
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: