read_obj: Read OBJ

Description Usage Arguments Details Value Examples

Description

Read Wavefront OBJ format

Usage

1

Arguments

x

source of a OBJ model

...

ignored

Details

The 'obj' structure contains the face and vertex and normal data from a .obj file, most of it anyway.

Value

an 'obj' structure

Examples

1
2
f <- system.file("extdata/greek_bust.obj.zip", package = "obj")
obj <- read_obj(f)

hypertidy/obj documentation built on May 9, 2019, 5:55 p.m.