-
Notifications
You must be signed in to change notification settings - Fork 43
/
NAMESPACE
88 lines (87 loc) · 1.91 KB
/
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
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
# Generated by roxygen2: do not edit by hand
S3method(pillar_shaft,ray_animated_transform)
S3method(pillar_shaft,ray_material)
S3method(pillar_shaft,ray_shape_info)
S3method(pillar_shaft,ray_transform)
S3method(print,ray_animated_transform)
S3method(print,ray_material)
S3method(print,ray_scene)
S3method(print,ray_shape_info)
S3method(print,ray_transform)
S3method(vec_ptype_abbr,ray_animated_transform)
S3method(vec_ptype_abbr,ray_material)
S3method(vec_ptype_abbr,ray_shape_info)
S3method(vec_ptype_abbr,ray_transform)
export("%>%")
export(add_object)
export(animate_objects)
export(arrow)
export(bezier_curve)
export(cone)
export(create_instances)
export(csg_box)
export(csg_capsule)
export(csg_combine)
export(csg_cone)
export(csg_cylinder)
export(csg_ellipsoid)
export(csg_elongate)
export(csg_group)
export(csg_object)
export(csg_onion)
export(csg_plane)
export(csg_pyramid)
export(csg_rotate)
export(csg_round)
export(csg_rounded_cone)
export(csg_scale)
export(csg_sphere)
export(csg_torus)
export(csg_translate)
export(csg_triangle)
export(cube)
export(cylinder)
export(dielectric)
export(diffuse)
export(disk)
export(ellipsoid)
export(extruded_path)
export(extruded_polygon)
export(generate_camera_motion)
export(generate_cornell)
export(generate_ground)
export(generate_studio)
export(get_saved_keyframes)
export(glossy)
export(group_objects)
export(hair)
export(lambertian)
export(light)
export(mesh3d_model)
export(metal)
export(microfacet)
export(obj_model)
export(path)
export(pig)
export(ply_model)
export(r_obj)
export(raymesh_model)
export(render_animation)
export(render_ao)
export(render_preview)
export(render_scene)
export(run_documentation)
export(segment)
export(set_scene_material)
export(sphere)
export(text3d)
export(triangle)
export(xy_rect)
export(xz_rect)
export(yz_rect)
import(pillar)
import(vctrs)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,col2rgb)
importFrom(magrittr,"%>%")
useDynLib(rayrender, .registration = TRUE)