From 811a42300532f86624954b0e07800d2419fefe9d Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Mon, 2 Oct 2017 15:25:03 -0700 Subject: [PATCH] Finalizing the bitstream spec. This fixes #134 --- docs/spec/00.00.02.authors.md | 4 +--- docs/spec/02.00.00.terms.md | 9 --------- docs/spec/attributes.decoder.md | 1 - docs/spec/index.md | 5 ++--- docs/spec/prediction.normal.decoder.md | 14 +++++++------- docs/spec/prediction.normal.transform.md | 6 ++++-- docs/spec/prediction.texcoords.decoder.md | 2 +- docs/spec/sequential.normal.attribute.decoder.md | 4 ++-- docs/spec/vector.md | 2 +- 9 files changed, 18 insertions(+), 29 deletions(-) delete mode 100644 docs/spec/02.00.00.terms.md diff --git a/docs/spec/00.00.02.authors.md b/docs/spec/00.00.02.authors.md index 2cf7726..e576f00 100644 --- a/docs/spec/00.00.02.authors.md +++ b/docs/spec/00.00.02.authors.md @@ -1,4 +1,2 @@ -_Frank Galligan, Google -\[author] -\[author]_ +_Frank Galligan, Google_ diff --git a/docs/spec/02.00.00.terms.md b/docs/spec/02.00.00.terms.md deleted file mode 100644 index 843d95f..0000000 --- a/docs/spec/02.00.00.terms.md +++ /dev/null @@ -1,9 +0,0 @@ - -## Terms and Definitions (TBD) - -For the purposes of this document, the following terms and definitions apply: - -| Term | Definition | -| ------- | ---------------- | -| | | -{:.terms } diff --git a/docs/spec/attributes.decoder.md b/docs/spec/attributes.decoder.md index 8381f4c..8e64f94 100644 --- a/docs/spec/attributes.decoder.md +++ b/docs/spec/attributes.decoder.md @@ -51,7 +51,6 @@ void DecodeAttributeData() { } Attribute_AssignPointsToCorners(); } -ß for (i = 0; i < num_attributes_decoders; ++i) { curr_att_dec = i; is_face_visited_.assign(num_faces, false); diff --git a/docs/spec/index.md b/docs/spec/index.md index a3e730b..e4175ae 100644 --- a/docs/spec/index.md +++ b/docs/spec/index.md @@ -1,8 +1,8 @@ --- layout: spec-page -title: Draco Bitstream Specification (Draft) +title: Draco Bitstream Specification version: Version 2,1 -version_date: Released 2017-xx-xx +version_date: Released 2017-10-02 ---