Skip to content

Commit

Permalink
Update STL Parser README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-edward committed Jun 17, 2016
1 parent 1356ef6 commit 9180351
Show file tree
Hide file tree
Showing 3 changed files with 7,539 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dev/ezhu/STLParser/README.md
Expand Up @@ -2,6 +2,9 @@ STL PARSER
------------
An application for parsing ASCII STL files for easy import of triangle meshes into the Bullet Physics Engine

Each line of the output file will consist of 3 verticies defining a triangle. These verticies will be in the following format:
[x1, y1, z1] [x2, y2, z2] [x3, y3, z3]

USAGE
-----------
$ ./appSTLParser [path/filename of .stl to be converted] [path/filename of .txt to be created with parsed info]
Expand Down
Binary file removed src/dev/ezhu/WorldImportTest/LunarScape.bullet
Binary file not shown.

0 comments on commit 9180351

Please sign in to comment.