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 06 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

maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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