-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path_pkgdown.yml
117 lines (116 loc) · 3.56 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
url: http://www.rayrender.net/
pandoc: 2.3.1
pkgdown: 1.3.0.9000
pkgdown_sha: 2f40b4769ea9ad2312aa4cc93f27ab116461543b
articles: []
template:
opengraph:
image:
src: man/figures/website_rayrender.jpg
alt: Picture of a golden 3D ggplot with a description of rayrender
twitter:
creator: '@tylermorganwall'
card: summary_large_image
figures:
dpi: 96
dev.args: []
fig.ext: png
fig.width: 8
fig.height: ~
fig.retina: 2
fig.asp: 1
bg: NA
other.parameters: []
reference:
- title: Objects
desc: Functions for generating objects to add to scenes
contents:
- starts_with("sphere")
- starts_with("cube")
- ends_with("rect")
- ends_with("cornell")
- ends_with("ground")
- ends_with("studio")
- starts_with("segment")
- starts_with("cylinder")
- starts_with("triangle")
- starts_with("ellipsoid")
- starts_with("disk")
- starts_with("obj")
- starts_with("ply")
- starts_with("mesh3d")
- starts_with("cone")
- starts_with("arrow")
- starts_with("extruded")
- starts_with("bezier")
- starts_with("path")
- starts_with("pig")
- starts_with("text")
- starts_with("csg_object")
- starts_with("r_obj")
- starts_with("raymesh")
- title: Constructive Solid Geometry (CSG) Interface
desc: Functions to model and build objects using CSG
contents: starts_with("csg")
- title: Materials
desc: Functions to specify the visual properties of objects
contents:
- starts_with("diffuse")
- starts_with("metal")
- starts_with("dielectric")
- starts_with("microfacet")
- starts_with("glossy")
- starts_with("light")
- starts_with("hair")
- starts_with("lambertian")
- starts_with("set_scene_material")
- title: Composing Scenes
desc: Function for adding objects together to form a scene.
contents:
- starts_with("add")
- starts_with("group")
- starts_with("create")
- title: Animating Scenes
desc: Function for animating objects or the camera through a scene.
contents:
- starts_with("get")
- starts_with("generate_camera_motion")
- starts_with("animate")
- title: Render Raytraced Scene
desc: Function to render the current scene.
contents: starts_with("render")
- title: pkgdown utils
desc: Internal but must be exported to meet CRAN guidelines
contents: starts_with("run")
navbar:
title: rayrender
type: inverse
left:
- icon: fa-home
href: index.html
- text: Tutorials/Demos
menu:
- text: How to Download and Animate Polar Ice Data in R with Rayrender
href: https://www.tylermw.com/polar-ice-data-in-r-with-rayrender/
- text: Plinko Statistics-Insights from the Bean Machine
href: https://www.tylermw.com/plinko-statistics-insights-from-the-bean-machine/
- text: Loading and Visualizing OpenSky Network Flight Data in R
href: https://www.tylermw.com/loading-and-visualizing-opensky-network-data-in-r/
- text: Generating Procedural 3D Trees with Raybonsai and Rayrender
href: https://www.tylermw.com/raybonsai-generate-procedural-3d-trees-in-r/
- text: Pathtracing Neon Landscapes in R
href: https://www.tylermw.com/pathtracing-neon-landscapes-in-r/
- text: Raytracing Lenticular Gifs with rayrender
href: https://www.tylermw.com/raytracing-lenticular-gifs/
- text: Getting Stated with Rayrender--Forging the R Sword
href: https://www.tylermw.com/getting-started-with-rayrender/
right:
- icon: fa-file-code-o
text: functions
href: reference/index.html
- icon: fa-github fa-lg
text: GitHub
href: https://github.com/tylermorganwall/rayrender
authors:
Tyler Morgan-Wall:
href: https://www.tylermw.com