obj-exporter 0.1.0

Wavefront obj exporter for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Wavefront obj exporter for Rust


[![Build Status](https://travis-ci.org/Simteract/obj-exporter-rs.svg?branch=master)](https://travis-ci.org/Simteract/obj-exporter-rs)

Uses data types from [wavefront_obj](https://github.com/PistonDevelopers/wavefront_obj).

## Supported features:

- Vertices, UVs, normals
- Points, lines, triangles
- Many objects in file

## Unsupported for now (feel free to contribute)

- Materials
- Geometry groups
- Smoothing groups
- Curves