-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from gmggroup/8-add-examples
8 add examples
- Loading branch information
Showing
11 changed files
with
146,576 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Examples | ||
|
||
## Running the Examples | ||
|
||
For the examples with code, you can run them with: | ||
|
||
``` | ||
cargo run --release --example <example-name> | ||
``` | ||
|
||
|
||
## Available Examples | ||
|
||
| Path | Code? | Description | | ||
|---|---|---| | ||
| `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, then re-reads the file. | | ||
| `bunny_blocks/` | ✓ | Reads an octree sub-blocked model from a CSV file, write it to OMF, reads that back, and writes some of the centroids to another CSV. | |
Oops, something went wrong.