-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rayshader v0.38.0: Add variable point and line width support to `rend…
…er_points()` and `render_lines()`
- Loading branch information
1 parent
4a69c72
commit f9b2204
Showing
11 changed files
with
107 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Package: rayshader | ||
Type: Package | ||
Title: Create Maps and Visualize Data in 2D and 3D | ||
Version: 0.37.3 | ||
Date: 2024-02-19 | ||
Author: Tyler Morgan-Wall | ||
Version: 0.38.0 | ||
Date: 2024-03-28 | ||
Authors@R: | ||
person("Tyler", "Morgan-Wall", email = "[email protected]",role = c("aut", "cph", "cre"), | ||
comment = c(ORCID = "0000-0002-3131-3814")) | ||
Maintainer: Tyler Morgan-Wall <[email protected]> | ||
Description: Uses a combination of raytracing and multiple hill shading methods to produce 2D and 3D data visualizations and maps. Includes water detection and layering functions, programmable color palette generation, several built-in textures for hill shading, 2D and 3D plotting options, a built-in path tracer, 'Wavefront' OBJ file export, and the ability to save 3D visualizations to a 3D printable format. | ||
License: GPL-3 | ||
|
@@ -47,14 +49,9 @@ Suggests: | |
osmdata, | ||
raybevel | ||
LinkingTo: Rcpp, progress, RcppArmadillo | ||
RoxygenNote: 7.3.0 | ||
RoxygenNote: 7.3.1 | ||
URL: https://www.rayshader.com, | ||
https://github.com/tylermorganwall/rayshader | ||
BugReports: https://github.com/tylermorganwall/rayshader/issues | ||
Remotes: tylermorganwall/rayimage, | ||
tylermorganwall/rayrender, | ||
tylermorganwall/rayvertex, | ||
tylermorganwall/raybevel, | ||
dmurdoch/rgl | ||
Config/testthat/edition: 3 | ||
Additional_Repositories: https://github.com/tylermorganwall/raybevel | ||
Additional_repositories: https://tylermorganwall.r-universe.dev/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.