rawRead: Reads a raw file.

Description Usage Arguments Value

View source: R/raw.R

Description

Raw files are a very simple file format to store 3D surface geometries. The surface geometries are decomposed into different surfaces called objects that store the surface as a triangulation of the surface.

Usage

1
  rawRead(fname)

Arguments

fname

Name of the file to be read.

Value

A list of faces that contain a 3D triangular mesh (mesh3d format).


tunelipt/model3d documentation built on Nov. 5, 2019, 10:59 a.m.