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.32.2")



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: 2023-06-08
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) <https://raytracing.github.io>.
How to cite:
Tyler Morgan-Wall (2019). rayrender: Build and Raytrace 3D Scenes. R package version 0.32.2, https://cran.r-project.org/web/packages/rayrender
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)
Other packages that cited rayrender R package
View rayrender citation profile
Other R packages that rayrender depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
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  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns