Skip to content
Snippets Groups Projects
Commit a04d94bd authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#94] remove unnecessary line

parent 10661e87
No related branches found
No related tags found
1 merge request!77Resolve "SAF-R Module"
Pipeline #26530 passed
...@@ -100,8 +100,8 @@ vkcv::asset::TextureData render(const std::vector<Sphere> &spheres, const std::v ...@@ -100,8 +100,8 @@ vkcv::asset::TextureData render(const std::vector<Sphere> &spheres, const std::v
const int width = 800; const int width = 800;
const int height = 600; const int height = 600;
const int fov = M_PI/2.; const int fov = M_PI/2.;
std::vector<glm::vec3> framebuffer(width*height); std::vector<glm::vec3> framebuffer(width*height);
std::string path = "textures";
#pragma omp parallel for #pragma omp parallel for
for (size_t j = 0; j<height; j++) { for (size_t j = 0; j<height; j++) {
for (size_t i = 0; i<width; i++) { for (size_t i = 0; i<width; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment