Other packages > Find by keyword >

rayvertex  

3D Software Rasterizer
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rayvertex", "0.12.0")



Attach the package and use:
library("rayvertex")
Maintained by
Tyler Morgan-Wall
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-06-17
Latest Update: 2023-06-08
Description:
Rasterize images using a 3D software renderer. 3D scenes are created either by importing external files, building scenes out of the included objects, or by constructing meshes manually. Supports point and directional lights, anti-aliased lines, shadow mapping, transparent objects, translucent objects, multiple materials types, reflection, refraction, environment maps, multicore rendering, bloom, tone-mapping, and screen-space ambient occlusion.
How to cite:
Tyler Morgan-Wall (2021). rayvertex: 3D Software Rasterizer. R package version 0.12.0, https://cran.r-project.org/web/packages/rayvertex. Accessed 18 Feb. 2025.
Previous versions and publish date:
0.2.3 (2021-06-17 09:20), 0.3.3 (2021-10-10 06:40), 0.4.11 (2022-10-18 07:00), 0.7.9 (2023-06-08 15:40), 0.10.3 (2023-12-10 07:00), 0.10.4 (2023-12-17 00:40), 0.11.4 (2024-07-22 06:30)
Other packages that cited rayvertex R package
View rayvertex citation profile
Other R packages that rayvertex depends, imports, suggests or enhances
Complete documentation for rayvertex
Functions, R codes and Examples using the rayvertex R package
Some associated functions: add_light . add_lines . add_plane_uv_mesh . add_shape . arrow_mesh . center_mesh . change_material . color_lines . cone_mesh . construct_mesh . convert_color . cross_prod . cube_mesh . cylinder_mesh . directional_light . flip_orientation_mesh . fliplr . flipud . generate_cornell_mesh . generate_line . generate_rot_matrix . generate_rotation_matrix_from_direction . generate_toon_outline . get_file_type . get_mesh_bbox . get_mesh_center . get_time . init_time . material_list . merge_scene . mesh3d_mesh . obj_mesh . ply_mesh . point_light . print_time . r_obj . rasterize_lines . rasterize_scene . read_obj . read_ply . remove_duplicate_materials . rescale . rotate_lines . rotate_mesh . run_documentation . save_png . scale_lines . scale_mesh . scale_unit_mesh . scene_from_list . segment_mesh . set_material . smooth_normals_mesh . sphere_mesh . swap_yz . text3d_mesh . torus_mesh . translate_lines . translate_mesh . validate_mesh . validate_scene . verify_vertex_shader . write_scene_to_obj . xy_rect_mesh . xz_rect_mesh . yz_rect_mesh . 
Some associated R codes: RcppExports.R . add_plane_uv_mesh.R . add_shape.R . construct_mesh.R . flip_orientation_mesh.R . lights.R . lines.R . material_functions.R . merge_scene.R . objects.R . r_obj.R . rasterize_lines.R . rasterize_scene.R . rayvertexcpp.R . readobj.R . remove_duplicate_materials.R . save_png.R . scene_from_list.R . smooth_normals_mesh.R . swap_yz.R . transform_mesh_functions.R . util_functions.R . utils-pipe.R . validate_mesh.R . validate_scene.R . write_scene_to_obj.R . zzz.R .  Full rayvertex 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

readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
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  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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