#802 Mentioning STL encoding/decoding support in README (#959)

Co-authored-by: Ondrej Stava <ondys@users.noreply.github.com>
This commit is contained in:
Jonathan-David Schröder 2023-02-01 23:35:25 +01:00 committed by GitHub
parent 01eb67158f
commit a39ce0e54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ will output usage and options.
Encoding Tool Encoding Tool
------------- -------------
`draco_encoder` will read OBJ or PLY files as input, and output Draco-encoded `draco_encoder` will read OBJ, STL or PLY files as input, and output Draco-encoded
files. We have included Stanford's [Bunny] mesh for testing. The basic command files. We have included Stanford's [Bunny] mesh for testing. The basic command
line looks like this: line looks like this:
@ -309,7 +309,7 @@ and denser point clouds.
Decoding Tool Decoding Tool
------------- -------------
`draco_decoder` will read Draco files as input, and output OBJ or PLY files. `draco_decoder` will read Draco files as input, and output OBJ, STL or PLY files.
The basic command line looks like this: The basic command line looks like this:
~~~~~ bash ~~~~~ bash