diff --git a/DESCRIPTION b/DESCRIPTION index 37df6262..ed081454 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -50,6 +50,7 @@ Suggests: raybevel LinkingTo: Rcpp, progress, RcppArmadillo RoxygenNote: 7.3.1 +Encoding: UTF-8 URL: https://www.rayshader.com, https://github.com/tylermorganwall/rayshader BugReports: https://github.com/tylermorganwall/rayshader/issues diff --git a/man/render_snapshot.Rd b/man/render_snapshot.Rd index 893bb12f..c2660499 100644 --- a/man/render_snapshot.Rd +++ b/man/render_snapshot.Rd @@ -34,7 +34,7 @@ render_snapshot( point_radius = 1, line_offset = 1e-07, thick_lines = TRUE, - line_radius = 0.5, + line_radius = 1, cache_scene = FALSE, reset_scene_cache = FALSE, new_page = TRUE,