From e288f6365b1e4d6c17e1c3b64d71496cf2e09e15 Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Thu, 26 Oct 2017 16:27:26 -0700 Subject: [PATCH] Spec: Update variables to reflect final 2.2 bitstream - Associated with KhronosGroup/glTF#1114 --- docs/spec/prediction.decoder.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/spec/prediction.decoder.md b/docs/spec/prediction.decoder.md index f9e15f3..f1601ad 100644 --- a/docs/spec/prediction.decoder.md +++ b/docs/spec/prediction.decoder.md @@ -64,6 +64,7 @@ void ParseWrapTransformData() { ~~~~~ void ParseNormalOctahedronCanonicalizedTransformData() { pred_trasnform_normal_max_q_val[curr_att_dec][curr_att] I32 + unused_center_value I32 } ~~~~~ {:.draco-syntax} @@ -132,7 +133,7 @@ void DecodePredictionData_ConstrainedMulti() { ~~~~~ void ParseTexCoordsNumOrientations() { - tex_coords_num_orientations varUI32 + tex_coords_num_orientations UI32 } ~~~~~ {:.draco-syntax}