1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/convhulln.R
3\name{to.mesh3d}
4\alias{to.mesh3d}
5\title{Convert convhulln object to RGL mesh}
6\usage{
7to.mesh3d(x, ...)
8}
9\arguments{
10\item{x}{\code{\link{convhulln}} object}
11
12\item{...}{Arguments to \code{\link[rgl]{qmesh3d}} or
13\code{\link[rgl]{tmesh3d}}}
14}
15\value{
16\code{\link[rgl]{mesh3d}} object, which can be displayed
17  in RGL with \code{\link[rgl]{dot3d}}, \code{\link[rgl]{wire3d}}
18  or \code{\link[rgl]{shade3d}}
19}
20\description{
21Convert convhulln object to RGL mesh
22}
23\seealso{
24\code{\link[rgl]{as.mesh3d}}
25}
26