-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
28 lines (27 loc) · 803 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(generate_atom_scene)
export(generate_bond_scene)
export(generate_full_scene)
export(get_example_molecule)
export(get_molecule)
export(read_pdb)
export(read_sdf)
export(render_model)
export(run_documentation)
importFrom(magrittr,"%>%")
importFrom(rayrender,add_object)
importFrom(rayrender,glossy)
importFrom(rayrender,group_objects)
importFrom(rayrender,light)
importFrom(rayrender,render_scene)
importFrom(rayrender,segment)
importFrom(rayrender,sphere)
importFrom(rayvertex,add_light)
importFrom(rayvertex,add_shape)
importFrom(rayvertex,directional_light)
importFrom(rayvertex,material_list)
importFrom(rayvertex,rasterize_scene)
importFrom(rayvertex,rotate_mesh)
importFrom(rayvertex,segment_mesh)
importFrom(rayvertex,sphere_mesh)