-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
43 lines (43 loc) · 913 Bytes
/
_pkgdown.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
url: https://dmurdoch.github.io/rgl2gltf/
development:
mode: devel
authors:
Duncan Murdoch:
href: https://github.com/dmurdoch
figures:
fig.width: 5
other.parameters:
rgl:
fig.asp: 1
reference:
- title: Import/export functions
desc: Read and write glTF and glb files
- contents:
- readGLB
- writeGLB
- readglTF
- title: Conversion functions
desc: Convert to and from glTF format within R
- contents:
- as.gltf
- as.rglscene.gltf
- title: Display functions
desc: Display glTF objects in `rgl` or WebGL
- contents:
- plot3d
- playgltf
- gltfWidget
- title: Miscellaneous utility functions
desc: Various functions used for display, debugging and internal use
- contents:
- extractTexture
- findEntry
- getTangents
- matrixSequence
- modifyShaders
- setPBRshaders
- showtree
- showTags
- title: R6 classes used for internal storage
- contents:
- Gltf