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



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.11.4, https://cran.r-project.org/web/packages/rayvertex. Accessed 21 Nov. 2024.
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)
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

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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