R/bricks-from-rayshader.R
bricks_from_rayshader.Rd
Build a brickr 3D object from rayshader hillshade & heightmap matrices
bricks_from_rayshader(hillshade, heightmap, max_height = 12, img_size = 48)
hillshade | Same as |
---|---|
heightmap | Same as |
max_height | Maximum height of plot in LEGO bricks or plates. |
img_size | Size of output image in pixel, where one pixel = one 'brick'. Use a single value (e.g. |
A list with elements threed_elevation
and threed_hillshade
to created 3D mosiacs with the rayshader
package.
Other 3D Models: bricks_from_coords
,
bricks_from_excel
,
bricks_from_mosaic
,
bricks_from_table
,
build_bricks_rayshader
,
build_bricks