Skip to content

Commit

Permalink
clean + result
Browse files Browse the repository at this point in the history
  • Loading branch information
the-nguyen committed Jun 3, 2024
1 parent ef64b1b commit f39d494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file added image_5-5s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions raytracer.cu
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ __global__ void KernelInit(Scene *s, TriangleIndices *indices, int indices_size,
cat->indices = indices;
cat->vertices_size = vertices_size;
cat->vertices = vertices;
printf("%d %d\n", indices_size, vertices_size);
// cat->normals_size;
// cat->normals;
// cat->uvs_size;
Expand Down Expand Up @@ -748,4 +747,4 @@ int main(int argc, char **argv) {
auto end_time = std::chrono::system_clock::now();
std::chrono::duration<double> run_time = end_time-start_time;
std::cout << "Rendering time: " << run_time.count() << " s\n";
}
}

0 comments on commit f39d494

Please sign in to comment.