From db9d295d04ce364e95c0771c5e0f0099dec77f55 Mon Sep 17 00:00:00 2001 From: Richard Vargas Date: Thu, 3 Sep 2020 09:13:30 -0700 Subject: [PATCH] The property 'parentIndex' was missing from the spec, but was present in the examples. (#97) Co-authored-by: Richard Vargas --- docs/1.7/node.cmn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/1.7/node.cmn.md b/docs/1.7/node.cmn.md index b72e49e4..4a074e8a 100644 --- a/docs/1.7/node.cmn.md +++ b/docs/1.7/node.cmn.md @@ -10,6 +10,7 @@ The node object. | Property | Type | Description | | --- | --- | --- | | **index** | integer | The index in the node array. May be **different than** material, geometry and attribute `resource` id. See [`mesh`](mesh.cmn.md) for more information. | +| parentIndex | integer | The index of the parent node in the node array. | | lodThreshold | number | When to switch LoD. See [`nodepages[i].lodSelectionMetricType`](nodePageDefinition.cmn.md) for more information. | | **obb** | [obb](obb.cmn.md) | Oriented bounding box for this node. | | children | integer[] | index of the children nodes indices. |