-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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