Add new Assignment version.

This commit is contained in:
hal8174 2024-05-02 11:09:34 +02:00
parent 20cc279b72
commit 0653874165
3 changed files with 55 additions and 39 deletions

View file

@ -11,14 +11,13 @@ private:
Vec3fa renderPixel(float x, float y, const ISPCCamera& camera, RayStats& stats, RandomSampler& sampler) override;
void drawGUI() override {
ImGui::ColorEdit3("Color", colorLight);
}
void initScene() override;
void standardScene();
void standardScenewithAreaLight();
void veachScene();
float colorLight[3] = {1.0f, 1.0f, 1.0f};
};