From 8bf2d18ddfb6dd56490bb61b17124ac6c0aad3cf Mon Sep 17 00:00:00 2001 From: jbrettle Date: Mon, 9 Jan 2017 09:43:08 -0800 Subject: [PATCH] Some Mods to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 500dd53..388eb36 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ line looks like this: A value of `0` for the quantization parameters will not perform any quantization on the specified attribute. Any value other than `0` will quantize the input values for the specified attribute to that number of bits. For example: ~~~~~ -./draco_encoder -i testdata/bun_zipper.ply -o out.drc -qp 14` +./draco_encoder -i testdata/bun_zipper.ply -o out.drc -qp 14 ~~~~~ will quantize the positions to 14 bits (default for the position coordinates). @@ -185,7 +185,7 @@ input file, `draco_encoder` will ignore the connectivity data and encode the positions from the mesh file. ~~~~~ -$ ./draco_encoder -point_cloud -i testdata/bun_zipper.ply -o out.drc +./draco_encoder -point_cloud -i testdata/bun_zipper.ply -o out.drc ~~~~~ This command line will encode the mesh input as a point cloud, even though the @@ -201,7 +201,7 @@ Decoding Tool basic command line looks like this: ~~~~~ -$ ./draco_decoder -i in.drc -o out.obj +./draco_decoder -i in.drc -o out.obj ~~~~~ C++ Decoder API