Skip to content

Commit

Permalink
[release] 256 too ka
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Aug 16, 2022
1 parent 404fdee commit a12ccb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenovis/include/zenovis/DrawOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct DrawOptions {
bool enable_gi = false;
bool smooth_shading = false;
bool normal_check = false;
int num_samples = 1;
int num_samples = 16;

glm::vec3 bgcolor{0.23f, 0.23f, 0.23f};
};
Expand Down

0 comments on commit a12ccb4

Please sign in to comment.