Other packages > Find by keyword >

rayrender  

Build and Raytrace 3D Scenes
View on CRAN: Click here


Download and install rayrender package within the R console
Install from CRAN:
install.packages("rayrender")

Install from Github:
library("remotes")
install_github("cran/rayrender")

Install by package version:
library("remotes")
install_version("rayrender", "0.38.10")



Attach the package and use:
library("rayrender")
Maintained by
Tyler Morgan-Wall
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-10-09
Latest Update: 2025-02-28
Description:
Render scenes using pathtracing. Build 3D scenes out of spheres, cubes, planes, disks, triangles, cones, curves, line segments, cylinders, ellipsoids, and 3D models in the 'Wavefront' OBJ file format or the PLY Polygon File Format. Supports several material types, textures, multicore rendering, and tone-mapping. Based on the "Ray Tracing in One Weekend" book series. Peter Shirley (2018) .
How to cite:
Tyler Morgan-Wall (2019). rayrender: Build and Raytrace 3D Scenes. R package version 0.38.10, https://cran.r-project.org/web/packages/rayrender. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.4.0 (2019-10-09 17:30), 0.4.2 (2019-11-10 00:40), 0.6.0 (2020-02-08 20:50), 0.9.1 (2020-04-19 16:50), 0.14.0 (2020-08-02 17:30), 0.21.1 (2021-04-03 21:00), 0.21.2 (2021-04-07 12:20), 0.23.6 (2021-11-23 10:10), 0.27.1 (2022-08-15 14:10), 0.28.8 (2022-10-27 15:42), 0.29.4 (2023-01-27 18:20), 0.29.6 (2023-06-08 06:40), 0.31.2 (2023-12-10 21:00), 0.32.2 (2024-02-20 06:20), 0.34.2 (2024-07-27 10:00), 0.34.3 (2024-08-01 07:40), 0.38.8 (2025-02-07 09:10)
Other packages that cited rayrender R package
View rayrender citation profile
Other R packages that rayrender depends, imports, suggests or enhances
Complete documentation for rayrender
Functions, R codes and Examples using the rayrender R package
Some associated functions: RotateAxis . RotateX . RotateY . RotateZ . add_object . add_points_polygon . animate_objects . arrow . bezier_curve . calculate_control_points . calculate_control_points_straight . calculate_distance_along_bezier_curve . calculate_final_path . calculate_final_twist . clamp . cone . convert_color . cross_prod . csg_box . csg_capsule . csg_combine . csg_cone . csg_cylinder . csg_ellipsoid . csg_elongate . csg_group . csg_object . csg_onion . csg_plane . csg_pyramid . csg_rotate . csg_round . csg_rounded_cone . csg_scale . csg_sphere . csg_torus . csg_translate . csg_triangle . cube . cubicInOut . cylinder . dielectric . diffuse . disk . ellipsoid . eval_bezier . eval_bezier_2nd_deriv . eval_bezier_deriv . expInOut . extruded_path . extruded_polygon . fliplr . flipud . generate_camera_motion . generate_cornell . generate_ground . generate_rotation_matrix . generate_studio . generate_translation_matrix . get_saved_keyframes . get_time . glossy . group_objects . hair . init_time . lambertian . lerp . light . mesh3d_model . metal . microfacet . new_tibble_row . obj_model . path . pig . pipe . ply_model . post_process_frame . post_process_scene . prepare_scene_list . print_time . process_point_series . process_point_series_1d . process_point_series_2d . quadInOut . r_obj . raymesh_model . render_animation . render_ao . render_preview . render_scene . run_documentation . save_png . segment . slerp . sphere . text3d . triangle . tween . xy_rect . xz_rect . yz_rect . 
Some associated R codes: RcppExports.R . add_object.R . animate_objects.R . convert_color.R . csg_construct.R . flipfunctions.R . generate_camera_motion.R . generate_cornell.R . generate_ground.R . generate_studio.R . group_objects.R . materials.R . objects.R . pig.R . post_process_frame.R . post_process_scene.R . prepare_scene_list.R . r_obj.R . rayrenderrcpp.R . render_animation.R . render_ao.R . render_preview.R . render_scene.R . save_png.R . scene_row.R . util-functions.R . utils-pipe.R . zzz.R .  Full rayrender package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA