-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 869 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
Package: rgl2gltf
Type: Package
Title: Read and Write '.gltf' and '.glb' Files
Version: 1.0.5
Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"),
email = "[email protected]"),
person("Morten S.", "Mikkelsen", role = c("cph")))
Maintainer: Duncan Murdoch <[email protected]>
Description: The 'glTF' file format is used to describe 3D models. This package
provides read and write functions to work with it.
License: GPL-2
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
jsonlite, rgl (>= 0.108.43), grDevices, R6, base64enc
URL: https://github.com/dmurdoch/rgl2gltf
BugReports: https://github.com/dmurdoch/rgl2gltf/issues
Suggests:
rmarkdown,
knitr,
misc3d,
V8,
manipulateWidget,
png,
jpeg
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)