-
Notifications
You must be signed in to change notification settings - Fork 42
/
DESCRIPTION
47 lines (47 loc) · 1.63 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: rayrender
Type: Package
Title: Build and Raytrace 3D Scenes
Version: 0.35.0
Date: 2024-11-02
Authors@R: c(person("Tyler", "Morgan-Wall", email = "[email protected]",
role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")),
person("Syoyo", "Fujita", role=c("ctb", "cph")),
person("Melissa", "O'Neill", email = "[email protected]", role = c("ctb", "cph")),
person("Vilya", "Harvey", role = c("ctb", "cph")))
Maintainer: Tyler Morgan-Wall <[email protected]>
Description: Render scenes using pathtracing. Build 3D scenes out of spheres, cubes, planes, disks, triangles, cones, curves, line segments, cylinders, ellipsoids, and 3D models in the 'Wavefront' OBJ file format or the PLY Polygon File Format. Supports several material types, textures, multicore rendering, and tone-mapping. Based on the "Ray Tracing in One Weekend" book series. Peter Shirley (2018) <https://raytracing.github.io>.
License: GPL-3
Copyright: file inst/COPYRIGHTS
Depends: R (>= 3.0.2)
Imports:
Rcpp (>= 1.0.0),
parallel,
magrittr,
png,
raster,
decido,
rayimage (>= 0.11.0),
stats,
progress,
rayvertex (>= 0.11.4),
withr,
vctrs,
cli,
pillar
Suggests:
sf,
spData,
dplyr,
Rvcg,
testthat (>= 3.0.0),
tibble,
rayshader
LinkingTo: Rcpp, RcppThread, progress, spacefillr (>= 0.3.0)
URL: https://www.rayrender.net, https://github.com/tylermorganwall/rayrender
RoxygenNote: 7.3.2
SystemRequirements: C++20
Biarch: true
Encoding: UTF-8
Config/testthat/edition: 3
Remotes: tylermorganwall/rayimage, tylermorganwall/rayvertex
Config/build/compilation-database: true