-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.74 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
48
49
Package: rayrender
Type: Package
Title: Build and Raytrace 3D Scenes
Version: 0.38.4
Date: 2025-01-06
Authors@R: c(person("Tyler", "Morgan-Wall", email = "tylermw@gmail.com",
role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")),
person("Syoyo", "Fujita", role=c("ctb", "cph")),
person("Melissa", "O'Neill", email = "oneill@pcg-random.org", role = c("ctb", "cph")),
person("Vilya", "Harvey", role = c("ctb", "cph")))
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
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.15.0),
stats,
progress,
rayvertex (>= 0.11.4),
withr,
vctrs,
cli,
pillar
Suggests:
sf,
spData,
dplyr,
Rvcg,
testthat (>= 3.0.0),
tibble,
rayshader (>= 0.38.9),
xml2,
rgl
LinkingTo: Rcpp, RcppThread, progress, spacefillr (>= 0.3.0), testthat
URL: https://www.rayrender.net, https://github.com/tylermorganwall/rayrender, http://www.rayrender.net/
RoxygenNote: 7.3.2
SystemRequirements: C++20
Biarch: true
Encoding: UTF-8
Config/testthat/edition: 3
Remotes: tylermorganwall/rayimage, tylermorganwall/rayvertex, tylermorganwall/rayshader, tylermorganwall/testthat
Config/build/compilation-database: true