Package: readobj
Type: Package
Title: Fast Reader for 'Wavefront' OBJ 3D Scene Files
Version: 0.3.1
Authors@R: c(
    person("Gregory", "Jefferis", email = "jefferis@gmail.com",
    role = c("aut", "cph", "cre")),
    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.0.1
NeedsCompilation: yes
Packaged: 2018-10-03 09:06:19 UTC; jefferis
Author: Gregory Jefferis [aut, cph, cre],
  Syoyo Fujita [aut, cph] (tiny_obj_loader.* are copyright Syoyo Fujita)
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Repository: CRAN
Date/Publication: 2018-10-03 09:30:02 UTC
