quadmesh: Quadmesh for lazyrasters

Description Usage Arguments Details Value

Description

Provides a re-exported generic quadmesh and a method for lazyraster.

Usage

1
2
## S3 method for class 'lazyraster'
quadmesh(x, z = x, na.rm = FALSE, ..., texture = NULL, texture_filename = NULL)

Arguments

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 x and z if necessary

texture

optional input RGB raster, 3-layers

texture_filename

optional input file path for PNG texture

Details

A quadmesh is a 'rgl::mesh3d' extension, and can be plotted in 3D with 'rgl::shade3d'.

Value

a quadmesh, derived from 'rgl::mesh3d'


lazyraster documentation built on Oct. 7, 2021, 5:08 p.m.