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]
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 22 Apr. 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
03/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/21Downloads for rayvertex405060708090100110120130140150160TrendBars

Today's Hot Picks in Authors and Packages

optimStrat  
Choosing the Sample Strategy
Intended to assist in the choice of the sampling strategy to implement in a survey. ...
Download / Learn more Package Citations See dependency  
Qest  
Quantile-Based Estimator
Quantile-based estimators (Q-estimators) can be used to fit any parametric distribution, using its q ...
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  
phylosamp  
Sample Size Calculations for Molecular and Phylogenetic Studies
Implements novel tools for estimating sample sizes needed for phylogenetic studies, including studi ...
Download / Learn more Package Citations See dependency  
ino  
Initialization of Numerical Optimization
Analysis of the initialization for numerical optimization of real-valued functions, including likel ...
Download / Learn more Package Citations See dependency  
GWPR.light  
Geographically Weighted Panel Regression
Geographically weighted panel regression is grounded in a branch of spatial statistics. Using geogra ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

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