Package: rayvertex
Type: Package
Title: 3D Software Rasterizer
Version: 0.3.3
Date: 2021-10-09
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("Vilya", "Harvey", role = c("ctb", "cph")),
    person("G-Truc Creation", role = c("ctb", "cph")),
    person("Sean", "Barrett", role = c("ctb", "cph")))
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
Description: Rasterize images using a 3D software renderer. 3D scenes are created either by importing external files, building scenes out of the included objects, or by constructing meshes manually. Supports point and directional lights, anti-aliased lines, shadow mapping, transparent objects, translucent objects, multiple materials types, reflection, refraction, environment maps, multicore rendering, bloom, tone-mapping, and screen-space ambient occlusion.
License: GPL (>= 3)
Copyright: file inst/COPYRIGHTS
Imports: magrittr, Rcpp (>= 1.0.6), grDevices, rayimage, png, digest
Suggests: Rvcg, magick, raster
LinkingTo: Rcpp, spacefillr, RcppThread, rayimage
RoxygenNote: 7.1.1
URL: https://www.rayvertex.com,
        https://github.com/tylermorganwall/rayvertex
BugReports: https://github.com/tylermorganwall/rayvertex/issues
NeedsCompilation: yes
Packaged: 2021-10-10 02:41:05 UTC; tyler
Author: Tyler Morgan-Wall [aut, cph, cre]
    (<https://orcid.org/0000-0002-3131-3814>),
  Syoyo Fujita [ctb, cph],
  Vilya Harvey [ctb, cph],
  G-Truc Creation [ctb, cph],
  Sean Barrett [ctb, cph]
Repository: CRAN
Date/Publication: 2021-10-10 04:40:05 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-10-10 10:36:59 UTC; unix
Archs: rayvertex.so.dSYM
