-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 903 Bytes
/
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: dracor
Type: Package
Title: Decode Draco Format 3D Mesh Data
Version: 0.2.6
Date: 2023-01-11
Authors@R: c(
person("Gregory", "Jefferis",
email="jefferis@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0587-9355")),
person("Google Inc",
role=c("aut", "cph"),
comment="for the Draco library")
)
Description: Decodes meshes and point cloud data encoded by the Draco mesh
compression library from Google. Note that this is only designed for basic
decoding and not intended as a full scale wrapping of the Draco library.
License: Apache License (>= 2.0)
Imports: Rcpp (>= 1.0.5)
LinkingTo: Rcpp
Enhances: rgl
Suggests:
testthat,
spelling,
covr
URL: https://github.com/natverse/dracor, https://github.com/google/draco
BugReports: https://github.com/natverse/dracor/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
Language: en-GB