Skip to content

dis-organization/obj

Repository files navigation

Travis-CI Build Status AppVeyor Build Status CRAN_Status_Badge Coverage Status

obj

The goal of obj is to ...

Installation

You can install obj from github with:

# install.packages("devtools")
devtools::install_github("hypertidy/obj")

Example

This example shows how to read and plot a Wavefront obj. file:

library(obj)
#> [1] TRUE
#> [1] TRUE
f <- system.file("extdata/greek_bust.obj.zip", package = "obj")
obj <- read_obj(f)
 
plot(obj)

About

Ignore this, see readobj on CRAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages