Package: readobj
Type: Package
Title: Fast Reader for 'Wavefront' OBJ 3D Scene Files
Version: 0.3.2
Authors@R: c(
    person("Gregory", "Jefferis", email = "jefferis@gmail.com",
    role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-0587-9355")),
    person("Syoyo", "Fujita", role=c("aut", "cph"),
    comment="tiny_obj_loader.* are copyright Syoyo Fujita")
    )
Description: Wraps 'tiny_obj_loader' C++ library for reading the 'Wavefront' OBJ
    3D file format including both mesh objects and materials files. The
    resultant R objects are either structured to match the 'tiny_obj_loader'
    internal data representation or in a form directly compatible with the 'rgl'
    package.
License: BSD_2_clause + file LICENSE
LazyData: TRUE
Imports: Rcpp (>= 0.11.6), grDevices
LinkingTo: Rcpp
Suggests: testthat, rgl
URL: https://github.com/jefferis/readobj
BugReports: https://github.com/jefferis/readobj/issues
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-03-11 11:28:30 UTC; jefferis
Author: Gregory Jefferis [aut, cph, cre]
    (<https://orcid.org/0000-0002-0587-9355>),
  Syoyo Fujita [aut, cph] (tiny_obj_loader.* are copyright Syoyo Fujita)
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Repository: CRAN
Date/Publication: 2019-03-11 11:50:03 UTC
Built: R 4.0.0; x86_64-w64-mingw32; 2020-04-10 03:12:56 UTC; windows
Archs: i386, x64
