Package: readobj
Type: Package
Title: Fast Reader for 'Wavefront' OBJ 3D Scene Files
Version: 0.4.1
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"),
    person("Trevor L", "Davis", role="aut")
    )
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
Imports: Rcpp (>= 0.11.6), grDevices
LinkingTo: Rcpp
Suggests: testthat, rgl, spelling
URL: https://github.com/jefferis/readobj
BugReports: https://github.com/jefferis/readobj/issues
RoxygenNote: 7.1.1
Encoding: UTF-8
Language: en-GB
NeedsCompilation: yes
Packaged: 2021-07-02 20:02:58 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),
  Trevor L Davis [aut]
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-03 07:10:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 12:09:45 UTC; windows
Archs: x64
