Skip to content

Commit

Permalink
scene.h: Increase number of triangles
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleMarais committed Oct 15, 2019
1 parent 14543ef commit 4280f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ struct Scene{
int nb_lights;
LightCube light_cubes[10];
int nb_triangles;
Triangle triangles[1000];
Triangle triangles[10000];
CameraCube camera_cube;
};

0 comments on commit 4280f88

Please sign in to comment.