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)
| x | raster object for mesh structure |
|---|---|
| z | raster object for height values |
| na.rm | remove quads where missing values? |
| ... | arguments passed to as_raster, for both |
| texture | optional input RGB raster, 3-layers |
| texture_filename | 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'.