Skip to contents

Surface mesh corresponding to the altitude on a 10m by 10m grid of Auckland's Maunga Whau volcano.

Usage

volcanom

Format

volcanom

A rgl::mesh3d-class object with 5307 vertices and 10320 triangles.

Source

datasets::volcano and example taken from rgl::surface3d.

Examples

library(rgl)
open3d()
aspect3d(1, 1, 3)  # Exaggerate the relief
shade3d(volcanom, col = "lightgreen")