-
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.37.0:
render_buildings()
, render_beveled_polygons()
,…
… bugfixes and improvements! -Add support for beveled polygons and 3D buildings via the `raybevel` package -Add support for -Greatly speed up `render_contours()` and `render_path()` -`render_camera()` Fix orientation when phi = 90 -`render_obj()` Add `lit` option and custom lighting arguments -Center coordinate system at exactly 0/0 -`plot_3d()` Ensure everything is built from rgl triangle primitives -`render_polygons()` add relative light angle option -`add_overlay()` return original image if other is NULL -`plot_3d()` Use LUV instead of LAB for darkened shadows -`constant_shade()` Fix transpose -Add shininess support to raymesh export -Add `resolution_multiply` option to ease increasing the resolution of scalebar/line/polygon/point/label/compass overlays -`generate_polygon_overlay()` ensure numeric extent is handled correctly -`plot_3d()` Replace potential NA values (from NaNs) in normals -`plot_gg()` Fix examples -`render_snapshot()` Fix keep_user_par issue -`render_tree()` Add lit option -`plot_3d()` Fix baselines and waterlines
- Loading branch information
1 parent
81f95cf
commit e69be2f
Showing
67 changed files
with
2,208 additions
and
276 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,7 +1,7 @@ | ||
Package: rayshader | ||
Type: Package | ||
Title: Create Maps and Visualize Data in 2D and 3D | ||
Version: 0.36.1 | ||
Version: 0.37.0 | ||
Date: 2023-08-01 | ||
Author: Tyler Morgan-Wall | ||
Maintainer: Tyler Morgan-Wall <[email protected]> | ||
|
@@ -43,7 +43,9 @@ Suggests: | |
lidR, | ||
elevatr, | ||
gridExtra, | ||
testthat (>= 3.0.0) | ||
testthat (>= 3.0.0), | ||
osmdata, | ||
raybevel | ||
LinkingTo: Rcpp, progress, RcppArmadillo | ||
RoxygenNote: 7.2.3 | ||
URL: https://www.rayshader.com, | ||
|
@@ -52,5 +54,6 @@ BugReports: https://github.com/tylermorganwall/rayshader/issues | |
Remotes: tylermorganwall/rayimage, | ||
tylermorganwall/rayrender, | ||
tylermorganwall/rayvertex, | ||
tylermorganwall/raybevel | ||
dmurdoch/rgl | ||
Config/testthat/edition: 3 |
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
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
Oops, something went wrong.