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 04 Aug. 2026.
Previous versions and publish date:
(2026-07-09 06:48), 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), 0.38.10 (2025-02-28 16:20)
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

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
ggconf  
Simpler Appearance Modification of "ggplot2"
A flexible interface for ggplot2theme potentially saving 50 of your typing. ...
Download / Learn more Package Citations See dependency  
epigraphdb  
Interface Package for the 'EpiGraphDB' Platform
The interface package to access data from the 'EpiGraphDB' platform. It p ...
Download / Learn more Package Citations See dependency  
Maintainer: Yi Liu (view profile)
sValues  
Measures of Sturdiness of Regression Coefficients
Implements the s-values proposed by Ed. Leamer. It provides a context-minimal approach for sensitivi ...
Download / Learn more Package Citations See dependency  
rCMA  
R-to-Java Interface for 'CMA-ES'
Tool for providing access to the Java version 'CMAEvolutionStrategy' of Nikolaus Hansen. 'CMA-ES' i ...
Download / Learn more Package Citations See dependency  
GLMMadaptive  
Generalized Linear Mixed Models using Adaptive Gaussian Quadrature
Fits generalized linear mixed models for a single grouping factor under maximum likelihood approxim ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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