Package: readobj Type: Package Title: Fast Reader for 'Wavefront' OBJ 3D Scene Files Version: 0.4.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"), person("Trevor L", "Davis", role="aut", comment = c(ORCID = "0000-0001-6341-4639")) ) 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 Repository: https://jefferis.r-universe.dev Date/Publication: 2022-08-03 17:57:20 UTC RemoteUrl: https://github.com/jefferis/readobj RemoteRef: HEAD RemoteSha: 58d0349149d024b4b20489e42df7c6545bfbda2f NeedsCompilation: yes Packaged: 2026-06-16 09:38:04 UTC; root Author: Gregory Jefferis [aut, cph, cre] (ORCID: ), Syoyo Fujita [aut, cph] (tiny_obj_loader.* are copyright Syoyo Fujita), Trevor L Davis [aut] (ORCID: ) Maintainer: Gregory Jefferis