as.mesh3d.data.frame: Convert data.frame into mesh3d object

Description Usage Arguments Value

Description

Convert data.frame into mesh3d object

Usage

1
2
## S3 method for class 'data.frame'
as.mesh3d(x, ...)

Arguments

x

data.frame with columns: x, y, z, element_id Optional columns include: c('vnx', 'vny', 'vnz') for vertex normals. c('fnx', 'fny', 'fnz') for face normals.

...

ignored

Value

mesh3d object


coolbutuseless/threed documentation built on May 5, 2019, 7:08 a.m.