-
Notifications
You must be signed in to change notification settings - Fork 214
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.3: Update to support new rayrender scene class
-Fix pkgdown GHA check -Update imports
- Loading branch information
1 parent
8fc3319
commit 4a69c72
Showing
4 changed files
with
10 additions
and
13 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
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,8 +1,8 @@ | ||
Package: rayshader | ||
Type: Package | ||
Title: Create Maps and Visualize Data in 2D and 3D | ||
Version: 0.37.2 | ||
Date: 2024-02-18 | ||
Version: 0.37.3 | ||
Date: 2024-02-19 | ||
Author: Tyler Morgan-Wall | ||
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. | ||
|
@@ -24,9 +24,9 @@ Imports: doParallel, | |
utils, | ||
methods, | ||
terrainmeshr, | ||
rayimage (>= 0.9.0), | ||
rayvertex (>= 0.8.2), | ||
rayrender (>= 0.30.0) | ||
rayimage (>= 0.10.0), | ||
rayvertex (>= 0.10.4), | ||
rayrender (>= 0.32.2) | ||
Suggests: | ||
reshape2, | ||
viridis, | ||
|
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