Add new Assignment version.
This commit is contained in:
parent
20cc279b72
commit
0653874165
3 changed files with 55 additions and 39 deletions
|
|
@ -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};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue