mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
.
This commit is contained in:
@@ -125,9 +125,18 @@ int Window::init(float* data) {
|
||||
this->widget = new Widget(this->window);
|
||||
|
||||
// loop function for draw calls etc.
|
||||
while (!glfwWindowShouldClose(window)) {
|
||||
Window::tick();
|
||||
for (int i=296; i <= 306; i++) {
|
||||
this->widget->date = i;
|
||||
for (int j=0; j < 4; j++) {
|
||||
Window::tick();
|
||||
this->saveImage();
|
||||
this->widget->timestep = j;
|
||||
this->widget->datechanged = true;
|
||||
}
|
||||
}
|
||||
// while (!glfwWindowShouldClose(window)) {
|
||||
// Window::tick();
|
||||
// }
|
||||
|
||||
Window::free(data);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user