Skip to content

Commit

Permalink
Added two examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Evans committed Jun 19, 2024
1 parent 72c0190 commit 1b529a0
Show file tree
Hide file tree
Showing 6 changed files with 139,479 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Examples

Run these examples with:

```
cargo run --release --example <example-name>
```

Examples in this folder:

- **bunny:** Reads a mesh from a Wavefront OBJ file, writes it to an OMF file, then re-reads the OMF file.

- **pyramid:** Writes a small pyramid mesh into an OMF file.
Loading

0 comments on commit 1b529a0

Please sign in to comment.