Provides a re-exported generic quadmesh and a method for lazyraster.
# S3 method for lazyraster
quadmesh(x, z = x, na.rm = FALSE, ..., texture = NULL, texture_filename = NULL)raster object for mesh structure
raster object for height values
remove quads where missing values?
arguments passed to as_raster, for both x and z if necessary
optional input RGB raster, 3-layers
optional input file path for PNG texture
a quadmesh, derived from 'rgl::mesh3d'
A quadmesh is a 'rgl::mesh3d' extension, and can be plotted in 3D with 'rgl::shade3d'.