-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
117 lines (110 loc) · 3.04 KB
/
_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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
url: https://www.rayvertex.com
pandoc: 2.3.1
pkgdown: 1.3.0.9000
pkgdown_sha: 2f40b4769ea9ad2312aa4cc93f27ab116461543b
articles: []
template:
opengraph:
image:
src: reference/figures/rayvertex_logo.png
alt: "A card image for rayvertex"
twitter:
creator: "@tylermorganwall"
site: "@tylermorganwall"
card: summary_large_image
figures:
dev: ragg::agg_png
dpi: 100
dev.args: []
fig.ext: png
fig.width: 8
fig.height: 8
fig.retina: 2
fig.asp: 1
bg: NA
reference:
- title: "Meshes"
desc: "Functions to generate meshes to add to scenes"
contents:
- starts_with("sphere")
- starts_with("cube")
- starts_with("segment")
- starts_with("cylinder")
- starts_with("obj")
- starts_with("mesh3d")
- starts_with("cone")
- starts_with("arrow")
- starts_with("extruded")
- starts_with("torus")
- starts_with("xy_rect_mesh")
- starts_with("xz_rect_mesh")
- starts_with("yz_rect_mesh")
- starts_with("construct")
- starts_with("generate_cornell_mesh")
- starts_with("text")
- starts_with("ply")
- starts_with("r_obj")
- starts_with("read")
- title: "Materials"
desc: "Functions to specify the visual properties of objects"
contents:
- starts_with("material")
- ends_with("material")
- title: "Transformations"
desc: "Functions to manipulate meshes and lines in the scene"
contents:
- starts_with("scale")
- starts_with("rotate")
- starts_with("translate")
- starts_with("center")
- starts_with("flip")
- starts_with("swap")
- starts_with("smooth")
- starts_with("add_plane_uv_mesh")
- starts_with("subdivide")
- starts_with("displace")
- title: "Get Mesh Info"
desc: "Functions to get information about meshes "
contents:
- starts_with("get")
- starts_with("validate_mesh")
- title: "Lines"
desc: "Functions to generate lines for the scene"
contents:
- ends_with("line")
- ends_with("lines")
- title: "Light"
desc: "Functions to generate lights for the scene"
contents:
- ends_with("light")
- ends_with("lights")
- title: "Composing Scenes"
desc: "Function for adding meshes, lines, and lights together to form a scene."
contents:
- starts_with("add")
- starts_with("scene_from")
- title: "Render Rasterized Scene"
desc: "Functions to render and write the current scene."
contents:
- starts_with("rasterize")
- starts_with("write")
- title: "pkgdown utils"
desc: "Internal but must be exported to meet CRAN guidelines"
contents:
- starts_with("run")
navbar:
title: "rayvertex"
type: inverse
left:
- icon: fa-home
href: index.html
right:
- icon: fa-file-code-o
text: "functions"
href: reference/index.html
- icon: fa-github fa-lg
text: "GitHub"
href: https://github.com/tylermorganwall/rayvertex
authors:
Tyler Morgan-Wall:
href: https://www.tylermw.com